Skip to content

Implement pagination & filtering for group imports

What does this MR do?

This MR adds three things on frontend side:

  • Displaying how many repositories are currently available for import

image

Related issue: #290237 (closed)

  • Basic pagination

image

Related issue: #298798 (closed)

  • Filtering

image

Related issue: #296957 (closed)

To support this on backend we are adding proper forwarding of pagination headers received from remote gitlab instance

Video

New_Group___GitLab__2_

Testing guidelines

  • Open "New group" (/groups/new)
  • Use https://gitlab.com as source instance and GeK1Nis4j-SY1X4sqE5c as personal access token (this token is from separate user on GitLab instance with 0 real data available, so we do not expose any security risks here)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Illya Klymov

Merge request reports