Skip to content

Add pagination support to import_projects application

What does this MR do?

This MR adds pagination support for our importers Vue UI.

It supports two modes:

  • #222889 (closed) when default gitlab pagination headers are present (not yet supported by backend
  • #233059 (closed) when no pagination headers present at all (legacy pagination used only in bitbucket server importer)

Screenshots

demo

Video includes me faking gitlab API response for first use case and normal use case for second

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Illya Klymov

Merge request reports