Don't rename groups/projects that aren't reserved anymore

In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12932 we
freed up some names. But we were still renaming them.
This commit is contained in:
Bob Van Landuyt 2017-10-24 15:51:45 +03:00
parent 3f9022cf78
commit a280c6871c
2 changed files with 5 additions and 11 deletions

View File

@ -0,0 +1,5 @@
---
title: Don't rename paths that were freed up when upgrading
merge_request: 15029
author:
type: fixed

View File

@ -13,7 +13,6 @@ class RenameAllReservedPathsAgain < ActiveRecord::Migration
.well-known
abuse_reports
admin
all
api
assets
autocomplete
@ -24,29 +23,20 @@ class RenameAllReservedPathsAgain < ActiveRecord::Migration
groups
health_check
help
hooks
import
invites
issues
jwt
koding
member
merge_requests
new
notes
notification_settings
oauth
profile
projects
public
repository
robots.txt
s
search
sent_notifications
services
snippets
teams
u
unicorn_test
unsubscribes
@ -94,7 +84,6 @@ class RenameAllReservedPathsAgain < ActiveRecord::Migration
notification_setting
pipeline_quota
projects
subgroups
].freeze
def up