4516b368df
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
8 lines
339 B
YAML
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.
|