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
ab65da13
Commit
ab65da13
authored
Nov 02, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE->EE: resolve merge conflicts
parent
c363a005
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
Gemfile.lock
Gemfile.lock
+0
-4
app/assets/javascripts/init_issuable_sidebar.js
app/assets/javascripts/init_issuable_sidebar.js
+0
-3
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+0
-6
No files found.
Gemfile.lock
View file @
ab65da13
...
...
@@ -315,12 +315,8 @@ GEM
diff-lcs (~> 1.1)
mime-types (>= 1.16)
posix-spawn (~> 0.3)
<<<<<<< HEAD
gitlab-license (1.0.0)
gitlab-markup (1.6.2)
=======
gitlab-markup (1.6.3)
>>>>>>> ce/master
gitlab_omniauth-ldap (2.0.4)
net-ldap (~> 0.16)
omniauth (~> 1.3)
...
...
app/assets/javascripts/init_issuable_sidebar.js
View file @
ab65da13
/* eslint-disable no-new */
/* global MilestoneSelect */
<<<<<<<
HEAD
/* global WeightSelect */
=======
>>>>>>>
ce
/
master
import
LabelsSelect
from
'
./labels_select
'
;
import
IssuableContext
from
'
./issuable_context
'
;
/* global Sidebar */
...
...
app/views/projects/edit.html.haml
View file @
ab65da13
...
...
@@ -81,11 +81,8 @@
.js-project-permissions-form
=
f
.
submit
'Save changes'
,
class:
"btn btn-save"
<
<<<<<<
HEAD
=
render
'projects/ee/issues_settings'
==
=====
>
>>>>>> ce/master
%section
.settings.merge-requests-feature.no-animate
{
class:
[(
'expanded'
if
expanded
),
(
'hidden'
if
@project
.
project_feature
.
send
(
:merge_requests_access_level
)
==
0
)]
}
.settings-header
%h4
...
...
@@ -95,11 +92,8 @@
%p
Customize your merge request restrictions.
.settings-content
<
<<<<<<
HEAD
=
render
'shared/promotions/promote_mr_features'
==
=====
>
>>>>>> ce/master
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
],
remote:
true
,
html:
{
multipart:
true
,
class:
"merge-request-settings-form"
},
authenticity_token:
true
do
|
f
|
=
render
'projects/ee/merge_request_settings'
,
form:
f
=
f
.
submit
'Save changes'
,
class:
"btn btn-save"
...
...
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