Commit de0c2a54 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'qmnguyen0711/1205-update-feature-categories' into 'master'

Sync feature category mappings

See merge request gitlab-org/gitlab!67311
parents ac386162 4ec15f6c
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
--- ---
- accessibility_testing - accessibility_testing
- advanced_deployments - advanced_deployments
- api
- attack_emulation - attack_emulation
- audit_events - audit_events
- audit_reports - audit_reports
...@@ -65,14 +64,12 @@ ...@@ -65,14 +64,12 @@
- infrastructure - infrastructure
- infrastructure_as_code - infrastructure_as_code
- insider_threat - insider_threat
- insights
- integrations - integrations
- intel_code_security - intel_code_security
- interactive_application_security_testing - interactive_application_security_testing
- internationalization - internationalization
- issue_tracking - issue_tracking
- jenkins_importer - jenkins_importer
- jira_importer
- kubernetes_management - kubernetes_management
- license - license
- license_compliance - license_compliance
......
...@@ -9,7 +9,7 @@ class Groups::InsightsController < Groups::ApplicationController ...@@ -9,7 +9,7 @@ class Groups::InsightsController < Groups::ApplicationController
track_redis_hll_event :show, name: 'g_analytics_insights' track_redis_hll_event :show, name: 'g_analytics_insights'
feature_category :insights feature_category :value_stream_management
private private
......
...@@ -11,7 +11,7 @@ class Projects::InsightsController < Projects::ApplicationController ...@@ -11,7 +11,7 @@ class Projects::InsightsController < Projects::ApplicationController
track_redis_hll_event :show, name: 'p_analytics_insights' track_redis_hll_event :show, name: 'p_analytics_insights'
feature_category :insights feature_category :value_stream_management
private private
......
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