Skip to content

Use "never contacted" wording in runner's frontend

What does this MR do and why?

Related to #344671 (closed)

This change replaces "not connected" with "never contacted" in the UI of the runners administration.

Old URLs which use not connected are redirected for backwards compatibility.

Screenshots or screen recordings

before (http://gdk.test:3000/admin/runners?status[]=NOT_CONNECTED) after (http://gdk.test:3000/admin/runners?status[]=NEVER_CONTACTED)
image Screen_Shot_2021-12-28_at_4.55.08_PM

How to set up and validate locally

Validate filters

  1. Visit admin runners paga (e.g. http://gdk.test:3000/admin/runners)
  2. In the filters, select "Status" -> "Never contacted"
  3. Confirm runners that have never contacted this instance are there

Validate redirects

  1. Visit http://gdk.test:3000/admin/runners?status[]=NOT_CONNECTED
  2. Await for redirections...
  3. Visit http://gdk.test:3000/admin/runners?status[]=NEVER_CONTACTED

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

Edited by Miguel Rincon

Merge request reports