Skip to content

Allow groups to be re-imported

Illya Klymov requested to merge xanf-allow-reimport into master

What does this MR do?

Original issue: #299498 (closed)

Allows groups to be imported multiple times

Previously after importing group once UI was disabled. Lift that requirement

Screenshots or Screencasts (strongly suggested)

Import_groups___GitLab

  • Enable feature bulk_import via Feature.enable(:bulk_import)
  • Open "New group" (/groups/new)
  • Use https://gitlab.com as source instance and GeK1Nis4j-SY1X4sqE5c as personal access token (this token is from separate user on GitLab instance with 0 real data available, so we do not expose any security risks here)
  • Modify any dropdown to target existing project (note: right now this is case sensitive, it is known issue and out of scope of this MR)

Conformity

Availability and Testing

Edited by Illya Klymov

Merge request reports