Skip to content

Rename "runner list" app to "admin runners"

What does this MR do?

This change renames runner app files from "runner list" to "admin runners" to accurately describe the feature.

No user-facing changes are expected.

Why this change? As part of #19819 (closed) we will have other App-level Vue components that offer functionality for each scope:

  • AdminRunnersApp (this MR)
  • GroupRunnersApp (next MR, possibly !66376 (merged))
  • ProjectRunnersApp (upcoming)

All of the files will be part of ~/runner/ so a better naming is needed.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #19819 (closed)

Edited by Miguel Rincon

Merge request reports