Skip to content

issues Search Results · repo:gitlab4j/gitlab4j-api language:Java

Filter by

759 results
 (88 ms)

759 results

ingitlab4j/gitlab4j-api (press backspace or delete to remove)

Since Gitlab 16.0 there is a new way to create Gitlab Runners (https://docs.gitlab.com/security/tokens/#runner-authentication-tokens). The old way is deprecated and some gitlab instances have it disabled ...
  • pascaldornfeld
  • 2
  • Opened 
    17 days ago
  • #1251

The documentation does not show this state here (https://docs.gitlab.com/api/pipelines/), but I definitely get the value canceling for a pipeline status. I created a break point in org.gitlab4j.api.models.PipelineStatus#forValue ...
  • jschneider
  • 2
  • Opened 
    on Apr 26
  • #1247

In our project we met the exception below: 2025-04-21T14:29:12.116+08:00 ERROR 7 --- [fs-eye-manager] [-nio-80-exec-34] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] ...
question
  • wdtte
  • 1
  • Opened 
    on Apr 22
  • #1244

When creating a project, the following attributes are available in the API but not in the library - allow_merge_on_skipped_pipeline: boolean - builds_access_level: Visibility - merge_requests_access_level: ...
  • michaeln31
  • 1
  • Opened 
    on Apr 14
  • #1242

This is how I use it now try(GitLabApi gitLabApi = new GitLabApi(rootUrl, param.getGitlabToken())) { MergeRequestParams mrParams = new MergeRequestParams() .withSourceBranch(param.getSourceBranch()) ...
question
  • xdxTao
  • Opened 
    on Apr 11
  • #1241

The actual gitlab v4 API allows to fetch jobs by token https://docs.gitlab.com/api/jobs/#get-job-tokens-job curl --header Authorization: Bearer $CI_JOB_TOKEN ${CI_API_V4_URL}/job curl --header JOB-TOKEN: ...
  • tkruse
  • 3
  • Opened 
    on Feb 28
  • #1231

Using 6.0.0-rc.8 s createGroup(GroupParams params) method I get 400 response with name is missing, path is missing GroupParams groupParams = new GroupParams() .withName(name) ...
  • michaeln31
  • 3
  • Opened 
    on Feb 24
  • #1230

When I call this interface /api/v4/projects/132/repository/commits?private_token= personal_access_token , I find that the Author is always null in the return parameter Gitlab version : GitLab Community ...
  • bububear
  • 2
  • Opened 
    on Jan 21
  • #1228

The pull mirror API is missing, only remote mirror is currently implemented (which is the push mirror).
  • mikaelol
  • 1
  • Opened 
    on Jan 15
  • #1227

ClassNotFound jakarta.ws.rs.ext.ContextResolver version: 6.0.0-rc.8 Exception in thread main java.lang.NoClassDefFoundError: jakarta/ws/rs/ext/ContextResolver at java.base/java.lang.ClassLoader.defineClass1(Native ...
question
  • xiaji520
  • 5
  • Opened 
    on Jan 10
  • #1225
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub