Commit e6bf6145 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'attribute-background-migrations-to-database-category' into 'master'

Attribute background migrations to database category

See merge request gitlab-org/gitlab!27777
parents 4a09d7b3 b20d4dd7
......@@ -928,7 +928,7 @@
:weight: 2
:idempotent: true
- :name: background_migration
:feature_category: :not_owned
:feature_category: :database
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......
......@@ -3,7 +3,7 @@
class BackgroundMigrationWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
feature_category_not_owned!
feature_category :database
# The minimum amount of time between processing two jobs of the same migration
# class.
......
......@@ -9,6 +9,7 @@
---
- accessibility_testing
- analysis
- api
- attack_emulation
- audit_events
- audit_reports
......@@ -24,14 +25,16 @@
- code_analytics
- code_quality
- code_review
- code_testing
- collection
- compliance_management
- container_behavior_analytics
- container_network_security
- container_registry
- container_scanning
- continuous_delivery
- continuous_integration
- ddos_protection
- database
- dependency_firewall
- dependency_proxy
- dependency_scanning
......@@ -43,8 +46,8 @@
- epics
- error_tracking
- feature_flags
- frontend_foundation
- fuzzing
- foundations
- fuzz-testing
- gdk
- geo_replication
- git_lfs
......@@ -72,6 +75,7 @@
- load_testing
- logging
- malware_scanning
- merge_trains
- metrics
- omnibus_package
- package_registry
......@@ -87,8 +91,6 @@
- roadmaps
- runbooks
- runner
- runtime_application_self_protection
- sdk
- secret_detection
- secrets_management
- serverless
......@@ -100,10 +102,8 @@
- status_page
- subgroups
- templates
- threat_detection
- time_tracking
- tracing
- unit_testing
- usability_testing
- users
- value_stream_management
......
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