subunit2sql/releasenotes/notes/add-recent-successful-runs-by-meta-560c35bcd21ac98e.yaml
Matthew Treinish 5d254e2bda
Add new db api method to get recent successes by metadata
This commit adds a new function to the DB API,
get_recent_successful_runs_by_run_metadata(), which is used to return
a list of recent Run objects for all runs with a provided key value
run_metadata pair.

Change-Id: Id6ca7e7a4cd1f913d9f84efae5f48d247dd9ed64
2016-06-24 10:10:28 -04:00

6 lines
196 B
YAML

---
features:
- A new DB API function, get_recent_successful_runs_by_run_metadata, was
added. This enabled returning a list of recent successful runs with a key
value run_metadata pair.