Skip to content

#13650 added wip search functionality and tests

What does this MR do?

Adds work in progress (WIP) filter to merge request (MR) search. Optional filters are "wip:yes" or "wip:no". If "yes" is selected, the search will return MR's with the prefix "WIP" or "[WIP]" or "WIP:". If "no" is selected, the search will return MR's without those prefixes.

@smcgivern @felipe_artur

Are there points in the code the reviewer needs to double check?

Yes. Please double check that I was supposed to add "wip" to the scalar params array in the issueable_finder file.

Why was this MR needed?

Customers showed an interest in wanting to search by WIP, or filter them out.

Screenshots (if relevant)

_gl-wip-filter

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

13650- Filter merge requests that are marked WIP

EE port https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6764

Edited by Fatih Acet

Merge request reports