Show all runners for group (2)
What does this MR do and why?
Implements #337838 (closed), depends on backend at !96770 (merged)
This change adds a toggle that enables group owners to see more details of the available runner fleet by enabling them see "all" runners that are available.
Changelog: added
Screenshots or screen recordings
How to set up and validate locally
- Enable
runners_finder_all_available
(rails c
and thenFeature.disable(:runners_finder_all_available)
) - With at least one shared/instance runner registered
- Visit Admin -> Runners to register one
http://gdk.test:3000/admin/runners
- With at least one group and one runner in your group
- My Group -> CI/CD -> Runners
http://gdk.test:3000/groups/<group>/-/runners
- Visit My Group -> CI/CD -> Runners
- Click on "Show only my runners" to enable the full list.
Suggestion: Group Admin users see the same results, but with a different access level, as they may not edit/delete some runners:
Admin | Group Owner | sm screens |
---|---|---|
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 #337838 (closed)
Edited by Miguel Rincon