Skip to content

Make additions to group/project issues list refactor

Coung Ngo requested to merge 322755-additions-to-issues-refactor into master

What does this MR do and why?

This MR makes additions to the group/project issues list Vue refactor (#322755 (closed)), behind the feature flag vue_issues_list defaulted off.

Screenshots or screen recordings

anonymous searching issues list error message alphabetical tokens
Screenshot_2021-12-14_at_5.11.22_pm Screenshot_2021-12-14_at_5.24.30_pm Screenshot_2021-12-14_at_4.15.02_pm

How to set up and validate locally

  1. In rails console enable the feature flags
    Feature.enable(:vue_issues_list)
    Feature.enable(:disable_anonymous_search)
  2. Visit any group or project issues list page such as http://127.0.0.1:3000/groups/h5bp/-/issues
  3. Test the MR

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)

Edited by Coung Ngo

Merge request reports