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
b3b8e94f
Commit
b3b8e94f
authored
Sep 17, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
0095cd16
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
app/models/concerns/protected_branch_access.rb
app/models/concerns/protected_branch_access.rb
+1
-3
app/models/concerns/protected_tag_access.rb
app/models/concerns/protected_tag_access.rb
+1
-3
spec/support/helpers/stub_configuration.rb
spec/support/helpers/stub_configuration.rb
+1
-3
No files found.
app/models/concerns/protected_branch_access.rb
View file @
b3b8e94f
...
...
@@ -3,10 +3,8 @@
module
ProtectedBranchAccess
extend
ActiveSupport
::
Concern
include
ProtectedRefAccess
<<<<<<<
HEAD
include
EE
::
ProtectedRefAccess
# Can't use prepend. It'll override wrongly
=======
>>>>>>>
upstream
/
master
included
do
belongs_to
:protected_branch
...
...
app/models/concerns/protected_tag_access.rb
View file @
b3b8e94f
...
...
@@ -3,10 +3,8 @@
module
ProtectedTagAccess
extend
ActiveSupport
::
Concern
include
ProtectedRefAccess
<<<<<<<
HEAD
include
EE
::
ProtectedRefAccess
# Can't use prepend. It'll override wrongly
=======
>>>>>>>
upstream
/
master
included
do
belongs_to
:protected_tag
...
...
spec/support/helpers/stub_configuration.rb
View file @
b3b8e94f
...
...
@@ -3,10 +3,8 @@ require 'active_support/hash_with_indifferent_access'
require
'active_support/dependencies'
require_dependency
'gitlab'
<<<<<<<
HEAD
require_dependency
Gitlab
.
root
.
join
(
'ee/spec/support/helpers/ee/stub_configuration'
)
=======
>>>>>>>
upstream
/
master
module
StubConfiguration
prepend
EE
::
StubConfiguration
...
...
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