Skip to content

Convert to use GraphQL in issues page refactor [RUN ALL RSPEC]

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

What does this MR do?

This MR updates the issues list refactor #322755 (closed) to use GraphQL instead of REST. The refactor is behind the feature flag :vue_issues_list, defaulted to off.

This MR updates components so that all UI elements continue displaying as expected on the issues page, and pagination continues working but without page numbers as GraphQL doesn't support jumping to specific pages. This MR does not update issues_list_app.vue to continue working as expected for sorting and filtering—this will be done in the following MR so as not to bloat this one.

This was previously merged in !62312 (merged) but reverted due to a FOSS failure, so this MR runs as FOSS with [RUN ALL RSPEC]. This MR also is broken down smaller because !62312 (merged) was quite large to review.

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)

Edited by Coung Ngo

Merge request reports