Allows users to bulk pause/unpause runners in runner lists

What does this MR do and why?

Frontend MR to be able to pause / unpause multiple runners at the same time from the UI since there is a graphql mutation to do so.

New buttons will be added for pausing / unpausing when runners are selected.

When button is clicked, the graphql mutation will be called to perform pausing / unpausing.

A message will be showned after the pausing / unpausing

References

#376363 (closed)

!184012 (merged) (MR introducing the graphql mutation to pause / unpause multiple runners

Screenshots or screen recordings

Before After
image new buttons to pause and unpause when runners are selected image
Message when runners has been paused image

How to set up and validate locally

  1. Visit the admin runners area at Admin > Runners
  2. Select one or more runners by using the checkbox on the left side
  3. Select the Unpause selected or Pause selected action that appears above the list
  4. Check the toast messages and confirm the data updates correctly

MR acceptance checklist

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

Edited by Miguel Rincon

Merge request reports

Loading