Commit 9d72ecb0 authored by Sean McGivern's avatar Sean McGivern

Update feature categories for 2021-12-01

The only category here which was used was `google_cloud`, but I can't
find that on our website. I think it belongs to
`five_minute_production_app`:
https://about.gitlab.com/handbook/engineering/incubation/5-min-production/
parent f202e1f7
# frozen_string_literal: true # frozen_string_literal: true
class Projects::GoogleCloud::BaseController < Projects::ApplicationController class Projects::GoogleCloud::BaseController < Projects::ApplicationController
feature_category :google_cloud feature_category :five_minute_production_app
before_action :admin_project_google_cloud! before_action :admin_project_google_cloud!
before_action :google_oauth2_enabled! before_action :google_oauth2_enabled!
......
...@@ -9,12 +9,14 @@ ...@@ -9,12 +9,14 @@
--- ---
- accessibility_testing - accessibility_testing
- advanced_deployments - advanced_deployments
- api_security
- attack_emulation - attack_emulation
- audit_events - audit_events
- audit_reports - audit_reports
- authentication_and_authorization - authentication_and_authorization
- auto_devops - auto_devops
- backup_restore - backup_restore
- build
- build_artifacts - build_artifacts
- chatops - chatops
- cloud_native_installation - cloud_native_installation
...@@ -33,16 +35,18 @@ ...@@ -33,16 +35,18 @@
- database - database
- dataops - dataops
- delivery - delivery
- delivery_management
- dependency_firewall - dependency_firewall
- dependency_proxy - dependency_proxy
- dependency_scanning - dependency_scanning
- deployment_management
- design_management - design_management
- design_system
- devops_reports - devops_reports
- disaster_recovery - disaster_recovery
- dynamic_application_security_testing - dynamic_application_security_testing
- editor_extension - editor_extension
- environment_management - environment_management
- error_budgets
- error_tracking - error_tracking
- experimentation_activation - experimentation_activation
- experimentation_adoption - experimentation_adoption
...@@ -50,20 +54,19 @@ ...@@ -50,20 +54,19 @@
- experimentation_expansion - experimentation_expansion
- feature_flags - feature_flags
- five_minute_production_app - five_minute_production_app
- foundations
- fuzz_testing - fuzz_testing
- geo_replication - geo_replication
- git_lfs - git_lfs
- gitaly - gitaly
- gitlab_docs - gitlab_docs
- global_search - global_search
- google_cloud
- helm_chart_registry - helm_chart_registry
- horse - horse
- importers - importers
- incident_management - incident_management
- infrastructure_as_code - infrastructure_as_code
- insider_threat - insider_threat
- instance_resiliency
- integrations - integrations
- intel_code_security - intel_code_security
- interactive_application_security_testing - interactive_application_security_testing
...@@ -86,7 +89,6 @@ ...@@ -86,7 +89,6 @@
- package_registry - package_registry
- pages - pages
- performance_testing - performance_testing
- pipeline_abuse_prevention
- pipeline_authoring - pipeline_authoring
- planning_analytics - planning_analytics
- portfolio_management - portfolio_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