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
2be87655
Commit
2be87655
authored
Aug 16, 2021
by
Furkan Ayhan
Committed by
Mikołaj Wawrzyniak
Aug 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable the FF ci_new_artifact_file_reader by default
It's enabled on GitLabcom Changelog: fixed
parent
c64ee58c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/feature_flags/development/ci_new_artifact_file_reader.yml
...feature_flags/development/ci_new_artifact_file_reader.yml
+1
-1
lib/gitlab/ci/artifact_file_reader.rb
lib/gitlab/ci/artifact_file_reader.rb
+1
-1
No files found.
config/feature_flags/development/ci_new_artifact_file_reader.yml
View file @
2be87655
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/273755
milestone
:
'
13.6'
type
:
development
group
:
group::pipeline authoring
default_enabled
:
fals
e
default_enabled
:
tru
e
lib/gitlab/ci/artifact_file_reader.rb
View file @
2be87655
...
...
@@ -45,7 +45,7 @@ module Gitlab
end
def
read_zip_file!
(
file_path
)
if
::
Feature
.
enabled?
(
:ci_new_artifact_file_reader
,
job
.
project
,
default_enabled:
false
)
if
::
Feature
.
enabled?
(
:ci_new_artifact_file_reader
,
job
.
project
,
default_enabled:
:yaml
)
read_with_new_artifact_file_reader
(
file_path
)
else
read_with_legacy_artifact_file_reader
(
file_path
)
...
...
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