Skip to content

Added ability submit unknown branch name

Tomas Bulva requested to merge tbulva-allow-to-apply-not-found-sb-filter into master

What does this MR do and why?

Added ability submit unknown branch name

Changelog: added

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

Before After
Screen_Recording_2024-10-24_at_18.34.26 Screen_Recording_2024-10-24_at_18.33.13

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  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
  3. open source branch filter dropdown search for some unknown branch
  4. click outside of the dropdown to close it
  5. click apply button
Edited by Tomas Bulva

Merge request reports

Loading