- 14 Jun, 2021 2 commits
-
-
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.
-
- 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 11 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: #657 Remove duplicate set of namespace_id
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Prevent NoSuchElementException from PagerSpliterator class
-
Gautier de Saint Martin Lacaze authored
feat: add generate changelog api support
-
Gautier de Saint Martin Lacaze authored
Add more field to NoteEvent.ObjectAttributes
-
Gautier de Saint Martin Lacaze authored
build: temporary skip tests on github action
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
fix: #676 Added missing values in PipelineStatus enum
-
- 26 Mar, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
Pass "masked" parameter to create/updateVariable
-
- 25 Mar, 2021 1 commit
-
-
lesiak authored
-
- 24 Mar, 2021 2 commits
-
-
Gautier de Saint Martin Lacaze authored
feat: Add various fields to project model
-
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
-
- 23 Mar, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
-
- 22 Mar, 2021 3 commits
-
-
Gautier de Saint Martin Lacaze authored
test: Add tests for EmailOnPushService
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Add support for email on push integration.
-
- 17 Mar, 2021 4 commits
-
-
Gautier de Saint Martin Lacaze authored
fix: #612 Update path for delete commit discussion note
-
Gautier de Saint Martin Lacaze authored
-
Jasper authored
-
Jasper authored
-
- 05 Mar, 2021 1 commit
-
-
Olivier Jacquemart authored
-
- 03 Mar, 2021 1 commit
-
-
Tom Taxon authored
-
- 01 Mar, 2021 3 commits
-
-
Gautier de Saint Martin Lacaze authored
Fixed ClassCastException when getting label name
-
Gautier de Saint Martin Lacaze authored
feat: add support for GitLab merge request reviewers
-
Gautier de Saint Martin Lacaze authored
Update AccessLevel.java
-
- 23 Feb, 2021 1 commit
-
-
Tom Taxon authored
-
- 22 Feb, 2021 1 commit
-
-
robin.moss authored
-
- 18 Feb, 2021 1 commit
-
-
Clay Weidinger authored
On gitlab.com I got ``` org.gitlab4j.api.models.AccessLevel forValue WARNING: [5] is not a valid GitLab access level. ``` so I've added that enum here
-
- 28 Jan, 2021 1 commit
-
-
robin.moss authored
-
- 21 Jan, 2021 2 commits
-
-
Esko Tajakka authored
-
Esko Tajakka authored
-