1. 21 Sep, 2021 1 commit
  2. 15 Sep, 2021 2 commits
    • mness's avatar
      Add new ActionTypes for Events · c6216c5a
      mness authored
      New `action_type` values were recently added in the Events API: `approved`, `accepted`, `opened`, `deleted`.  This change adds the new types to the ActionType enum.
      c6216c5a
    • mness's avatar
      Added support for scope attribute to EventsApi · 431a82f0
      mness authored
      A 'scope' attribute was added to the Events API that allows retrieval of all events for a user across all the projects that user has access to.  This change adds support for this new attribute.
      431a82f0
  3. 25 Aug, 2021 3 commits
  4. 22 Aug, 2021 1 commit
  5. 16 Aug, 2021 1 commit
  6. 28 Jul, 2021 1 commit
  7. 20 Jul, 2021 1 commit
  8. 06 Jul, 2021 1 commit
  9. 05 Jul, 2021 5 commits
  10. 26 Jun, 2021 2 commits
  11. 14 Jun, 2021 7 commits
  12. 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
  13. 01 Jun, 2021 3 commits
  14. 24 Apr, 2021 1 commit
  15. 11 Apr, 2021 1 commit
  16. 25 Mar, 2021 1 commit
  17. 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
  18. 22 Mar, 2021 1 commit
  19. 17 Mar, 2021 3 commits
  20. 09 Mar, 2021 1 commit
  21. 05 Mar, 2021 1 commit
  22. 03 Mar, 2021 1 commit