Skip to content

Add runner's creator to runner admin and group

What does this MR do and why?

Implements: #355767 (closed)

This change adds additional creator information to the runner's list in the admin and group pages when available.

Changelog: added

Screenshots or screen recordings

Screenshot_2023-03-22_at_11.36.17

How to set up and validate locally

  1. Enable the feature flag: in your console rails c, and then Feature.enable(:create_runner_workflow_for_admin)
  2. Visit http://gdk.test:3000/admin/runners
  3. Select "New instance runner"
  4. Save the form with any information
  5. Head back to the admins page http://gdk.test:3000/admin/runners (you don't have to finish the registration to see the change)

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

Edited by Miguel Rincon

Merge request reports