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

Group has methods for getting projects, but both of them return null for me. Does one have to populate the List in the Group object? If so, how do you...

In a project I'm currently working on I have to create gitlab projects via the gitlab4j-api. Thanks a lot for the great work!! The projects we create get topics to...

I would like to include the oldRev (old revision) field in the EventMergeRequest class. This attribute is useful for me, to analyze when the merge request is changed via hookapi....

` org.gitlab4j gitlab4j-api 5.0.1 GitLabApi gitLabApi = GitLabApi.oauth2Login("http://your.gitlab.server.com", "username", "password"); org.gitlab4j.api.GitLabApiException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at org.gitlab4j.api.AbstractApi.handle(AbstractApi.java:326) at...

Hi! In the JiraService class, it is possible to set commitEvents and mergeRequestsEvents. But it is not possible to set the "Enable comments" flag (comment_on_event_enabled). It would be great, if...

Hey 😊 I want to contribute the following test: Test that a `java.util.NoSuchElementException` is thrown when `page` is called with the parameter `pageNumber = -1555957071`. This tests the method [`Pager.page`](https://github.com/gitlab4j/gitlab4j-api/blob/075ce397bd03ae35acbffdcd4c5cbfaa5cb7075b/src/main/java/org/gitlab4j/api/Pager.java#L307)....

I am using gitlab4j api v4.14.28 and Gitlab version 12.0, java 11 I am trying to get file information from gitlab using below method ``` GitLabApi gitLabApi = new GitLabApi(SERVER_URL,...

`GET /groups?order_by=similarity` is supported but not available in the high level API https://gitlab.com/gitlab-org/gitlab/-/issues/332889