Commit 71ae9ff9 authored by Sean McGivern's avatar Sean McGivern

Update feature categories for 2021-03-09

The only change here was to remove the DORA metrics category. This
wasn't removed from our website - it was simply never there! We'd edited
the file manually in this repo instead.
parent 7158662c
...@@ -15,8 +15,10 @@ ...@@ -15,8 +15,10 @@
- audit_reports - audit_reports
- authentication_and_authorization - authentication_and_authorization
- auto_devops - auto_devops
- auto_portfolio_mgmt
- backup_restore - backup_restore
- boards - boards
- browser_performance
- chatops - chatops
- cloud_native_installation - cloud_native_installation
- cluster_cost_management - cluster_cost_management
...@@ -32,17 +34,18 @@ ...@@ -32,17 +34,18 @@
- continuous_delivery - continuous_delivery
- continuous_integration - continuous_integration
- database - database
- dataops
- dependency_firewall - dependency_firewall
- dependency_proxy - dependency_proxy
- dependency_scanning - dependency_scanning
- design_management - design_management
- devops_reports - devops_reports
- disaster_recovery - disaster_recovery
- dora_metrics
- dynamic_application_security_testing - dynamic_application_security_testing
- editor_extension - editor_extension
- epics - epics
- error_tracking - error_tracking
- experimentation
- feature_flags - feature_flags
- five_minute_production_app - five_minute_production_app
- foundations - foundations
...@@ -61,6 +64,7 @@ ...@@ -61,6 +64,7 @@
- insider_threat - insider_threat
- insights - insights
- integrations - integrations
- intel_code_security
- interactive_application_security_testing - interactive_application_security_testing
- internationalization - internationalization
- issue_tracking - issue_tracking
...@@ -79,6 +83,7 @@ ...@@ -79,6 +83,7 @@
- mobile_signing_deployment - mobile_signing_deployment
- navigation - navigation
- omnibus_package - omnibus_package
- onboarding
- package_registry - package_registry
- pages - pages
- pipeline_authoring - pipeline_authoring
...@@ -120,5 +125,4 @@ ...@@ -120,5 +125,4 @@
- vulnerability_management - vulnerability_management
- web_firewall - web_firewall
- web_ide - web_ide
- web_performance
- wiki - wiki
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
:idempotent: true :idempotent: true
:tags: [] :tags: []
- :name: dora_metrics:dora_daily_metrics_refresh - :name: dora_metrics:dora_daily_metrics_refresh
:feature_category: :dora_metrics :feature_category: :continuous_delivery
:has_external_dependencies: :has_external_dependencies:
:urgency: :low :urgency: :low
:resource_boundary: :unknown :resource_boundary: :unknown
......
...@@ -8,7 +8,7 @@ module Dora ...@@ -8,7 +8,7 @@ module Dora
deduplicate :until_executing deduplicate :until_executing
idempotent! idempotent!
queue_namespace :dora_metrics queue_namespace :dora_metrics
feature_category :dora_metrics feature_category :continuous_delivery
def perform(environment_id, date) def perform(environment_id, date)
Environment.find_by_id(environment_id).try do |environment| Environment.find_by_id(environment_id).try do |environment|
......
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