Skip to content

Clean up dora_performers_score_panel feature flag

What does this MR do and why?

Removes all references to the dora_performers_score_panel feature flag since it's been enabled by default

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No visual changes.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Please make sure that you have a GitLab Ultimate license
  2. Feature.enable(:group_analytics_dashboard_dynamic_vsd)
  3. Seed a new group & project: SEED_DORA=1 FILTER=dora_metrics bundle exec rake db:seed_fu
  4. Seed DoraPerformanceScoreCounts data for your project
  5. Visit the Value streams dashboard for your chosen group (http://{YOUR_INSTANCE}/groups/{GROUP_PATH}/-/analytics/dashboards/value_streams_dashboard)
  6. Confirm that the DORA Performance Scores panel is rendered

Related to #440694 (closed)

Edited by Rudy Crespo

Merge request reports