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
- Enable GitLab Direct Transfer in Admin -> Settings -> General -> Visibility and access controls -> Allow migrating GitLab groups and projects by direct transfer
- Go to + Groups -> Import Group
- Provide a source instance URL and access token
- Select a group to migrate
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Rodrigo Tomonari