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
3025eb0f
Commit
3025eb0f
authored
Nov 16, 2018
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed EE prepend conflicts for enums
parent
c21165d0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
app/models/ci/pipeline_enums.rb
app/models/ci/pipeline_enums.rb
+0
-3
app/models/commit_status_enums.rb
app/models/commit_status_enums.rb
+0
-3
app/models/user_callout_enums.rb
app/models/user_callout_enums.rb
+0
-3
No files found.
app/models/ci/pipeline_enums.rb
View file @
3025eb0f
...
...
@@ -26,8 +26,5 @@ module Ci
end
end
end
<<<<<<<
HEAD
Ci
::
PipelineEnums
.
prepend
(
EE
::
Ci
::
PipelineEnums
)
=======
>>>>>>>
upstream
/
master
app/models/commit_status_enums.rb
View file @
3025eb0f
...
...
@@ -18,8 +18,5 @@ module CommitStatusEnums
}
end
end
<<<<<<<
HEAD
CommitStatusEnums
.
prepend
(
EE
::
CommitStatusEnums
)
=======
>>>>>>>
upstream
/
master
app/models/user_callout_enums.rb
View file @
3025eb0f
...
...
@@ -14,8 +14,5 @@ module UserCalloutEnums
}
end
end
<<<<<<<
HEAD
UserCalloutEnums
.
prepend
(
EE
::
UserCalloutEnums
)
=======
>>>>>>>
upstream
/
master
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