Rename projects with reserved path names
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?
-
Changelog entry added - Tests
-
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/25917, https://gitlab.com/gitlab-org/gitlab-ce/issues/25893