Add target branch filter to Vue merge request list app
What does this MR do and why?
For #442923 (closed)
Adds the MR target branch filter to the Vue MR list search bar.
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 |
---|---|---|
No target branch filter | ||
Filter option dropdown | ||
Filtered results | x |
How to set up and validate locally
- Enable the
vue_merge_request_list
feature flag in the rails consolerails c
=>Feature.enable( :vue_merge_request_list )
- Have or create an MR that is targeting one branch, and a second MR that is targeting a different branch
- Navigate to the Merge Request list e.g.
http://gdk.test:3000/[YOUR USERNAME]/[THE PROJECT NAMESPACE]/-/merge_requests
- Begin typing
target
in the search bar - Select one of your target branches
- Submit the search / filter
- Try refreshing the page completely to test the URL search parameter on initial load
- Try clearing the target branch token filter and submitting that to see all the MRs become visible
Edited by Thomas Randolph