Skip to content

Create project: Migrate the Import from file form to Vue

What does this MR do and why?

Migrate the Import from file form to Vue

⚠️ ⚠️ ⚠️ These changes are behind the new_project_creation_form feature flag. They won't be available to users until all the work is done. See the plan here #514700 (closed) ⚠️ ⚠️ ⚠️

Screenshots or screen recordings

Before After
CleanShot_2025-02-10_at_15.42.27_2x CleanShot_2025-02-10_at_16.04.24_2x

How to set up and validate locally

  1. In rails console enable the experiment fully

    Feature.enable(:new_project_creation_form)
  2. Go to http://gdk.test:3000/import/gitlab_project/new?namespace_id=1

Links

Project creation plans: #514700 (closed)

Milestone planning issue: #499697 (closed)

Edited by Julia Miocene

Merge request reports

Loading