Skip to content

Remove version validation from BulkImports GraphQL client

What does this MR do and why?

For every new instance of BulkImports::Clients::Graphql::HTTP, a call to the source instance is made to check if the source instance is running a minimum required version. Such a check is no longer necessary because, since #375057 (closed), the version check occurs before initiating the migration.

This change removes the version validation from the Graphql client.

Related to: #407451 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

  1. Enable GitLab Direct Transfer in Admin -> Settings -> General -> Visibility and access controls -> Allow migrating GitLab groups and projects by direct transfer
  2. Go to + Groups -> Import Group
  3. Provide a source instance URL and access token
  4. Select a group to migrate
  5. Check if the group is migrated successfully

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Rodrigo Tomonari

Merge request reports

Loading