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
40a2027a
Commit
40a2027a
authored
Nov 12, 2020
by
Furkan Ayhan
Committed by
Mayra Cabrera
Nov 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable ci_seed_block_run_before_workflow_rules by default
parent
9384c653
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/270439-enable-ci_seed_block_run_before_workflow_rules.yml
...270439-enable-ci_seed_block_run_before_workflow_rules.yml
+5
-0
config/feature_flags/development/ci_seed_block_run_before_workflow_rules.yml
...s/development/ci_seed_block_run_before_workflow_rules.yml
+1
-1
lib/gitlab/ci/features.rb
lib/gitlab/ci/features.rb
+1
-1
No files found.
changelogs/unreleased/270439-enable-ci_seed_block_run_before_workflow_rules.yml
0 → 100644
View file @
40a2027a
---
title
:
Fix workflow:rules not accessing passed-upstream and trigger variables
merge_request
:
47399
author
:
type
:
fixed
config/feature_flags/development/ci_seed_block_run_before_workflow_rules.yml
View file @
40a2027a
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/270439
milestone
:
'
13.6'
type
:
development
group
:
group::pipeline authoring
default_enabled
:
fals
e
default_enabled
:
tru
e
lib/gitlab/ci/features.rb
View file @
40a2027a
...
...
@@ -68,7 +68,7 @@ module Gitlab
end
def
self
.
seed_block_run_before_workflow_rules_enabled?
(
project
)
::
Feature
.
enabled?
(
:ci_seed_block_run_before_workflow_rules
,
project
,
default_enabled:
fals
e
)
::
Feature
.
enabled?
(
:ci_seed_block_run_before_workflow_rules
,
project
,
default_enabled:
tru
e
)
end
def
self
.
ci_pipeline_editor_page_enabled?
(
project
)
...
...
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