Skip to content

Update runner status summary upon filtering

What does this MR do and why?

In order for users to see more up to date information about their runners, this change has the runner stats match the current filters that have been selected by the user.

It moves the runner stats summary block below the search bar so the visual hierarchy of the filters is clear.

Changelog: changed

Related to #352877 (closed)

Screenshots or screen recordings

Admin and Groups:

before after
image image
image image

Filters update the stats

2022-05-03_10.33.54

How to set up and validate locally

Changes have been applied to the admin and group.

For admin:

  1. Visit Admin -> Runners e.g. http://gdk.test:3000/admin/runners
  2. Verify the runner stats
  3. Select a set of filters
  4. Verify the runner stats, filtered

For groups:

  1. Visit Group -> CI/CD -> Runners e.g. http://gdk.test:3000/groups/h5bp/h5-subgroup/-/runners
  2. Verify the runner stats
  3. Select a set of filters
  4. Verify the runner stats, filtered

MR acceptance checklist

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

Edited by Miguel Rincon

Merge request reports