BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
34655464
Commit
34655464
authored
Jun 12, 2017
by
Z.J. van de Weg
Committed by
Timothy Andrew
Jun 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix merge conflicts on pipeline schedules
parent
16977ad3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
pipeline_schedule.rb
app/models/ci/pipeline_schedule.rb
+0
-5
_pipeline_schedule.html.haml
.../projects/pipeline_schedules/_pipeline_schedule.html.haml
+2
-5
No files found.
app/models/ci/pipeline_schedule.rb
View file @
34655464
...
...
@@ -28,17 +28,12 @@ module Ci
!
active?
end
<<<<<<<
HEAD
def
importing_or_inactive?
importing?
||
inactive?
=======
def
deactivate!
update_attribute
(
:active
,
false
)
end
def
runnable_by_owner?
Ability
.
allowed?
(
owner
,
:create_pipeline
,
project
)
>>>>>>>
9
dfecec
...
Merge
branch
'32790-pipeline_schedules-pages-throwing-error-500'
into
'master'
end
def
set_next_run_at
...
...
app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml
View file @
34655464
...
...
@@ -4,12 +4,9 @@
=
pipeline_schedule
.
description
%td
.branch-name-cell
=
icon
(
'code-fork'
)
<
<<<<<<
HEAD
=
link_to
pipeline_schedule
.
ref
,
namespace_project_commits_path
(
@project
.
namespace
,
@project
,
pipeline_schedule
.
ref
),
class:
"branch-name"
==
=====
-
if
pipeline_schedule
.
ref
=
link_to
pipeline_schedule
.
ref
,
project_ref_path
(
@project
,
pipeline_schedule
.
ref
),
class:
"ref
-name"
>
>>>>>> 9dfecec... Merge branch '32790-pipeline_schedules-pages-throwing-error-500' into 'master'
=
link_to
pipeline_schedule
.
ref
,
namespace_project_commits_path
(
@project
.
namespace
,
@project
,
pipeline_schedule
.
ref
),
class:
"branch
-name"
%td
-
if
pipeline_schedule
.
last_pipeline
.status-icon-container
{
class:
"ci-status-icon-#{pipeline_schedule.last_pipeline.status}"
}
...
...
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