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
c387f004
Commit
c387f004
authored
Oct 09, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve CI/CD pipeline related merge conflicts
parent
56ae4a9a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
app/models/ci/pipeline.rb
app/models/ci/pipeline.rb
+0
-7
app/presenters/ci/pipeline_presenter.rb
app/presenters/ci/pipeline_presenter.rb
+0
-6
No files found.
app/models/ci/pipeline.rb
View file @
c387f004
...
...
@@ -6,11 +6,8 @@ module Ci
include
AfterCommitQueue
include
Presentable
include
Gitlab
::
OptimisticLocking
<<<<<<<
HEAD
prepend
::
EE
::
Ci
::
Pipeline
=======
>>>>>>>
ce
-
com
/
master
belongs_to
:project
belongs_to
:user
...
...
@@ -78,11 +75,7 @@ module Ci
enum
failure_reason:
{
unknown_failure:
0
,
config_error:
1
<<<<<<<
HEAD
}.
merge
(
EE_FAILURE_REASONS
)
=======
}
>>>>>>>
ce
-
com
/
master
state_machine
:status
,
initial: :created
do
event
:enqueue
do
...
...
app/presenters/ci/pipeline_presenter.rb
View file @
c387f004
module
Ci
class
PipelinePresenter
<
Gitlab
::
View
::
Presenter
::
Delegated
<<<<<<<
HEAD
prepend
::
EE
::
Ci
::
PipelinePresenter
FAILURE_REASONS
=
{
config_error:
'CI/CD YAML configuration error!'
}.
merge
(
EE_FAILURE_REASONS
)
=======
FAILURE_REASONS
=
{
config_error:
'CI/CD YAML configuration error!'
}.
freeze
>>>>>>>
ce
-
com
/
master
presents
:pipeline
...
...
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