- 31 Oct, 2023 2 commits
-
-
Ralph Weires authored
-
Ralph Weires authored
Follow-up to #954, which added the same for the non-paging request already. If pipelines have a large amount of jobs (> 100 at least), need to use the paging API to get all jobs (as GitLab limits paging size to max. 100). JobApi didn't support the include_retried flag yet, in the methods that support paging (i.e. those that return Pager<Job>/Stream<Job>)
-
- 20 Oct, 2023 1 commit
-
-
Simon Weimann authored
-
- 10 Oct, 2023 1 commit
-
-
luvarqpp authored
This adds possibility to identify erased jobs.
-
- 09 Oct, 2023 1 commit
-
-
樊言鹏 authored
-
- 26 Sep, 2023 1 commit
-
-
Hannes Erven authored
-
- 19 Sep, 2023 2 commits
-
-
KoCoder authored
--------- Co-authored-by:
Konstantin Hintermayer <konstantin@handig-eekhoorn.at> Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
NadeoWolf authored
--------- Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
- 08 Sep, 2023 1 commit
-
-
Дмитрий authored
Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
- 06 Sep, 2023 1 commit
-
-
Jen authored
-
- 05 Sep, 2023 1 commit
-
-
Дмитрий authored
Fixes #992
-
- 23 Aug, 2023 2 commits
-
-
Benjamin Schmitz authored
-
Benjamin Schmitz authored
-
- 17 Aug, 2023 1 commit
-
-
Jérémie Bresson authored
Fixes #1006
-
- 16 Aug, 2023 2 commits
-
-
Henry authored
Co-authored-by:
Jan Henrik Wiesner <jan.wiesner@gebit.de> Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
Jérémie Bresson authored
Fixes #1009
-
- 15 Aug, 2023 2 commits
-
-
mucst authored
Co-authored-by:
t.mucs <t.mucs@4flow.de>
-
Jérémie Bresson authored
Fixes #984
-
- 25 Jul, 2023 1 commit
-
-
Дмитрий authored
Changes MergeRequestApi: - added methods "getDiffs()" for GitLab Endpoint: GET /projects/:id/merge_requests/:merge_request_iid/diffs - add methods "getDiffVersions()" for GitLab Endpoint: GET /projects/:id/merge_requests/:merge_request_iid/versions - add method "getDiffVersion()" and "getOptionalDiffVersion()" for GitLab Endpoint: GET /projects/:id/merge_requests/:merge_request_iid/versions/:version_id - deprecate "getMergeRequestDiffs()" and "getMergeRequestDiff()" Fixes #993 --------- Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
- 20 Jul, 2023 1 commit
-
-
Дмитрий authored
Correct JavaDoc for "protectTag" method to show actual information of GitLab endpoint method. Co-authored-by:
Усачев Дмитрий Дмитриевич <92usachevdd@region.cbr.ru>
-
- 18 Jul, 2023 2 commits
-
-
luvarqpp authored
Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
luvarqpp authored
Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
- 16 Jun, 2023 1 commit
-
-
Harsh Pratap Singh authored
-
- 15 Jun, 2023 1 commit
-
-
Gautier de Saint Martin Lacaze authored
-
- 13 Jun, 2023 5 commits
-
-
Jérémie Bresson authored
* Add methods to create child epics * Add methods to manage related epics
-
Vladimir Molodkin authored
* #954 add include_retried for jobs api * Apply suggestions from code review * Fix compile error --------- Co-authored-by:
vladimir.molodkin <vladimir.molodkin@aliexpress.ru> Co-authored-by:
Jérémie Bresson <dev@jmini.fr> Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
Jérémie Bresson authored
* UserApi implement createPersonalAccessToken * adds missing scopes * factors out common logic * Fix integration tests to run with Gitlab "12.9.2-ce.0" --------- Co-authored-by:
Malte Meister <malte@labs.ws>
-
Jérémie Bresson authored
* Add missing attributes in EventMergeRequest * Fix duration and tests
-
Jérémie Bresson authored
* Update jersey version to 2.39.1 * Update maven enforcer plugin
-
- 23 May, 2023 1 commit
-
-
Harsh Pratap Singh authored
The GitLab API for Jobs supports - https://docs.gitlab.com/ee/api/jobs.html. Thus adding SKIPPED enumeration.
-
- 05 May, 2023 3 commits
-
-
Florian Waltenberger authored
-
Jens Lidestrom authored
* Add Automatic-Module-Name manifest entry: `org.gitlab4j.api` This gets rid of warnings on Java 9+, and makes it safer to use this library as a module.
-
Jérémie Bresson authored
* Fix Epic Issue link association Fixes #729 * Change return type
-
- 04 May, 2023 1 commit
-
-
Jérémie Bresson authored
-
- 26 Apr, 2023 6 commits
-
-
Jens Lidestrom authored
This allows clients to implement custom operation more easily.
-
Jérémie Bresson authored
* Add support for link type between issues Fixes #847 * Create AbstractIssue
-
Jérémie Bresson authored
* Add repository submodules api Fixes #921 * Fix unit test
-
Jérémie Bresson authored
-
Jérémie Bresson authored
Fixes #883
-
Jérémie Bresson authored
Fixes #887
-