Commit c4382661 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'update-feature-categories' into 'master'

Update feature_categories.yml

See merge request gitlab-org/gitlab!24366
parents 7623c151 e8a002bd
......@@ -160,7 +160,7 @@
:resource_boundary: :cpu
:weight: 1
- :name: cronjob:remove_unreferenced_lfs_objects
:feature_category: :source_code_management
:feature_category: :git_lfs
:has_external_dependencies:
:latency_sensitive:
:resource_boundary: :unknown
......
......@@ -4,7 +4,7 @@ class RemoveUnreferencedLfsObjectsWorker
include ApplicationWorker
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
feature_category :source_code_management
feature_category :git_lfs
def perform
LfsObject.destroy_unreferenced
......
......@@ -21,6 +21,7 @@
- cloud_native_installation
- cluster_cost_optimization
- cluster_monitoring
- code_analytics
- code_quality
- code_review
- collection
......@@ -31,8 +32,8 @@
- container_scanning
- continuous_delivery
- continuous_integration
- data_loss_prevention
- ddos_protection
- dependency_firewall
- dependency_proxy
- dependency_scanning
- design_management
......@@ -42,8 +43,11 @@
- epics
- error_tracking
- feature_flags
- frontend_foundation
- fuzzing
- gdk
- geo_replication
- git_lfs
- gitaly
- gitlab_handbook
- gitter
......@@ -52,11 +56,11 @@
- incident_management
- incremental_rollout
- infrastructure_as_code
- integration_testing
- integrations
- interactive_application_security_testing
- internationalization
- issue_tracking
- jupyter_notebooks
- kanban_boards
- kubernetes_management
- language_specific
......@@ -65,6 +69,7 @@
- load_testing
- logging
- malware_scanning
- merge_trains
- metrics
- omnibus_package
- package_registry
......@@ -93,6 +98,7 @@
- subgroups
- synthetic_monitoring
- system_testing
- teams
- templates
- threat_detection
- time_tracking
......@@ -107,3 +113,4 @@
- web_ide
- web_performance
- 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