Skip to content

Update deployment frequency graphs to support group-level data

What does this MR do?

Updates the deployment frequency 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).

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 #291748 (closed)

Edited by Nathan Friend

Merge request reports