Skip to content

Rename runner HAML file from "index" to "settings"

Miguel Rincon requested to merge 19819-rename-index-files-haml into master

What does this MR do?

This change renames runner configuration files to "settings" instead of "index" to free up that name, so an index page can be added in the future.

No user-facing changes are expected.

These are the renamed files:

  • app/views/groups/runners/_index.html.haml -> app/views/groups/runners/_settings.html.haml
  • app/views/projects/runners/_index.html.haml -> app/views/projects/runners/_settings.html.haml

Example URLs:

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