- 10 Feb, 2022 1 commit
-
-
Daniel Beland authored
-
- 18 Oct, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
-
- 06 Oct, 2021 1 commit
-
-
Arnaud Lefebvre authored
Fix #769
-
- 18 Sep, 2021 5 commits
-
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
-
- 16 Sep, 2021 1 commit
-
-
Tobias Hansson authored
Adding branches_to_be_notified to SlackService and deprecating notify_only_default_branch as per https://docs.gitlab.com/ee/api/services.html#createedit-slack-service
-
- 14 Sep, 2021 4 commits
-
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
based on docs https://docs.gitlab.com/ee/api/packages.html and inspired by GroupProjectsFilter
-
杨新 authored
-
Michaël van de Giessen authored
-
- 06 Sep, 2021 1 commit
-
-
Markus Pöschl authored
-
- 25 Aug, 2021 3 commits
- 24 Aug, 2021 1 commit
-
-
Brian Krische authored
-
- 22 Aug, 2021 1 commit
-
-
Daniel Burrell authored
Added missing name attribute to Badges class. Also aligned indent of Badges class with rest of api.model package
-
- 16 Aug, 2021 1 commit
-
- 13 Aug, 2021 1 commit
-
-
t0m4uk1991 authored
-
- 28 Jul, 2021 1 commit
-
-
Robert.Schreib authored
-
- 20 Jul, 2021 1 commit
-
-
Ladislav Kaiser authored
-
- 05 Jul, 2021 4 commits
-
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
-
- 26 Jun, 2021 2 commits
-
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
-
- 14 Jun, 2021 4 commits
-
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
In GitLab 11.11, the Project Hook Key for wiki events was wiki_events. We don't support GitLab 11.X. We only support GitLab 12.9.2+. In new version of GitLab the correct key is wiki_page_events.
-
Gautier de Saint Martin Lacaze authored
-
Benedikt Waldvogel authored
-
- 07 Jun, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
Since the removal of "X-Total-Pages" and "X-Total" headers, all paginations use the kaminari counter. In this mode, kaminari counter is reset to -1 during the call of the last page. This part is correct. Then when we call the `current()` method of the pager to get the current page. This method call the same `page` method than the `next` method. In this method the pager check if there is element before checking if we call for the current page. It throws NoSuchElementException erroneously. To fix, I change the check sequence. First I check ifthe user call the current page. If so, we return the corresponding items. If not we check if there is such elements and call the API.
-
- 01 Jun, 2021 3 commits
- 20 May, 2021 1 commit
-
-
Mitchell Herrijgers authored
-
- 17 May, 2021 1 commit
-
-
Mitchell Herrijgers authored
-
- 24 Apr, 2021 1 commit
-
-
gpanice authored
-