Commit 31323205 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'reserverd-project-names' into 'master'

Disable reserverd project names

Fixes #1550

See merge request !1471
parents 3a533d48 d8cb2351
......@@ -29,7 +29,7 @@ v 7.8.0
- Fix commits pagination
-
- Async load a branch information at the commit page
-
- Disable blacklist validation for project names
- Allow configuring protection of the default branch upon first push (Marco Wessel)
-
-
......
......@@ -116,7 +116,6 @@ class Project < ActiveRecord::Base
validates :path,
presence: true,
length: { within: 0..255 },
exclusion: { in: Gitlab::Blacklist.path },
format: { with: Gitlab::Regex.path_regex,
message: Gitlab::Regex.path_regex_message }
validates :issues_enabled, :merge_requests_enabled,
......
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