- 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 14 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
Fix #645 : Add pipeline_id in POST CommitStatus
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Fix #656 : Re-support project issues statistics
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
#665 - [Feature Request] Get PGP keys in user API
-
Gautier de Saint Martin Lacaze authored
Move markdown call to post with serialized JSON payload
-
Gautier de Saint Martin Lacaze authored
Fix #708 : fix typo in create_access_level key
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Fix #621 : Add deployment API
-
Gautier de Saint Martin Lacaze authored
-
- 28 Jun, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
Fix #626 : Add missing properties to Branch model
-
- 26 Jun, 2021 2 commits
-
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
-
- 14 Jun, 2021 13 commits
-
-
Gautier de Saint Martin Lacaze authored
Fix #649 : Add missing properties to SystemHook
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Update hook project wiki event wqattribute to wiki_page_events
-
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
Remove unnecessary Memberships class from the project
-
Gautier de Saint Martin Lacaze authored
Merge pull request #710 from hu-tmx/add-project-merge_method-suggestion_commit_message-remove_source_branch_after_merge Add some missing properties to ProjectApi.updateProject and createProject
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Add UserApi.getMemberships() to list projects and groups a user is member of
-
Benedikt Waldvogel authored
-
Benedikt Waldvogel authored
-
Benedikt Waldvogel authored
-
Benedikt Waldvogel authored
-
Benedikt Waldvogel authored
Many IDEs (such as IntelliJ IDEA) and editors already use the .editorconfig file if available. For most popular editors there’s a plugin that adds EditorConfig support. See https://editorconfig.org/ for more details.
-
- 07 Jun, 2021 2 commits
-
-
Gautier de Saint Martin Lacaze authored
Fix #658 : Pager not working properly
-
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
-
- 14 Apr, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
Fix a typo in the readme
-
- 13 Apr, 2021 1 commit
-
-
Johan Manuel authored
-
- 11 Apr, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
-