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
hello, standing to doc https://docs.gitlab.com/16.11/ee/api/environments.html it's possible to search for environment based on name, search and status it's possible to have this in the library? thanks!
Google translation: As the title says, add `@jsonformat(pattern = "yyyy-MM-dd'T'HH:mm:ss+HHmm")` to Date in EventCommit class The project uses `yyyy-MM-dd HH:mm:ss` by default, and an error will be reported when receiving...
Please add "created_at" property in Tag model. Currently, The actual response of API v4 to retrieve info of TAGS doesn't show the creation date of the TAG, only shows date...
When using the Events API like this: `List events = api.getEventsApi() .getUserEventsStream(user, null, null, new Date(), after, null) .collect(Collectors.toList());` For the results where `actionName` = `accepted`, `targetType` is coming back...
1. add subgroup member 2. add group member 3. remove group member expect group member has been removed and keep subgroup member actual subgroup also has been removed
GitLab Issue API "GET /issues/:id" includes "issue_type", "severity" and "epic", however it is missed out and not available in Issue Model Class. Please add these fields as they are relevant...
I had a look at the documentation, but I could not find a method that gets you the related merge requests from an issue. GitLab API documentation:
hi, i noticed that this api is missing https://docs.gitlab.com/ee/administration/broadcast_messages.html any plan to add it? thanks
as proposed in https://github.com/gitlab4j/gitlab4j-api/issues/1134