Commit db6f31dd authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch 'cheryl.li-master-patch-53920' into 'master'

Update feature_category for PipelinesController#downloadable_artifacts

See merge request gitlab-org/gitlab!66795
parents 4603e169 13d014db
......@@ -31,10 +31,11 @@ class Projects::PipelinesController < Projects::ApplicationController
feature_category :continuous_integration, [
:charts, :show, :config_variables, :stage, :cancel, :retry,
:builds, :dag, :failures, :status, :downloadable_artifacts,
:builds, :dag, :failures, :status,
:index, :create, :new, :destroy
]
feature_category :code_testing, [:test_report]
feature_category :build_artifacts, [:downloadable_artifacts]
def index
@pipelines = Ci::PipelinesFinder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment