Skip to content

Extract value stream controller functionality

Adam Hegyi requested to merge 382495-update-vsa-stage-loader-logic into master

What does this MR do and why?

This MR updates the DistinctStageLoader query to also include the Namespaces::ProjectNamespace based value stream stages into the background aggregation.

A Stage object can be associated with a Group or Namespaces::ProjectNamespace. The previous implementation only took the Group based stages into account when collecting the records for aggregation.

This change queries the whole group hierarchy including the Namespace::ProjectNamespace rows.

Screenshots or screen recordings

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

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Related to #382495 (closed)

Merge request reports