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
ebdafe97
Commit
ebdafe97
authored
Aug 20, 2018
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed conflicts in legacy_api_update_service.rb
parent
6a1a6d2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
app/services/protected_branches/legacy_api_update_service.rb
app/services/protected_branches/legacy_api_update_service.rb
+0
-8
No files found.
app/services/protected_branches/legacy_api_update_service.rb
View file @
ebdafe97
...
...
@@ -38,7 +38,6 @@ module ProtectedBranches
def
delete_redundant_access_levels
unless
@developers_can_merge
.
nil?
<<<<<<<
HEAD
@protected_branch
.
merge_access_levels
.
destroy_all
# rubocop: disable DestroyAll # rubocop: disable DestroyAll
end
...
...
@@ -65,13 +64,6 @@ module ProtectedBranches
when
false
@protected_branch
.
push_access_levels
.
developer
.
destroy_all
# rubocop: disable DestroyAll
@protected_branch
.
push_access_levels
.
maintainer
.
destroy_all
# rubocop: disable DestroyAll
=======
@protected_branch
.
merge_access_levels
.
destroy_all
# rubocop: disable DestroyAll
end
unless
@developers_can_push
.
nil?
@protected_branch
.
push_access_levels
.
destroy_all
# rubocop: disable DestroyAll
>>>>>>>
upstream
/
master
end
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