Skip to content

Simplify issues counts query in issues page refactor

Coung Ngo requested to merge 322755-simplify-issue-counts-query into master

What does this MR do?

This MR makes some small improvements to the issues page Vue refactor (#322755 (closed)), behind feature flag vue_issues_list defaulted to off.

  • Simplify issues counts query
  • Remove filter token cloning as this now occurs within GlFilteredToken
  • Make the logic showing CSV buttons consistent
  • Await apollo mutation so it properly throws error

Screenshots or Screencasts (strongly suggested)

No visual changes

How to setup and validate locally (strongly suggested)

  1. In rails console enable the feature flag
    Feature.enable(:vue_issues_list)
  2. Visit any project issues page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
  3. Test out the functionality

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