1. 20 Oct, 2023 1 commit
  2. 19 Sep, 2023 2 commits
  3. 08 Sep, 2023 1 commit
  4. 05 Sep, 2023 1 commit
  5. 23 Aug, 2023 1 commit
  6. 16 Aug, 2023 1 commit
  7. 25 Jul, 2023 1 commit
    • Дмитрий's avatar
      Merge reguest api: fix methods for diff and version (#1004) · 7d1d6b1a
      Дмитрий authored
      
      
      Changes MergeRequestApi:
      
      - added methods "getDiffs()" for GitLab Endpoint:
      GET /projects/:id/merge_requests/:merge_request_iid/diffs
      
      - add methods "getDiffVersions()" for GitLab Endpoint:
      GET /projects/:id/merge_requests/:merge_request_iid/versions
      
      - add method "getDiffVersion()" and "getOptionalDiffVersion()" for GitLab Endpoint:
      GET /projects/:id/merge_requests/:merge_request_iid/versions/:version_id
      
      - deprecate "getMergeRequestDiffs()" and "getMergeRequestDiff()"
      
      Fixes #993
      
      ---------
      
      Co-authored-by: default avatarJeremie Bresson <jeremie.bresson@unblu.com>
      7d1d6b1a
  8. 13 Jun, 2023 3 commits
  9. 05 May, 2023 2 commits
  10. 04 May, 2023 1 commit
  11. 26 Apr, 2023 1 commit
  12. 12 Apr, 2023 1 commit
  13. 30 Mar, 2023 1 commit
  14. 29 Mar, 2023 3 commits
  15. 16 Mar, 2023 1 commit
  16. 09 Dec, 2022 1 commit
  17. 18 Mar, 2022 1 commit
  18. 16 Mar, 2022 1 commit
  19. 15 Mar, 2022 1 commit
  20. 14 Mar, 2022 1 commit
  21. 09 Mar, 2022 1 commit
  22. 16 Oct, 2021 1 commit
  23. 06 Oct, 2021 1 commit
  24. 15 Sep, 2021 1 commit
    • 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
  25. 14 Sep, 2021 2 commits
  26. 13 Aug, 2021 1 commit
  27. 06 Jul, 2021 1 commit
  28. 05 Jul, 2021 2 commits
  29. 14 Jun, 2021 4 commits