Skip to content

Shows a runner usage empty result in dashboard

What does this MR do and why?

This change adds an empty row when there are no results in the runner usage of the admin and group runner dashboards.

Changes behind feature flag :runners_dashboard_for_groups.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

Activate the dashboard feature

  1. Enable the feature flag :runners_dashboard_for_groups.
  2. Ensure you have an Ultimate license associated with your GDK

Setup ClickHouse data

  1. Follow https://docs.gitlab.com/ee/development/database/clickhouse/clickhouse_within_gitlab.html#gdk-setup up to and including running migrations

Verify this change

  1. Visit any group's dashboard, we don't need to see data because we are testing an empty dataset.

Related to #424789 (closed)

Edited by Miguel Rincon

Merge request reports