Skip to content

Rename projects with reserved path names

username-removed-444 requested to merge dz-rename-reserved-project-names into master

What does this MR do?

It renames projects with reserved names by adding digit to the end (starting with 0)

Are there points in the code the reviewer needs to double check?

migration

Why was this MR needed?

To prevent 404 on projects that were created before validation & reserved names introduced.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/25917, https://gitlab.com/gitlab-org/gitlab-ce/issues/25893

Merge request reports