Skip to content

Display group related to a runner

Miguel Rincon requested to merge 347856-groups-in-runner-view into master

What does this MR do and why?

This change renders the group that owns a runner in the runner details page.

backend MR: !78454 (merged)

Screenshots or screen recordings

Screen_Shot_2022-01-20_at_3.04.57_PM

Sub group display

image

How to set up and validate locally

  1. With some group runners added (https://docs.gitlab.com/ee/ci/runners/runners_scope.html#group-runners)
  2. In rails console ($ rails c) enable the the view runner page
    Feature.enable(:runner_read_only_admin_view)
  3. Visit Admin -> Runners
  4. Visit any Group Runner page such as http://gdk.test:3000/admin/runners/108

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

Edited by Miguel Rincon

Merge request reports