Skip to content

Remove DORA Performers Score panel from built-in project VSD

Rudy Crespo requested to merge 441227-project-vsd-hide-dora-performers into master

What does this MR do and why?

Removes the DORA Performers Score panel from the built-in Value Streams Dashboard at the project level in order to help unblock the rollout of project_analytics_dashboard_dynamic_vsd. To do so, we created a new YAML configuration file called project_value_streams_dashboard.yaml excluding the dora_performers_score panel that will only be loaded at the project level.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot 2024-05-23 at 11.47.57 AM.png Screenshot 2024-05-23 at 11.46.01 AM.png

How to set up and validate locally

  1. Please make sure that you have a GitLab Ultimate license
  2. Feature.enable(:project_analytics_dashboard_dynamic_vsd)
  3. Select a project
  4. Navigate to Analyze > Analytics Dashboards in the left hand menu
  5. Select the Value Streams Dashboard from the list
  6. Scroll to the bottom of the dashboard and verify that the DORA performers score panel does not appear

Related to #441227 (closed)

Edited by Rudy Crespo

Merge request reports