Skip to content

Replace runners 'active' filters with 'paused'

What does this MR do and why?

This change removes the active/paused values from the status filter to search for a runner and replaces them with a new "Paused" filter with values Yes or No.

This new filter is an equivalent way to make this search, users that visit URLs that use the deprecated status filters are redirected.

Changelog: changed

Related to #344918 (closed)

Screenshots or screen recordings

Before

Filters Paused Active
old-filters image image

After

Filters Paused: Yes Paused: No
2022-03-29_16.28.03 image image

How to set up and validate locally

  1. With at least one runner registered.
  2. Visit Admin -> Runners (e.g. http://gdk.test:3000/admin/runners)
  3. Click on the filtered search bar to filter by "Paused", select "Yes" or "No"
  4. Confirm the filters are applied

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