Skip to content

Add group_runner_view_ui feature flag

Miguel Rincon requested to merge 361417-add-ff-group_runner_view_ui into master

What does this MR do and why?

This change introduces the group_runner_view_ui feature flag to develop a renewed group runner details UI.

Screenshots or screen recordings

This page is empty when group_runner_view_ui is enabled, to start adding the new view:

image

How to set up and validate locally

  1. Enable the feature flag Feature.enable(:group_runner_view_ui)
  2. Visit any group with runners attached
  3. Select any runner and visit (e.g. http://gdk.test:3000/groups/h5bp/-/runners/77)

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

Merge request reports