Skip to content

Allow admins to delete runners in bulk

Miguel Rincon requested to merge 353981-remove-feature-flag-bulk-delete into master

What does this MR do and why?

This change adds a checkbox to each runner entry in the Admin -> Runners page that allows admin users to select multiple runners and delete them in bulk.

This feature is added by removing the admin_runners_bulk_delete feature flag along and allowing users to access this feature.

Changelog: added

Screenshots or screen recordings

2022-10-05_12.29.38

How to set up and validate locally

  1. Visit the Admin -> Runners page
  2. Select one or more runners with the checkbox on the left column.
  3. Select "Delete selected" and confirm the modal
  4. Verify they are removed.

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 #353981 (closed)

Merge request reports

Loading