Skip to content

Added json index action to cluster controller

Emily Ring requested to merge 207031-json-index-controller into master

What does this MR do?

This is part of the cluster redesign (&2666 (closed))

There is a new Cluster Vue component that needs a json endpoint to query cluster data

file: https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/views/clusters/clusters/index.html.haml

#js-clusters-list-app{ data: { endpoint: 'todo/add/endpoint' } }

The newly created controller action will serve as the endpoint for the new vue component.

After this MR, follow-up changes will include

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Closes #207031 (closed)

Merge request reports