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.
- Please make sure that you have a GitLab Ultimate license
Feature.enable(:group_analytics_dashboard_dynamic_vsd)
- Seed a new group & project:
SEED_DORA=1 FILTER=dora_metrics bundle exec rake db:seed_fu
- Seed DoraPerformanceScoreCounts data for your project
-
Visit the Value streams dashboard for your chosen group (
http://{YOUR_INSTANCE}/groups/{GROUP_PATH}/-/analytics/dashboards/value_streams_dashboard
) - Confirm that the DORA Performance Scores panel is rendered
Related to #440694 (closed)
Edited by Rudy Crespo