Add several backend filters to the Vue version of the merge request list
All threads resolved!
Compare changes
Files
3@@ -145,7 +145,7 @@ def self.accept_reviewer
@@ -156,16 +156,16 @@ def self.accept_reviewer
This adds several backend filters for the upcoming Vue merge request list:
* :approver, filter by possible approver of a merge request
The frontend doesn't use these (yet), but for extra credit you could confirm by merging these MRs:
Then enable the vue_merge_request_list
feature flag and check the merge requests search bar of a project.
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to: