Use refreshed look and feel for group runner edit
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) |
---|---|
How to set up and validate locally
- Enable the invite modal
Feature.enable(:group_runner_edit_vue_ui)
- Visit any group with a runner registered
- Select CI/CD -> Runners (e.g.
http://gdk.test:3000/groups/h5bp/-/runners
) - Select the Edit button (with a pencil icon)
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #361418 (closed)
Edited by Miguel Rincon