Skip to content

Add search filters to issues page refactor

Coung Ngo requested to merge 322755-add-search-filters into master

What does this MR do and why?

This MR adds the following to the issues page refactor (#322755 (closed)), since backend have recently added them to GraphQL:

  • Confidential filtering
  • MyReaction filtering, including !=
  • Author != filtering
  • Type != filtering
  • Including subepics when filtering by epic

The refactor from Haml to Vue of the group/project issues page is behind the feature flag vue_issues_list

Screenshots or screen recordings

Screen_Recording_2021-10-18_at_1.24.57_pm

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #322755 (closed)

Merge request reports