subunit2sql/releasenotes/notes/add-start-time-to-recent-list-commands-146b22b742c7a94a.yaml
Matthew Treinish 4516b368df
Add optional start_date parameter to get_recent*() methods
This commit adds an optional start_date parameter to the get_recent*
methods that will only return results after a specified date.

Change-Id: Ib1c899701fdec6d86ced6edca7aa7a8385cefc92
2016-05-19 11:34:15 -04:00

8 lines
339 B
YAML

---
features:
- An optional `start_date` parameter was added to all DB API functions that
returned a recent runs list. This includes get_recent_successful_runs(),
get_recent_failed_runs(), and get_recent_runs_by_key_value_metadata(). This
is to set a starting point for the list of recent runs returned by these
methods.