- 16 Aug, 2023 1 commit
-
-
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 7 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
-
Vadim Ippolitov authored
Fixes #936 Co-authored-by:
Ипполитов Вадим Дмитриевич <vippolitov@poidem.ru>
-
- 19 Apr, 2023 2 commits
-
-
Vimsucks authored
Co-authored-by:
Jérémie Bresson <dev@jmini.fr>
-
Michael Fitoussi authored
-
- 14 Apr, 2023 2 commits
-
-
Jérémie Bresson authored
-
Mimi authored
Fixes #849 Co-authored-by:
Michael Me Jaeger <michael.me.jaeger@deutschebahn.com>
-
- 12 Apr, 2023 5 commits
-
-
Gautier de Saint Martin Lacaze authored
-
Jérémie Bresson authored
Co-authored-by:
Michael Fitoussi <16884890+mifitous@users.noreply.github.com>
-
Andres Almiray authored
* Added ReleaseLinks API (#639) * Deprecate the "external" attribute in Link * Add tests * Rename to ReleaseLinksApi and add the getter in GitLabApi --------- Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
Timo Pawelka authored
* Added hook and fetch capabilities * Fix tests * Remove superfluous formatting
-
Jérémie Bresson authored
Fixes #931
-
- 11 Apr, 2023 1 commit
-
-
Jérémie Bresson authored
-
- 05 Apr, 2023 1 commit
-
-
Matthias Fussenegger authored
-
- 04 Apr, 2023 1 commit
-
-
Michael Fitoussi authored
Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
- 30 Mar, 2023 2 commits
-
-
Gautier de Saint Martin Lacaze authored
-
Jérémie Bresson authored
* Add getDescendantGroups() methods to GroupApi * Update javadoc
-