gitlab4j / gitlab4j-api

GitLab4J API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories via the GitLab REST API
MIT License
1.07k stars 463 forks source link

Fix job and applicationsettings #1169

Closed gjkersten closed 1 month ago

gjkersten commented 2 months ago

Add failure reason to the Job object.

Updated the application settings (wanted to be able to set project_jobs_api_rate_limit)

jmini commented 1 month ago

I have rebased the source branch of this PR (fix-job-applicationsettings in the gjkersten fork) on top of main of this repo:

git rebase --onto origin/main gjkersten/fix-job-applicationsettings
git push gjkersten HEAD:fix-job-applicationsettings --force

Be aware that your local branch fix-job-applicationsettings has diverged with the one on the GitHub.

If you need to do one more changes on this branch: I recommend to use git fetch and git reset --hard origin/fix-job-applicationsettings (assuming your local origin is pointing to the gjkersten fork on GitHub) before doing any local modifications instead of git pull.

I have changed the target branch of this PR to be main