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
Hi, i don't know if it's a feature that's possible to add, but with many projects if i do .getProjects() or getProjectsStream() or even lazy stream, what happen is that...
Hello, After updating to the latest version of the API, we ran into an issue of using the method ProtectBranch. We use it with a getId() of a User in...
I can't find classes and methods for calling Gitlab Lint API for linting gitlab yaml files. Are they missing? https://docs.gitlab.com/ee/api/lint.html
I love gitlab4j - it makes my life so much easier! When using it I ran into "Rate limit exceeded" exception several times. The documentation doesn't mention support of request...
I am using Gitlab 14.0.12 and Jenkins 2.400. GitLab Branch Source Plugin Version660.vd45c0f4c0042 installed. When using any of the logins, it gives me the same error. When I went through...
I am looking to access this API - https://docs.gitlab.com/ee/api/merge_trains.html Many Thanks Chris
My IDEA Plugin Project used Java and kotlin. when call projectApi: ``` 1. java.util.ServiceConfigurationError: com.fasterxml.jackson.databind.Module: com.fasterxml.jackson.module.kotlin.KotlinModule not a subtype 2. java.lang.IllegalStateException: Unable to perform operation: post construct on org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider ```
  I use ProxyClientConfig.createProxyClientConfig to create new proxy config but it seems only support HTTP or HTTPS
api listed here https://docs.gitlab.com/15.11/ee/api/packages/maven.html are included with the current lib?
Trying spring boot 3. Tried Open JDK 17.0.2 and 20.0.1 I have error on "CentOS Linux 7 (Core)". Works fine(no errors) on both windows and Docker openjdk:17-jdk-alpine. > 2023-07-16 00:42:37...