Commit e8a002bd authored by Sean McGivern's avatar Sean McGivern

Update feature_categories.yml with new data

We've added some new categories on our website. The only worker I could
find with a clear change of category was the
RemoveUnreferencedLfsObjectsWorker, which is now part of git_lfs rather
than source_code_management.

For other workers, we might now be wrong. However, the idea behind the
attribution is that if the relevant group thinks a worker is attributed
to them incorrectly, they can go fix it - it's not essential that these
are 100% accurate all the time.
parent 87cdcfa4
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
:resource_boundary: :cpu :resource_boundary: :cpu
:weight: 1 :weight: 1
- :name: cronjob:remove_unreferenced_lfs_objects - :name: cronjob:remove_unreferenced_lfs_objects
:feature_category: :source_code_management :feature_category: :git_lfs
:has_external_dependencies: :has_external_dependencies:
:latency_sensitive: :latency_sensitive:
:resource_boundary: :unknown :resource_boundary: :unknown
......
...@@ -4,7 +4,7 @@ class RemoveUnreferencedLfsObjectsWorker ...@@ -4,7 +4,7 @@ class RemoveUnreferencedLfsObjectsWorker
include ApplicationWorker include ApplicationWorker
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
feature_category :source_code_management feature_category :git_lfs
def perform def perform
LfsObject.destroy_unreferenced LfsObject.destroy_unreferenced
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
- cloud_native_installation - cloud_native_installation
- cluster_cost_optimization - cluster_cost_optimization
- cluster_monitoring - cluster_monitoring
- code_analytics
- code_quality - code_quality
- code_review - code_review
- collection - collection
...@@ -31,8 +32,8 @@ ...@@ -31,8 +32,8 @@
- container_scanning - container_scanning
- continuous_delivery - continuous_delivery
- continuous_integration - continuous_integration
- data_loss_prevention
- ddos_protection - ddos_protection
- dependency_firewall
- dependency_proxy - dependency_proxy
- dependency_scanning - dependency_scanning
- design_management - design_management
...@@ -42,8 +43,11 @@ ...@@ -42,8 +43,11 @@
- epics - epics
- error_tracking - error_tracking
- feature_flags - feature_flags
- frontend_foundation
- fuzzing - fuzzing
- gdk
- geo_replication - geo_replication
- git_lfs
- gitaly - gitaly
- gitlab_handbook - gitlab_handbook
- gitter - gitter
...@@ -52,11 +56,11 @@ ...@@ -52,11 +56,11 @@
- incident_management - incident_management
- incremental_rollout - incremental_rollout
- infrastructure_as_code - infrastructure_as_code
- integration_testing
- integrations - integrations
- interactive_application_security_testing - interactive_application_security_testing
- internationalization - internationalization
- issue_tracking - issue_tracking
- jupyter_notebooks
- kanban_boards - kanban_boards
- kubernetes_management - kubernetes_management
- language_specific - language_specific
...@@ -65,6 +69,7 @@ ...@@ -65,6 +69,7 @@
- load_testing - load_testing
- logging - logging
- malware_scanning - malware_scanning
- merge_trains
- metrics - metrics
- omnibus_package - omnibus_package
- package_registry - package_registry
...@@ -93,6 +98,7 @@ ...@@ -93,6 +98,7 @@
- subgroups - subgroups
- synthetic_monitoring - synthetic_monitoring
- system_testing - system_testing
- teams
- templates - templates
- threat_detection - threat_detection
- time_tracking - time_tracking
...@@ -107,3 +113,4 @@ ...@@ -107,3 +113,4 @@
- web_ide - web_ide
- web_performance - web_performance
- wiki - wiki
- workspaces
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