Skip to content

Add milestone wildcard filters and MR count to issues page refactor

Coung Ngo requested to merge 322755-add-milestone-wildcard-filters into master

What does this MR do?

This MR adds features to the issues page refactor which were recently added to the backend GraphQL API:

This change is part of the issues page refactor #322755 (closed), behind feature flag vue_issues_list defaulted to off. The feature specs will be run against the issues refactor instead of the issues Haml page in !61123 (closed)

Screenshots or Screencasts (strongly suggested)

Screen_Recording_2021-08-03_at_4.49.10_pm

How to setup and validate locally (strongly suggested)

  1. Enable the vue_issues_list feature flag
    Feature.enable(:vue_issues_list)
  2. Visit the issues page http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
  3. Select Milestone = None etc in the filter search bar.

-->

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