1. 14 Jun, 2021 7 commits
  2. 07 Jun, 2021 1 commit
    • Gautier de Saint Martin Lacaze's avatar
      Fix #658 : Pager not working properly · 4e9f7a6c
      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.
      4e9f7a6c
  3. 01 Jun, 2021 3 commits
  4. 11 Apr, 2021 1 commit
  5. 25 Mar, 2021 1 commit
  6. 24 Mar, 2021 1 commit
    • Gautier de Saint Martin Lacaze's avatar
      feat: Add various fields to project model · 645d5fb6
      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
      645d5fb6
  7. 22 Mar, 2021 1 commit
  8. 17 Mar, 2021 3 commits
  9. 05 Mar, 2021 1 commit
  10. 03 Mar, 2021 1 commit
  11. 23 Feb, 2021 1 commit
  12. 22 Feb, 2021 1 commit
  13. 18 Feb, 2021 1 commit
    • Clay Weidinger's avatar
      Update AccessLevel.java · 94cc338b
      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
      94cc338b
  14. 28 Jan, 2021 1 commit
  15. 21 Jan, 2021 2 commits
  16. 06 Jan, 2021 1 commit
  17. 19 Dec, 2020 1 commit
  18. 08 Sep, 2020 1 commit
  19. 10 Aug, 2020 1 commit
  20. 08 Aug, 2020 1 commit
  21. 04 Aug, 2020 2 commits
  22. 03 Aug, 2020 1 commit
  23. 26 Jul, 2020 1 commit
  24. 22 Jul, 2020 1 commit
  25. 21 Jul, 2020 2 commits
  26. 19 Jul, 2020 1 commit
  27. 17 Jul, 2020 1 commit