gitlab
gitlab copied to clipboard
Ruby wrapper and CLI for the GitLab REST API
The API documentation is there: https://docs.gitlab.com/ee/api/users.html#user-status I would like at least be able to get the status of a user.
Add support for memberships endpoint documented here: https://docs.gitlab.com/ee/api/users.html#user-memberships
- Add related_merge_request Issue endpoint (https://docs.gitlab.com/ee/api/issues.html#list-merge-requests-related-to-issue) - Fix outstanding rubocop issue - Fix Actions; Ruby/Bundle version incompatibilities ```shell $ rake rubocop Offenses: lib/gitlab/cli_helpers.rb:23:48: C: [Correctable] Style/RedundantParentheses: Don't use parentheses around...
I am running into this error when calling the `groups` API. The request is make with a private token for a self hosted client. I'd appreciate if you can help...
Can you please release a new version? The last release is about 1.5 years old and it doesn’t contain e.g. #653.
Reopens https://github.com/NARKOZ/gitlab/pull/672 which was mistakenly closed as stale (which probably shouldn't be performed on pull requests).
Hi! Right now we have Gitlab.pipelines which is great, but I don't see a method which provides the "latest pipeline" API call. Reference this part of the docs: https://docs.gitlab.com/ee/api/pipelines.html#get-the-latest-pipeline The...
The methods in [resource_label_events.rb](https://github.com/NARKOZ/gitlab/blob/891fc6020868ee39eb0f98c144fba3eef82d3f97/lib/gitlab/client/resource_label_events.rb) currently do not take in any request params such as `per_page`, would be really helpful if we add it.
## The problem The number of specs being run locally varies per run: ```shell $ bundle exec rspec Randomized with seed 33336 [...] Finished in 0.76282 seconds (files took 0.36278...
Add support for project export documented here:https://docs.gitlab.com/ce/api/project_import_export.html