Skip to content

Use refreshed look and feel for group runner edit

Miguel Rincon requested to merge 361418-group-runner-edit-vue into master

What does this MR do and why?

Implements #361418 (closed) behind a new group-level feature flag (rollout: #372055 (closed)).

This change adds a group_runner_edit_vue_ui feature flag to enable group owners to edit the runners using a the Vue based runner edit form.

The Vue form is the same that the admin section already uses, so this addition is well tested.

Screenshots or screen recordings

before (FF off) after (FF on)
image image

How to set up and validate locally

  1. Enable the invite modal
    Feature.enable(:group_runner_edit_vue_ui)
  2. Visit any group with a runner registered
  3. Select CI/CD -> Runners (e.g. http://gdk.test:3000/groups/h5bp/-/runners)
  4. Select the Edit button (with a pencil icon)
  5. Verify the form works correctly and can be submitted.

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

Edited by Miguel Rincon

Merge request reports