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
b7144637
Commit
b7144637
authored
Oct 18, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in config/routes/group.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
39fb90d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
20 deletions
+3
-20
config/routes/group.rb
config/routes/group.rb
+3
-20
No files found.
config/routes/group.rb
View file @
b7144637
...
...
@@ -42,7 +42,6 @@ constraints(GroupUrlConstrainer.new) do
## EE-specific
end
<<<<<<<
HEAD
resource
:avatar
,
only:
[
:destroy
]
resources
:milestones
,
constraints:
{
id:
/[^\/]+/
},
only:
[
:index
,
:show
,
:edit
,
:update
,
:new
,
:create
]
do
member
do
...
...
@@ -76,33 +75,17 @@ constraints(GroupUrlConstrainer.new) do
end
resources
:variables
,
only:
[
:index
,
:show
,
:update
,
:create
,
:destroy
]
resources
:billings
,
only:
[
:index
]
resources
:children
,
only:
[
:index
]
## EE-specific
resources
:billings
,
only:
[
:index
]
resources
:boards
,
only:
[
:index
,
:show
,
:create
,
:update
,
:destroy
]
end
## EE-specific
get
:boards
,
to:
redirect
(
'/groups/%{group_id}/-/boards'
)
end
=======
resources
:variables
,
only:
[
:index
,
:show
,
:update
,
:create
,
:destroy
]
resources
:children
,
only:
[
:index
]
end
end
scope
(
path:
'groups/*id'
,
controller: :groups
,
constraints:
{
id:
Gitlab
::
PathRegex
.
full_namespace_route_regex
,
format:
/(html|json|atom)/
})
do
get
:edit
,
as: :edit_group
get
:issues
,
as: :issues_group
get
:merge_requests
,
as: :merge_requests_group
get
:projects
,
as: :projects_group
get
:activity
,
as: :activity_group
get
'/'
,
action: :show
,
as: :group_canonical
end
>>>>>>>
upstream
/
master
scope
(
path:
'*id'
,
as: :group
,
...
...
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