Skip to content

Remove deprecated usage of GraphQL sort arguments in frontend

Mario Celi requested to merge 267966-remove-deprecated-sort-args-frontend into master

What does this MR do?

Remove deprecated usage of GraphQL sort arguments in frontend

Usage of lower cased versions of sort arguments used in the GraphQL API need to be removed from the frontend as these are deprecated

SortEnum` type ion the GraphQL API has deprecated arguments:

  • updated_desc
  • updated_asc
  • created_desc
  • created_asc

The capitalized version should be used for all, instead:

  • UPDATED_DESC
  • UPDATED_ASC
  • CREATED_DESC
  • CREATED_ASC

Screenshots (strongly suggested)

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 #267966 (closed)

Edited by Mario Celi

Merge request reports