Resolve "Group migration - Authenticate user - frontend"
What does this MR do?
This MR introduces new "Connect to another instance" UI
Related issues: #249151 (closed)
Testing gudelines
- Go to https://gitlab.com/-/profile/personal_access_tokens and create token with
api
permission. I suggest putting expiration date as tomorrow for security reasons. Copy token to clipboard - Enable feature flag by running
Feature.enable(:bulk_import)
- Go to
/groups/new
. OpenImport group
tab. Take a look at new tab design - Set
https://gitlab.com
assource url
and use personal access token, generated on first step - See status page (should be almost blank at this point, this is intended, handled in #249157 (closed)
Screenshots (strongly suggested)
Known & approved differences between screenshot and implemented version:
- Buttons are not disabled, instead user can always press button and see what he/she is missing
Does this MR meet the acceptance criteria?
Conformity
Edited by Illya Klymov