Skip to content

Order Cluster Agents by name

Emily Ring requested to merge 257864-order-agent-list into master

What does this MR do?

Issue: #257864 (closed)

This is a follow-up from MR: !42115 (merged)

We are displaying a new table on the cluster list page. Our GraphQL includes pagination but it was not added to our first iteration of the cluster agent table.

This MR will

  • Add new scope to order cluster agents by name
  • update the GraphQl query to keep pagination order consistent

A future MR will

Screenshots

image

Does this MR meet the acceptance criteria?

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

Related to #257864 (closed)

Edited by Emily Ring

Merge request reports