Skip to content

Enable dora_performers_score_panel feature flag by default

What does this MR do and why?

Enables the dora_performers_score_panel feature flag 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. Seed a new group & project: SEED_DORA=1 FILTER=dora_metrics bundle exec rake db:seed_fu
  3. Seed DoraPerformanceScoreCounts data for your project
  4. Visit the Value streams dashboard for your chosen group (http://{YOUR_INSTANCE}/groups/{GROUP_PATH}/-/analytics/dashboards/value_streams_dashboard)
  5. Confirm that the DORA Performance Scores panel is rendered.

Related to #439737 (closed)

Edited by Rudy Crespo

Merge request reports