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
0105034f
Commit
0105034f
authored
May 29, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict in config/routes/group.rb
parent
e7e13084
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
config/routes/group.rb
config/routes/group.rb
+2
-5
No files found.
config/routes/group.rb
View file @
0105034f
...
...
@@ -5,8 +5,8 @@ resources :groups, only: [:index, :new, :create]
scope
(
path:
'groups/*group_id'
,
module: :groups
,
as: :group
,
<<<<<<<
HEAD
constraints:
{
group_id:
Gitlab
::
Regex
.
namespace_route_regex
})
do
constraints:
{
group_id:
Gitlab
::
PathRegex
.
full_namespace_route_regex
})
do
## EE-specific
resource
:analytics
,
only:
[
:show
]
resource
:ldap
,
only:
[]
do
...
...
@@ -18,9 +18,6 @@ scope(path: 'groups/*group_id',
resources
:ldap_group_links
,
only:
[
:index
,
:create
,
:destroy
]
## EE-specific
=======
constraints:
{
group_id:
Gitlab
::
PathRegex
.
full_namespace_route_regex
})
do
>>>>>>>
ce
-
com
/
master
resources
:group_members
,
only:
[
:index
,
:create
,
:update
,
:destroy
],
concerns: :access_requestable
do
post
:resend_invite
,
on: :member
delete
:leave
,
on: :collection
...
...
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