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
13d014db
Commit
13d014db
authored
Aug 18, 2021
by
Cheryl Li
Committed by
Vitali Tatarintev
Aug 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update feature_category for PipelinesController#downloadable_artifacts
parent
b62b5f97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/controllers/projects/pipelines_controller.rb
app/controllers/projects/pipelines_controller.rb
+2
-1
No files found.
app/controllers/projects/pipelines_controller.rb
View file @
13d014db
...
@@ -32,10 +32,11 @@ class Projects::PipelinesController < Projects::ApplicationController
...
@@ -32,10 +32,11 @@ class Projects::PipelinesController < Projects::ApplicationController
feature_category
:continuous_integration
,
[
feature_category
:continuous_integration
,
[
:charts
,
:show
,
:config_variables
,
:stage
,
:cancel
,
:retry
,
:charts
,
:show
,
:config_variables
,
:stage
,
:cancel
,
:retry
,
:builds
,
:dag
,
:failures
,
:status
,
:downloadable_artifacts
,
:builds
,
:dag
,
:failures
,
:status
,
:index
,
:create
,
:new
,
:destroy
:index
,
:create
,
:new
,
:destroy
]
]
feature_category
:code_testing
,
[
:test_report
]
feature_category
:code_testing
,
[
:test_report
]
feature_category
:build_artifacts
,
[
:downloadable_artifacts
]
def
index
def
index
@pipelines
=
Ci
::
PipelinesFinder
@pipelines
=
Ci
::
PipelinesFinder
...
...
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