Skip to content

Followup for Frontend for advanced search merge request source-branch facet

What does this MR do and why?

Add frontend feature flag push

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

There is no visual change

How to set up and validate locally

  1. Make sure advanced search is installed and enabled
  2. Enable Feature flag
echo 'Feature.enable(:search_mr_filter_source_branch)' | gdk rails c
  1. Visit search page http://127.0.0.1:3000/search?scope=merge_requests&search=test
  2. search for merge request use filter
  3. Disable Feature flag
echo 'Feature.enable(:search_mr_filter_source_branch)' | gdk rails c
  1. Visit search page http://127.0.0.1:3000/search?scope=merge_requests&search=test
  2. confirm filter is not there

Related to #463374

Merge request reports

Loading