1. 31 Oct, 2023 1 commit
    • Ralph Weires's avatar
      Support include_retried when getting jobs for a pipeline via paging (#1046) · 76468762
      Ralph Weires authored
      Follow-up to #954, which added the same for the non-paging request already.
      
      If pipelines have a large amount of jobs (> 100 at least), need to use
      the paging API to get all jobs (as GitLab limits paging size to max. 100).
      JobApi didn't support the include_retried flag yet, in the methods that
      support paging (i.e. those that return Pager<Job>/Stream<Job>)
      76468762
  2. 20 Oct, 2023 1 commit
  3. 10 Oct, 2023 1 commit
  4. 09 Oct, 2023 1 commit
  5. 26 Sep, 2023 1 commit
  6. 19 Sep, 2023 2 commits
  7. 08 Sep, 2023 1 commit
  8. 06 Sep, 2023 1 commit
  9. 05 Sep, 2023 1 commit
  10. 23 Aug, 2023 2 commits
  11. 17 Aug, 2023 1 commit
  12. 16 Aug, 2023 2 commits
  13. 15 Aug, 2023 2 commits
  14. 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
  15. 20 Jul, 2023 1 commit
  16. 18 Jul, 2023 2 commits
  17. 13 Jun, 2023 4 commits
  18. 23 May, 2023 1 commit
  19. 05 May, 2023 2 commits
  20. 26 Apr, 2023 7 commits
  21. 19 Apr, 2023 2 commits
  22. 12 Apr, 2023 3 commits