Support filtering review requests using date ranges in the API.

Review Request #1686 — Created June 27, 2010 and submitted

Information

Review Board

Reviewers

Support filtering review requests using date ranges in the API.

It can be useful to query review requests in particular date ranges in the
API. ReviewRequestResource now takes optional time-added-from=,
time-added-to=, last-updated-from=, and last-updated-to= query arguments,
which accept date formats (in a variety of formats, thanks to python-dateutil)
for filtering by date ranges.
Tested various combinations and got the results I expected.
Loading...