Skip to content

Convert to use GraphQL in issues page refactor part 2

Coung Ngo requested to merge 322755-use-graphql-in-issues-refactor into master

What does this MR do?

This MR is the second part of the REST to GraphQL conversion for the issues list page, which started in !63681 (merged). It fixes the sorting and filtering for the page.

This is part of the issues list refactor from Haml to Vue #322755 (closed), which is behind the feature flag :vue_issues_list, defaulted to off.

Note that due to some missing GraphQL functionality, the following will throw errors on testing. Fixing this is being worked on by the backend and is tracked in &5733.

  • Sorting by popularity
  • Sorting by blocking issues
  • Filtering by release
  • Filtering by my reaction
  • Filtering by confidentiality

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

Merge request reports