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
milestones
projects
subgroups
analytics
audit_events
hooks
ldap
ldap_group_links
notification_setting
pipeline_quota
].freeze
CHILD_ROUTES = (WILDCARD_ROUTES | GROUP_ROUTES).freeze
......
......@@ -41,6 +41,13 @@ class RenameReservedDynamicPaths < ActiveRecord::Migration
labels
milestones
subgroups
analytics
audit_events
hooks
ldap
ldap_group_links
notification_setting
pipeline_quota
]
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