Skip to content

Feature: Runner tag filter for admin view

What does this MR do?

  • Adds a filter by tags to the admin runners view.
  • Adds 1 new parameter to the runners API: tag_list

This MR depends on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19649.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The admin runners view currently makes it hard to search for runners if there are a lot of runners.

One use case that this MR solves is that there should be way to find runners by tags. This allows for easier troubleshooting.

The development of this MR is sponsored by @ siemens (/cc @bufferoverflow).

Screenshots (if relevant)

image

image

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/38504 and https://gitlab.com/gitlab-org/gitlab-ce/issues/36781.

Edited by Alexis Reigel

Merge request reports