Skip to content

Draft: Add empty page for project runners

Miguel Rincon requested to merge 19819-define-new-runners-project-page into master

What does this MR do?

Defines a new Project > Runners page behind feature flag runner_list_project_view_vue_ui.

It renames the old index controller method to settings, so it can replace it.

How does it work?

  1. Previously, we had a route for runners#index that redirected to the CI/CD settings of the project.
  2. This route has been renamed to runners#settings and will be kept for backward compatibility, the redirection is kept.
  3. The new runners#index route works only behind the new feature flag.

Screenshots (strongly suggested)

Example URL: http://gdk.test:3000/root/ruby-getting-started/-/runners

image

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