Skip to content
Snippets Groups Projects
Commit 88045874 authored by Douwe Maan's avatar Douwe Maan Committed by Jarka Kadlecova
Browse files

Merge branch 'bvl-dont-rename-free-names' into 'master'

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

Closes #39387

See merge request gitlab-org/gitlab-ce!15029
parent c85e5e06
No related branches found
No related tags found
No related merge requests found
---
title: Don't rename paths that were freed up when upgrading
merge_request: 15029
author:
type: fixed
Loading
Loading
@@ -13,7 +13,6 @@ class RenameAllReservedPathsAgain < ActiveRecord::Migration
.well-known
abuse_reports
admin
all
api
assets
autocomplete
Loading
Loading
@@ -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
Loading
Loading
@@ -94,7 +84,6 @@ class RenameAllReservedPathsAgain < ActiveRecord::Migration
notification_setting
pipeline_quota
projects
subgroups
].freeze
 
def up
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment