Additional filters for Merge Requests
~"feature proposal"
Currently the Merge Reques view has the following filters: Author, Assignee, Milestone, Label
I would suggest the following additional filters
WIP (Yes / No)
WIP Filter should allow me to exclude (or include) all MRs which are currenty flagged as WIP (starting with WIP: or [WIP])
Build Status (Build passed / Build failed / Build running / Build skipped)
Build status filter should allow me to select either merge request which are passing and ready to merge or merge requests which are failing and need further investigation)
Summary
There are two main views that I am interested in while merging.
a) All open merge requests for a specific milestone with a passing build which can be merged
b) All open merge requests for a specific milestone witch are flagged WIP (if I am approaching a deadline and there are WIP merge requests I can take action) or with a failing build which need further investigation.
Currently I have a list that I filter per milestone that includes a) and b).