Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
74a2c395
Commit
74a2c395
authored
Oct 20, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix subgroups group path issue
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
747914db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lib/gitlab/path_regex.rb
lib/gitlab/path_regex.rb
+1
-0
spec/lib/gitlab/path_regex_spec.rb
spec/lib/gitlab/path_regex_spec.rb
+2
-1
No files found.
lib/gitlab/path_regex.rb
View file @
74a2c395
...
@@ -130,6 +130,7 @@ module Gitlab
...
@@ -130,6 +130,7 @@ module Gitlab
notification_setting
notification_setting
pipeline_quota
pipeline_quota
projects
projects
subgroups
]
.
freeze
]
.
freeze
ILLEGAL_PROJECT_PATH_WORDS
=
PROJECT_WILDCARD_ROUTES
ILLEGAL_PROJECT_PATH_WORDS
=
PROJECT_WILDCARD_ROUTES
...
...
spec/lib/gitlab/path_regex_spec.rb
View file @
74a2c395
...
@@ -155,7 +155,8 @@ describe Gitlab::PathRegex do
...
@@ -155,7 +155,8 @@ describe Gitlab::PathRegex do
end
end
let
(
:ee_paths_after_group_id
)
do
let
(
:ee_paths_after_group_id
)
do
%w[audit_events
%w[
audit_events
analytics
analytics
ldap
ldap
ldap_group_links
ldap_group_links
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment