Skip to content

Move register runner information to a dropdown

What does this MR do and why?

This change moves the runner registration information to a number of separate steps in a single dropdown in the upper-right corner of the admin and groups runner list view.

See #343259 (closed). This MR reorganizes the 3 main actions users can do in relation to their Runner Registration token, and groups them in a dropdown.

Screenshots or screen recordings

Before After
image image

Actions

Show registration instructions

reg-instructions

Reveal and/or copy a token

reveal-copy

Reset a token

reset-token

How to set up and validate locally

Instance level

  1. Log in as admin
  2. Visit the Admin -> Runners page http://gdk.test:3000/admin/runners
  3. Click on the actions in the top-right corner

Group level

  1. Enable runner_list_group_view_vue_ui. See #336405 (closed)
  2. Log in as a group owner
  3. Visit the Group -> CI/CD -> Runners page http://gdk.test:3000/groups/h5bp/-/runners
  4. Click on the actions in the top-right corner

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

Edited by Miguel Rincon

Merge request reports