Skip to content

Add basic runner details in admin view runner

Miguel Rincon requested to merge 347856-read-only-view-basic-details into master

What does this MR do and why?

This change adds basic details for the read-only admin page for runners as a first MCV of the page.

This page is behind a feature flag, so no changelog is included

👋 This MR is a big large, but I think it has a well defined scope, so I have decided to ask for reviews.

Iteration Question

Would we feel conformable releasing this early version of the page to more users? What would we be missing to deliver this (e.g. enable feature flag)?

Screenshots or screen recordings

image

Full figma design for reference

image

How to set up and validate locally

  1. With at least one runner created.
  2. Enable feature flag: in your prompt, type rails c and then Feature.enable(:runner_read_only_admin_view)
  3. Go to Admin -> Runners
  4. Click on the link (id and token) of a runner
  5. Verify page contains correct data
    • Click on the edit page and breadcrumbs to confirm links work correctly.

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