Commit 13d014db authored by Cheryl Li's avatar Cheryl Li Committed by Vitali Tatarintev

Update feature_category for PipelinesController#downloadable_artifacts

parent b62b5f97
...@@ -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
......
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