Commit 3655467d authored by Alper Akgun's avatar Alper Akgun

Merge branch 'update-codequality-feature-category' into 'master'

Update code quality endpoint feature categories

See merge request gitlab-org/gitlab!75048
parents d14aeefd 4b07eea8
......@@ -73,11 +73,8 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
:show, :toggle_award_emoji, :toggle_subscription, :update
]
feature_category :code_testing, [
:test_reports, :coverage_reports, :codequality_reports,
:codequality_mr_diff_reports
]
feature_category :code_testing, [:test_reports, :coverage_reports]
feature_category :code_quality, [:codequality_reports, :codequality_mr_diff_reports]
feature_category :accessibility_testing, [:accessibility_reports]
feature_category :infrastructure_as_code, [:terraform_reports]
feature_category :continuous_integration, [:pipeline_status, :pipelines, :exposed_artifacts]
......
......@@ -1476,7 +1476,7 @@
:tags: []
- :name: pipeline_background:ci_pipeline_artifacts_create_quality_report
:worker_name: Ci::PipelineArtifacts::CreateQualityReportWorker
:feature_category: :code_testing
:feature_category: :code_quality
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......
......@@ -10,7 +10,7 @@ module Ci
sidekiq_options retry: 3
queue_namespace :pipeline_background
feature_category :code_testing
feature_category :code_quality
idempotent!
......
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