- 26 Apr, 2023 1 commit
-
-
Jens Lidestrom authored
This allows clients to implement custom operation more easily.
-
- 11 Apr, 2023 1 commit
-
-
Gabriel Barbier authored
-
- 29 Mar, 2023 1 commit
-
-
luvarqpp authored
There was not chance of throwing checked exception GitLabApiException from given three methods. I have removed them to make user code using given methods easier to read.
-
- 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.
-
- 18 Nov, 2019 1 commit
-
-
Greg Messner authored
-
- 09 May, 2019 1 commit
-
-
Greg Messner authored
* Fixed issue caused by the GitLab server returning -1 for total items (#346).
-
- 03 Mar, 2019 1 commit
-
-
Greg Messner authored
-
- 11 Feb, 2019 1 commit
-
-
Greg Messner authored
* Added test for lazy Stream evaluation (#295). * Cleaned up Stream support documentaion (#295).
-
- 10 Feb, 2019 1 commit
-
-
Mariusz Smykuła authored
-
- 29 Dec, 2018 1 commit
-
-
Greg Messner authored
-
- 13 Dec, 2018 1 commit
-
-
Greg Messner authored
-
- 12 Dec, 2018 1 commit
-
-
Greg Messner authored
-
- 28 Dec, 2017 1 commit
-
-
Greg Messner authored
-
- 19 Jun, 2017 1 commit
-
-
Greg Messner authored
-