New repository under any namespace aren't made after a group path rename.
Created by: ofpiyush
- Summary: After I renamed a group, all new repositories give a "repository does not exist error
-
Steps to reproduce:
- Make a group (Example: test group, makes path test-group automatically)
- Go to admin area and edit the group
- Change paths and save (example: "test")
- Create a new project (Select any namespace, a user or any other group)
- Click admin area -> projects -> the new project you created
- Expected behavior: It should show the filesystem path to repo.
Also, on going in with user git and cd-ing into the directory of the user/group, it should show the repository folder.
- Observed behavior "No repository exists", no folder in the filesystem
It starts creating new repositories again only after a gitlab restart.