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
I'm a rookie, and i have a question: why class such as commit, mergeRequest not implements Serializable?
As a user, I want to find out if Project is multibranch or not from `GET /projects` list
I know project id and how to get project name by project id
Are there any way to list, create or edit a Board associated to a group? [API Doc](https://docs.gitlab.com/ee/api/group_boards.html)
Hi, I've noticed that the data models don't have `equals()` and `hashCode()` implemented, which has caused issues with my own unit tests. I was able to get around the issue...
Gitab API contains params to update Reviewer ID for a Merge Request while the same is currently not available in the library, Happy to raise a Pull Request for the...
The gitlab api contains endpoints to filter merge requests by reviewer id, while the same functionality is currently not available. Happy to raise a Pull Request for the same
Missing interface for querying other user starred projects
First and foremost, thank you very much for this library! It's a joy to use. This is a plea to get proper Java 8+ date & time support in this...
I use issues search API to list issues in a project. Search keyword’s length is greater than 2, it works normaly. But when the seach keyword’s length is less than...