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

Hello. I'm trying to setup Gitlab Branch Source Plugin which use gitlab4j-api. When i try to get list of projects in Gitlab CE i have this error: Exception caught:org.gitlab4j.api.GitLabApiException: [javax.net](http://javax.net/).ssl.SSLProtocolException:...

in GitLab version 15,Access tokens expire after two hours. [access-token-expiration](https://docs.gitlab.com/ee/integration/oauth_provider.html#access-token-expiration) Can refresh function be provided?

See https://gitlab.com/gitlab-org/gitlab-foss/-/issues/60226, this API has similar issue.

I am using v5.0.1 with Gitlab 15.4-ee and when I call `getEventsApi().getUserEvents(user,null, null, new Date(), after, null, 100);` I am getting 'Note' and 'Issue' Target Types returned but am not...

https://docs.gitlab.com/ee/api/users.html#user-modification How do I add a secondary email address to an existing user. Also I do not want to change password of the user but constructor needs password as mandatory...

Please add support for using the Managed Licenses API. It was introduced already back in 2018 and i see a lot of potential for automating things there. Docs: https://docs.gitlab.com/ee/api/managed_licenses.html

Hi! Would be helpful if the project supported [the `error_tracking` API](https://docs.gitlab.com/ee/api/error_tracking.html), especially now that [integrated error tracking is in open beta](https://docs.gitlab.com/ee/operations/error_tracking.html#integrated-error-tracking). In particular I'd like to extract the `sentry_dsn`, so...

Please add support for the path parameter: public InputStream getRepositoryArchive(Object projectIdOrPath, String sha, String path, ArchiveFormat format) throws GitLabApiException { if (format == null) { format = ArchiveFormat.TAR_GZ; } /*...

Normally, the issues have a reference object on them: ```json { "id": 6424, "iid": 1, "project_id": 234, "title": "Issue in progress", ... "type": "ISSUE", ... "references": { "short": "#1", "relative":...

When revieving deployment event with a `deployable_id` that's too large, Jackson is failing to convert the JSON body to an object: ```java ! com.fasterxml.jackson.core.exc.InputCoercionException: Numeric value (3110732268) out of range...