Skip to content

Adds group runners dashboard feature

Miguel Rincon requested to merge 424795-group-runners-dashboard-boilerplate into master

What does this MR do and why?

This change adds a new feature for runner dashboard called "runner_performance_insights_for_namespace" which gates the new group runners dashboard page.

Additionally it introduces a feature flag to gate the feature while it is in development.

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

New empty page at Group -> Runners -> Fleet dashboard (http://gdk.test:3000/groups/flightjs/-/runners/dashboard)
image

How to set up and validate locally

  1. Ensure you have GitLab Ultimate license
  2. Enable the following feature in rails c: Feature.enable(:runners_dashboard_for_groups)
  3. Visit a group
  4. Select Build -> Runners -> Fleet dashboard
  5. Ensure the empty page is rendered (no 404 or 500).

Related to #424795 (closed)

Edited by Miguel Rincon

Merge request reports