Remove runner list in group settings
requested to merge 336405-feature-flag-rollout-of-groups-runners-as-a-first-class-citizen-runner_list_group_view_vue_ui into master
What does this MR do and why?
Related to #336405 (closed)
The list at Group -> Settings -> CI/CD -> Runners (section) are moving to Group -> Runners
This change removes the old list in setting implementation from the UI.
When the feature flag runner_list_group_view_vue_ui
is disabled, the old runner list in the settings is still available, but it pending for full removal.
Changelog: removed
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
-
As a group owner, visit Group -> Settings -> Runners
-
Validate that the runner table is not available
-
Note: If you disable
runner_list_group_view_vue_ui
you will see the list here, instead of the main page.
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.
Edited by Miguel Rincon