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