Commit 7cb36159 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Reject EE-specific group paths

parent f9c6430f
...@@ -124,6 +124,13 @@ class DynamicPathValidator < ActiveModel::EachValidator ...@@ -124,6 +124,13 @@ class DynamicPathValidator < ActiveModel::EachValidator
milestones milestones
projects projects
subgroups subgroups
analytics
audit_events
hooks
ldap
ldap_group_links
notification_setting
pipeline_quota
].freeze ].freeze
CHILD_ROUTES = (WILDCARD_ROUTES | GROUP_ROUTES).freeze CHILD_ROUTES = (WILDCARD_ROUTES | GROUP_ROUTES).freeze
......
...@@ -41,6 +41,13 @@ class RenameReservedDynamicPaths < ActiveRecord::Migration ...@@ -41,6 +41,13 @@ class RenameReservedDynamicPaths < ActiveRecord::Migration
labels labels
milestones milestones
subgroups subgroups
analytics
audit_events
hooks
ldap
ldap_group_links
notification_setting
pipeline_quota
] ]
def up def up
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment