Skip to content

Replace references to deprecated runner fields

Miguel Rincon requested to merge 415185-remove-show-runner-haml-references into master

What does this MR do and why?

This change removes references when displaying a runner in the project area, so it shows runner manager fields.

It places the runner manager fields at the bottom of the view.

Changelog: changed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

  • "Active" is replaced by "Paused"
  • "Name" is removed
  • The order of some fields changes, runner manager fields go to the bottom.
Before After
image image

How to set up and validate locally

  1. Visit a project with a runner
  2. Select your runner from Project > Settings > CI/CD (e.g. http://gdk.test:3000/flightjs/Flight/-/settings/ci_cd)

Related to #415185

Edited by Miguel Rincon

Merge request reports