Skip to content

Read all pages of group_projects API response

Reuben Pereira requested to merge rp/paginate-mirror-status into master

What does this MR do and why?

Describe in detail what your merge request does and why.

ReleaseTools::Metrics::MirrorStatus calls .group_projects('gitlab-org/security', include_subgroups: true) but does not handle pagination in the response. This MR makes sure that all pages of the response are used.

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports