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
50b99150
Commit
50b99150
authored
May 02, 2018
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in a scope of CE-EE merge
parent
62b8756d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
app/views/groups/_group_admin_settings.html.haml
app/views/groups/_group_admin_settings.html.haml
+0
-3
spec/requests/api/runner_spec.rb
spec/requests/api/runner_spec.rb
+0
-4
No files found.
app/views/groups/_group_admin_settings.html.haml
View file @
50b99150
...
...
@@ -10,11 +10,8 @@
%br
/
%span
.descr
This setting can be overridden in each project.
<
<<<<<<
HEAD
=
render
partial:
'groups/ee/project_creation_level'
,
locals:
{
form:
f
,
group:
@group
}
==
=====
>
>>>>>> upstream/master
.form-group
=
f
.
label
:require_two_factor_authentication
,
'Two-factor authentication'
,
class:
'control-label col-sm-2'
.col-sm-10
...
...
spec/requests/api/runner_spec.rb
View file @
50b99150
...
...
@@ -1331,11 +1331,7 @@ describe API::Runner do
end
it
'download artifacts'
do
<<<<<<<
HEAD
expect
(
response
).
to
have_gitlab_http_status
(
200
)
=======
expect
(
response
).
to
have_http_status
(
200
)
>>>>>>>
upstream
/
master
expect
(
response
.
headers
.
to_h
).
to
include
download_headers
end
end
...
...
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