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
ed19925c
Commit
ed19925c
authored
Mar 08, 2022
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This enables the pipeline_schedules_with_tags feature flag
Changelog: other
parent
33a87eea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/pipeline_schedules/_form.html.haml
app/views/projects/pipeline_schedules/_form.html.haml
+1
-1
config/feature_flags/development/pipeline_schedules_with_tags.yml
...eature_flags/development/pipeline_schedules_with_tags.yml
+1
-1
No files found.
app/views/projects/pipeline_schedules/_form.html.haml
View file @
ed19925c
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
=
f
.
text_field
:cron_timezone
,
value:
@schedule
.
cron_timezone
,
id:
'schedule_cron_timezone'
,
class:
'hidden'
,
name:
'schedule[cron_timezone]'
,
required:
true
=
f
.
text_field
:cron_timezone
,
value:
@schedule
.
cron_timezone
,
id:
'schedule_cron_timezone'
,
class:
'hidden'
,
name:
'schedule[cron_timezone]'
,
required:
true
.form-group.row
.form-group.row
.col-md-9
.col-md-9
=
f
.
label
:ref
,
Feature
.
enabled?
(
:pipeline_schedules_with_tags
)
?
_
(
'Target branch or tag'
)
:
_
(
'Target branch'
),
class:
'label-bold'
=
f
.
label
:ref
,
Feature
.
enabled?
(
:pipeline_schedules_with_tags
,
default_enabled: :yaml
)
?
_
(
'Target branch or tag'
)
:
_
(
'Target branch'
),
class:
'label-bold'
%div
{
data:
{
testid:
'schedule-target-ref'
}
}
%div
{
data:
{
testid:
'schedule-target-ref'
}
}
.js-target-ref-dropdown
{
data:
{
project_id:
@project
.
id
,
default_branch:
@project
.
default_branch
}
}
.js-target-ref-dropdown
{
data:
{
project_id:
@project
.
id
,
default_branch:
@project
.
default_branch
}
}
=
f
.
text_field
:ref
,
value:
@schedule
.
ref
,
id:
'schedule_ref'
,
class:
'hidden'
,
name:
'schedule[ref]'
,
required:
true
=
f
.
text_field
:ref
,
value:
@schedule
.
ref
,
id:
'schedule_ref'
,
class:
'hidden'
,
name:
'schedule[ref]'
,
required:
true
...
...
config/feature_flags/development/pipeline_schedules_with_tags.yml
View file @
ed19925c
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/354421
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/354421
milestone
:
'
14.9'
milestone
:
'
14.9'
type
:
development
type
:
development
group
:
group::pipeline execution
group
:
group::pipeline execution
default_enabled
:
fals
e
default_enabled
:
tru
e
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