gitlab4j-api
gitlab4j-api copied to clipboard
GitLab4J API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories via the GitLab REST API
It would be helpful to have async APIs for each endpoints like `getProjectsAsync` would return a `Future`. I encountered this issue because I am using Reactive streams and all of...
With this "Pull request" the connector gains the power to order issues and list the issues in the specified order. Some features were implemented in this PR, namely: * a...
It's actually a work in progress. See #925 for more informations
When committing to non-existent branch on a project with other branches, API throws 400 Bad Request with {message: "You can only create or edit files when you are on a...
**Context:** While there are a lot plans for the future (#817, #924, #925 and other issues with the [Next](https://github.com/gitlab4j/gitlab4j-api/labels/next) label), it seems that we need also to think short term...
With version 6 we will split the project into a multi module project: * `gitlab4j-models` * `gitlab4j-api` * `gitlab4j-api-jersey2` (that corresponds to the gitlab4j-api from version `5.x?`). This module would...
Gitlab API supports updating branches https://docs.gitlab.com/ee/api/protected_branches.html#update-a-protected-branch, extend the protected branches API to also support updating branches, https://github.com/gitlab4j/gitlab4j-api/blob/main/src/main/java/org/gitlab4j/api/ProtectedBranchesApi.java I can create a PR. Any gotchas I should be looking out for?
I have identified several Code Smells in the source code of the gitlab4j/gitlab4j-api repository using the PMD tool. The detailed analysis points to specific areas that could benefit from a...
I would like to be able to create an MR with the option ["auto merge"](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html), but I couldn't find anything in the API. Would it be possible to add it...