Skip to content

Remove MAX_PANELS_LIMIT for Value Streams Dashboard

What does this MR do and why?

It removes the maximum limit of 4 panels that can be displayed in a Value Streams Dashboard. With the rollout of #409499 (closed), there should be less performance issues so the limit is no longer necessary.

Solving issue #427563 (closed)

How to set up and validate locally

  1. Navigate to the gitlab repository
  2. yarn jest ee/spec/frontend/analytics/dashboards/value_streams_dashboard/components/app_spec.js
  3. Ensure pipelines pass

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Ted Tran

Merge request reports