Skip to content

Remove namespace alias from DORA performance score counts GraphQL query

What does this MR do and why?

This MR removes the namespace alias on the DORA performance score counts graphQL query and also updates the DORA performers score chart stories.

Screenshots or screen recordings

Before photo looks like after. Its just if we don't update the constants from namespace to group, it won't display any charts

Before After
image

How to set up and validate locally

Value Streams Dashboard

  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

Storybook

  1. Set up Storybook or simply run yarn storybook:start
  2. View the stories in ee/analytics/value_streams_dashboard/components/dora_performers_score_chart

Related to #443386 (closed)

Edited by Rudy Crespo

Merge request reports