Skip to content

Replace registration token in registration modal

Miguel Rincon requested to merge 343259-replace-registration-token-in-modal into master

What does this MR do and why?

This change replaces the registration token in the commands provided in the modal, so users can easily copy-paste the contents of the instruction and use them directly.

See #343259 (closed) for more details. This MR depends on !72529 (merged) just to make things easier to merge.

Screenshots or screen recordings

Before After
Screen_Shot_2021-10-20_at_4.14.12_PM Screen_Shot_2021-10-20_at_3.50.55_PM

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
  4. Click on "Show runner installation and registration instructions" to open the modal

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 "Show runner installation and registration instructions" to open the modal

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