Commit 613ec6e6 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'cli-update-feature-category-testing' into 'master'

Add build_artifacts as feature category

See merge request gitlab-org/gitlab!63931
parents 45d308f2 82d028be
......@@ -15,7 +15,7 @@ class Projects::ArtifactsController < Projects::ApplicationController
MAX_PER_PAGE = 20
feature_category :continuous_integration
feature_category :build_artifacts
def index
# Loading artifacts is very expensive in projects with a lot of artifacts.
......
......@@ -8,7 +8,7 @@ class Projects::BuildArtifactsController < Projects::ApplicationController
before_action :extract_ref_name_and_path
before_action :validate_artifacts!, except: [:download]
feature_category :continuous_integration
feature_category :build_artifacts
def download
redirect_to download_project_job_artifacts_path(project, job, params: request.query_parameters)
......
......@@ -17,6 +17,7 @@
- auto_devops
- backup_restore
- boards
- build_artifacts
- chatops
- cloud_native_installation
- cluster_cost_management
......@@ -83,12 +84,14 @@
- mlops
- mobile_signing_deployment
- navigation
- not_owned
- omnibus_package
- on_call_schedule_management
- onboarding
- package_registry
- pages
- performance_testing
- pipeline_abuse_prevention
- pipeline_authoring
- planning_analytics
- privacy_control_center
......@@ -110,6 +113,7 @@
- self_monitoring
- serverless
- service_desk
- service_ping
- sharding
- snippets
- source_code_management
......@@ -127,7 +131,6 @@
- value_stream_management
- vulnerability_database
- vulnerability_management
- web_firewall
- web_ide
- wiki
- workflow_automation
......@@ -10,7 +10,7 @@ module Projects
push_frontend_feature_flag(:scan_execution_policy_ui, @project)
end
feature_category :web_firewall
feature_category :not_owned
# rubocop: disable CodeReuse/ActiveRecord
def alert_details
......
......@@ -4,7 +4,7 @@ module API
class JobArtifacts < ::API::Base
before { authenticate_non_get! }
feature_category :continuous_integration
feature_category :build_artifacts
# EE::API::JobArtifacts would override the following helpers
helpers do
......
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