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 @@
- audit_reports
- authentication_and_authorization
- auto_devops
- auto_portfolio_mgmt
- backup_restore
- boards
- browser_performance
- chatops
- cloud_native_installation
- cluster_cost_management
......@@ -32,17 +34,18 @@
- continuous_delivery
- continuous_integration
- database
- dataops
- dependency_firewall
- dependency_proxy
- dependency_scanning
- design_management
- devops_reports
- disaster_recovery
- dora_metrics
- dynamic_application_security_testing
- editor_extension
- epics
- error_tracking
- experimentation
- feature_flags
- five_minute_production_app
- foundations
......@@ -61,6 +64,7 @@
- insider_threat
- insights
- integrations
- intel_code_security
- interactive_application_security_testing
- internationalization
- issue_tracking
......@@ -79,6 +83,7 @@
- mobile_signing_deployment
- navigation
- omnibus_package
- onboarding
- package_registry
- pages
- pipeline_authoring
......@@ -120,5 +125,4 @@
- vulnerability_management
- web_firewall
- web_ide
- web_performance
- wiki
......@@ -340,7 +340,7 @@
:idempotent: true
:tags: []
- :name: dora_metrics:dora_daily_metrics_refresh
:feature_category: :dora_metrics
:feature_category: :continuous_delivery
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......
......@@ -8,7 +8,7 @@ module Dora
deduplicate :until_executing
idempotent!
queue_namespace :dora_metrics
feature_category :dora_metrics
feature_category :continuous_delivery
def perform(environment_id, date)
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