From d6b966a4e5955621c7095b112355ff805907a675 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 17 Feb 2016 19:17:45 -0500 Subject: [PATCH] Add missing release notes before the 1.3.0 release With the 1.3.0 release pending, this commit adds all the release notes we neglected to add with the patches. Change-Id: I0c5a579c550336dc68fb762ee31cf9bf6d95d56c --- .../notes/1.3.0-missing-notes-0e12c815ad6f3232.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/1.3.0-missing-notes-0e12c815ad6f3232.yaml diff --git a/releasenotes/notes/1.3.0-missing-notes-0e12c815ad6f3232.yaml b/releasenotes/notes/1.3.0-missing-notes-0e12c815ad6f3232.yaml new file mode 100644 index 0000000..89b7a81 --- /dev/null +++ b/releasenotes/notes/1.3.0-missing-notes-0e12c815ad6f3232.yaml @@ -0,0 +1,9 @@ +--- +features: + - A new DB API method, get_test_runs_by_status_for_run_ids(), to get tests + by status from a list runs + - A set of optional paramaters on get_test_runs_by_test_test_id() to filter + the result set by a run_metadata key value pair + - A new DB API method, get_run_failure_rate_by_key_value_metadata(), to get + the failure rate as a percentage for runs with a particular run_metadata + key value pair