Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-05-04 19:11:31 +0300
committerBob Van Landuyt <bob@gitlab.com>2017-05-04 19:11:31 +0300
commit4b9eab02b8cc8bd443a802d1d73da26e5b3178d9 (patch)
tree3bba76225e78ab3f76fd1691ceb1749a67b0c79b /db/post_migrate
parente7b6f39fe1b3d6d21c32f564a3efe17c1c34fd74 (diff)
Reject EE reserved namespace paths in CE as well
Diffstat (limited to 'db/post_migrate')
-rw-r--r--db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb b/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb
index a23f83205f1..08cf366f0a1 100644
--- a/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb
+++ b/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb
@@ -36,10 +36,17 @@ class RenameReservedDynamicPaths < ActiveRecord::Migration
DISSALLOWED_GROUP_PATHS = %w[
activity
+ analytics
+ audit_events
avatar
group_members
+ hooks
labels
+ ldap
+ ldap_group_links
milestones
+ notification_setting
+ pipeline_quota
subgroups
]