Skip to content

Save visited URL filters to recent searches and update weight token list

Coung Ngo requested to merge 322755-save-visited-url-filter into master

What does this MR do?

This MR does two things

  1. Currently on the Haml issues page, visiting a URL with a search or filters saves them to the filtered search bar recent searches dropdown. This MR updates the Vue filtered search bar to have the same behaviour. This is tested in recent_searches_spec.rb#L40
  2. The Vue weight token was updated show a list of 21 values, to comply with the test dropdown_weight_spec.rb#L24

These two tests are currently passing because they test the Haml issues page. In !61123 (closed), these tests will test the new Vue issues page instead, so this MR ensures the expected behaviour for then.

The Vue issues page is behind the feature flag vue_issues_list, defaulted to off.

Screenshots or Screencasts (strongly suggested)

Screen_Recording_2021-07-19_at_12.00.06_pm

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