Skip to content

Convert filter searching to GraphQL in issues refactor

What does this MR do?

This MR converts filter searching from REST to GraphQL in the issues refactor #322755 (closed), which is behind the feature flag vue_issues_list defaulted to off.

This MR converts the following searches from REST to GraphQL:

  • Iterations
  • Labels
  • Milestones
  • Users

It also adds back debouncing to AuthorToken and LabelToken as the lack of debouncing caused incorrect results to be shown:

Screen_Recording_2021-06-22_at_4.11.24_pm

Screenshots (strongly suggested)

Screen_Recording_2021-06-22_at_6.00.31_pm

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

Merge request reports