Merge branch 'dz-whitelist-more-project-names-2' into 'master'
Whitelist next project names: notes, services See merge request !8239
This commit is contained in:
commit
6d9c1d3efc
2 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,7 @@ class ProjectPathValidator < ActiveModel::EachValidator
|
|||
# 'tree' as project name and 'deploy_keys' as route.
|
||||
#
|
||||
RESERVED = (NamespaceValidator::RESERVED -
|
||||
%w[dashboard help ci admin search] +
|
||||
%w[dashboard help ci admin search notes services] +
|
||||
%w[tree commits wikis new edit create update logs_tree
|
||||
preview blob blame raw files create_dir find_file]).freeze
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: 'Whitelist next project names: notes, services'
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue