Allows users to bulk pause/unpause runners in runner lists
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
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
!184012 (merged) (MR introducing the graphql mutation to pause / unpause multiple runners
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
new buttons to pause and unpause when runners are selected ![]() |
| Message when runners has been paused |
How to set up and validate locally
- Visit the admin runners area at Admin > Runners
- Select one or more runners by using the checkbox on the left side
- Select the Unpause selected or Pause selected action that appears above the list
- 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

