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
714a6f7f
Commit
714a6f7f
authored
Sep 16, 2020
by
Furkan Ayhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable ci_new_artifact_file_reader by default
Also add a changelog for the bug fix
parent
655c99d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/212373-249588-enable-ci_new_artifact_file_reader.yml
...ased/212373-249588-enable-ci_new_artifact_file_reader.yml
+5
-0
config/feature_flags/development/ci_new_artifact_file_reader.yml
...feature_flags/development/ci_new_artifact_file_reader.yml
+1
-1
lib/gitlab/ci/features.rb
lib/gitlab/ci/features.rb
+1
-1
No files found.
changelogs/unreleased/212373-249588-enable-ci_new_artifact_file_reader.yml
0 → 100644
View file @
714a6f7f
---
title
:
Fix triggering multiple children pipeline with the same artifact
merge_request
:
42595
author
:
type
:
fixed
config/feature_flags/development/ci_new_artifact_file_reader.yml
View file @
714a6f7f
...
...
@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40268
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/249588
group
:
group::pipeline authoring
type
:
development
default_enabled
:
fals
e
default_enabled
:
tru
e
lib/gitlab/ci/features.rb
View file @
714a6f7f
...
...
@@ -80,7 +80,7 @@ module Gitlab
end
def
self
.
new_artifact_file_reader_enabled?
(
project
)
::
Feature
.
enabled?
(
:ci_new_artifact_file_reader
,
project
,
default_enabled:
fals
e
)
::
Feature
.
enabled?
(
:ci_new_artifact_file_reader
,
project
,
default_enabled:
tru
e
)
end
end
end
...
...
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