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
b1a68c98
Commit
b1a68c98
authored
Dec 12, 2017
by
James Edwards-Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolved conflicts in app/services/protected_branches/* from prepend EE::
parent
62ac9cb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
app/services/protected_branches/access_level_params.rb
app/services/protected_branches/access_level_params.rb
+0
-3
app/services/protected_branches/api_service.rb
app/services/protected_branches/api_service.rb
+0
-3
No files found.
app/services/protected_branches/access_level_params.rb
View file @
b1a68c98
module
ProtectedBranches
class
AccessLevelParams
<<<<<<<
HEAD
prepend
EE
::
ProtectedBranches
::
AccessLevelParams
=======
>>>>>>>
upstream
/
master
attr_reader
:type
,
:params
def
initialize
(
type
,
params
)
...
...
app/services/protected_branches/api_service.rb
View file @
b1a68c98
module
ProtectedBranches
class
ApiService
<
BaseService
<<<<<<<
HEAD
prepend
EE
::
ProtectedBranches
::
ApiService
=======
>>>>>>>
upstream
/
master
def
create
@push_params
=
AccessLevelParams
.
new
(
:push
,
params
)
@merge_params
=
AccessLevelParams
.
new
(
:merge
,
params
)
...
...
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