Skip to content

Update lead time graphs to support group-level data

What does this MR do?

Updates the lead time chart component to allow it to show either project or group-level data. Previously, this component only supported showing project-level data.

The component decides which endpoint to hit based on the parameters injected into it (either projectPath or groupPath).

This change is very similar to !60945 (merged)

Screenshots

This new capability is not yet used (I'll do this in a subsequent MR), so this MR makes no user-facing changes.

Related to #325061 (closed)

Edited by Nathan Friend

Merge request reports