gitlab4j-api icon indicating copy to clipboard operation
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

Results 215 gitlab4j-api issues
Sort by recently updated
recently updated
newest added

I successfully created Mirroring Repositories by calling ProjectApi. CreateRemoteMirror (). But I update Mirroring Repositories has no effect When I called method ProjectApi. createRemoteMirror() ,and The return message was successful。...

GitlabApi class Oauth2 login methods do not use proxy to acquire oauth2 token, for this reason I am facing ConnectException : Connection Refused to the server. Line : https://github.com/gitlab4j/gitlab4j-api/blob/37617ec31bd2888f421c8bd5586727e40c51ba09/src/main/java/org/gitlab4j/api/GitLabApi.java#L279 can...

The Gitlab v4 jobs api (https://docs.gitlab.com/ee/api/jobs.html#get-a-single-job) returns a `tag_list` which is an array of runner tags. This field is missing in the `Job` class. Would it be possible to add...

Could you please add method descend group to group API (https://docs.gitlab.com/ee/api/groups.html#list-a-groups-descendant-groups)

enhancement

I have an errror when updating projets: ``` org.gitlab4j.api.GitLabApiException: The following fields have validation errors: project_feature.merge_requests_access_level, project_feature.builds_access_level at org.gitlab4j.api.AbstractApi.validate(AbstractApi.java:633) at org.gitlab4j.api.AbstractApi.putWithFormData(AbstractApi.java:493) ``` It seems that `jobs_enabled` and `merge_requests_enabled` are deprecated,...

enhancement

Recently Draft was introduced to Gitlab but there is no way to filter for it like WIP currently. ``` new MergeRequestFilter() .withProjectId(project.getId()) .withState(MergeRequestState.OPENED) .withWip(false) ``` Ideally it would be similar:...

my compant require me use gitlab api with customer head

question

Hi there, I setted up a [default description template](https://docs.gitlab.com/ee/user/project/description_templates.html#set-a-default-template-for-merge-requests-and-issues) to a project on GitLab (GitLab premium here) , but when I create merge requests from API that does not work...

ContainerRegistryApi.getRepositoryTag(Object projectIdOrPath, Integer repositoryId, String tagName) crashed on huge repositories. Caused by: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (2902036481) out of range of int (-2147483648 - 2147483647) at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column:...