Skip to content

add created_after and created_before params to issuables

What does this MR do?

Adds since and until params to issuables (Merge Requests and Issues).

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

This is my first PR, and I'm looking for guidance/mentorship to make sure I am doing everything necessary to implement a new feature.

I believe this is all that is necessary to make the params usable by issuable_finder.rb, but would love a sanity check.

Why was this MR needed?

Allows apps depending on GitLab to make far fewer API calls to find specific merge requests.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #32901 (closed)

Edited by Kyle Bishop

Merge request reports