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
0e3aaa8f
Commit
0e3aaa8f
authored
Dec 12, 2017
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes conflicts git_access and namespace_spec files
parent
74b3a38e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
lib/gitlab/git_access.rb
lib/gitlab/git_access.rb
+0
-6
spec/models/namespace_spec.rb
spec/models/namespace_spec.rb
+0
-3
No files found.
lib/gitlab/git_access.rb
View file @
0e3aaa8f
...
...
@@ -107,15 +107,9 @@ module Gitlab
def
check_project_moved!
return
if
redirected_path
.
nil?
<<<<<<<
HEAD
project_moved
=
Checks
::
ProjectMoved
.
new
(
project
,
user
,
redirected_path
,
protocol
)
=======
project_moved
=
Checks
::
ProjectMoved
.
new
(
project
,
user
,
redirected_path
,
protocol
)
>>>>>>>
upstream
/
master
if
project_moved
.
permanent_redirect?
project_moved
.
add_redirect_message
else
...
...
spec/models/namespace_spec.rb
View file @
0e3aaa8f
...
...
@@ -684,7 +684,6 @@ describe Namespace do
end
end
<<<<<<<
HEAD
describe
'#root_ancestor'
do
it
'returns the top most ancestor'
,
:nested_groups
do
root_group
=
create
(
:group
)
...
...
@@ -698,8 +697,6 @@ describe Namespace do
end
end
=======
>>>>>>>
upstream
/
master
describe
"#allowed_path_by_redirects"
do
let
(
:namespace1
)
{
create
(
:namespace
,
path:
'foo'
)
}
...
...
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