Add designs migration to GitLab Projects Migration
What does this MR do and why?
bulk_import_projects
feature flag that is currently off by default (and disabled on .com).
This MR adds design migration to GitLab Project Migration feature (https://docs.gitlab.com/ee/user/group/import/). The implementation is identical to our traditional file-based Project Import/Export's design repo saver
& design repo restorer
.
Mentions #339421 (closed)
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
-
Feature.enable(:bulk_import)
. -
Feature.enable(:bulk_import_projects)
. - Create a top level group and project in it.
- Create an issue and upload designs to it
- Go to
/groups/new#import-group-pane
page and enter instance url and access token (needs to beapi
&read_repository
scope). - Select newly created group and click Import.
- Wait for Group import to complete and verify imported designs. They should be in the issue.
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 George Koltsov