Skip to content

Move job status badge to runner status column

Miguel Rincon requested to merge 378550-move-idle-runner-status into master

What does this MR do and why?

Implements: #378550 (closed)

This change moves the runner job status badge to the status column of the runner list.

I also makes the badge clickable for the group runners.

Changelog: changed

Screenshots or screen recordings

image

Before After
before after

How to set up and validate locally

To validate this feature we need a few instance and group runners, if you don't have any you can run gitlab:seed:runner_fleetto generate them.

Admin:

  1. Visit Admin -> CI/CD -> Runners (e.g. http://gdk.test:3000/admin/runners)
  2. Check the first column has the Idle badge

Group:

  1. Visit your Group -> CI/CD -> Runners (e.g. http://gdk.test:3000/groups/top-group/-/runners)
  2. Check the first column has the Idle badge

MR acceptance checklist

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

Related to #378550 (closed)

Edited by Robert Hunt

Merge request reports