Skip to content

GraphQL: Extend keyset pagination to support `LOWER()`

What does this MR do?

!22497 (merged) requires the pagination of boards. In order to support that, Gitlab::Graphql::Connections::Keyset::Connection need to be able to support ordering by LOWER(boards.name)

Related to issues #199536 (closed) and #36756 (closed)

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
Edited by Brett Walker

Merge request reports