• 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