gitlab-api
Here are 125 public repositories matching this topic...
Currently if you do gl = gitlab.Gitlab("https://gitlab.com/api/v4"), python-gitlab will fail as it'll duplicate the API path segment. Maybe we could accept this and derive the version from it.
go-gitlab does the opposite: they append api/v4/ by default:
https://github.com/xanzy/go-gitlab/blob/71c3b6a3a07ca4b83dee273ccecfdfe4885b80fd/gitlab.go#L531-L533
-
Updated
Jun 18, 2022 - Ruby
-
Updated
Jun 16, 2022 - Java
-
Updated
Apr 1, 2022 - Python
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
Mar 10, 2022 - Python
-
Updated
Jun 15, 2022 - C#
-
Updated
Feb 27, 2020 - Shell
-
Updated
Mar 9, 2018 - TypeScript
-
Updated
Mar 24, 2021 - Crystal
-
Updated
Mar 10, 2022 - Python
It seems having a requested change in the PR doesn't get reported with the other conditions for merging. Have a look at this example:
-
Updated
Apr 16, 2020 - Go
-
Updated
Jun 19, 2022 - Ruby
-
Updated
Jun 15, 2022 - Go
-
Updated
Jan 9, 2018 - JavaScript
-
Updated
Nov 26, 2018 - JavaScript
-
Updated
Feb 3, 2017 - Rust
-
Updated
May 25, 2022 - Haskell
Improve this page
Add a description, image, and links to the gitlab-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitlab-api topic, visit your repo's landing page and select "manage topics."
Create Gitlab Push/Pull Mirrors
I have a need to recreate a lot of repositories with pull mirroring. This tool has all the other pieces I need except this one feature.
Propose a Solution
Using `glab repo mirror --direction=pull --src="ssh://git@gitlab.example.com:2222/namespace/project.git" --auth=ssh --allow-divergence --protected-branches-only my-new-namespace/my-new-project-na