- 16 Oct, 2021 1 commit
-
-
Alberto Scotto authored
This makes it possible to stream data coming from another server straight into the POST request to Gitlab, saving an extra, expensive, and useless IO operation on disk.
-
- 25 Aug, 2021 3 commits
- 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
-
- 28 Jul, 2021 1 commit
-
-
Robert.Schreib authored
-
- 20 Jul, 2021 1 commit
-
-
Ladislav Kaiser authored
-
- 06 Jul, 2021 1 commit
-
-
Barry McDuling authored
Ensuring test SystemHooks are removed if tests fail, adding commentary/todo to address GitLab issue at future date
-
- 05 Jul, 2021 5 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
-
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 7 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
-
Benedikt Waldvogel authored
-
Benedikt Waldvogel 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
- 24 Apr, 2021 1 commit
-
-
gpanice authored
-
- 11 Apr, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
-
- 25 Mar, 2021 1 commit
-
-
lesiak authored
-
- 24 Mar, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
- readme_url - can_create_merge_request_in - import_status - ci_default_git_depth - remove_source_branch_after_merge - auto_devops_enabled - auto_devops_deploy_strategy - auto_devops_enabled - statistics.packages_size - shared_with_groups.group_full_path fix #613 #632 #667
-
- 22 Mar, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
-
- 17 Mar, 2021 3 commits
-
-
Gautier de Saint Martin Lacaze authored
-
Jasper authored
-
Jasper authored
-
- 09 Mar, 2021 1 commit
-
-
Gerard Krupa authored
-
- 05 Mar, 2021 1 commit
-
-
Olivier Jacquemart authored
-
- 03 Mar, 2021 1 commit
-
-
Tom Taxon authored
-
- 23 Feb, 2021 1 commit
-
-
Tom Taxon authored
-
- 22 Feb, 2021 1 commit
-
-
robin.moss authored
-