diff --git a/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml b/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml index e008ada..ebc0b1f 100644 --- a/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml +++ b/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml @@ -1,6 +1,6 @@ --- features: - - New option delete_run_by_uuid, which allows for the deletion of a run - specified by a given uuid. - - New option delete_test_runs_by_uuid, which allows for the deletion of - all test runs associated with a given run uuid. + - New db api function delete_run_by_uuid, which allows for the deletion of + a run specified by a given uuid. + - New db api function delete_test_runs_by_uuid, which allows for the deletion + of all test runs associated with a given run uuid. diff --git a/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml b/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml index 45c10ff..bfdefe9 100644 --- a/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml +++ b/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml @@ -1,5 +1,6 @@ --- features: - add the ability to pass in the arguments 'run_at', 'artifacts', 'run_id', - 'run_meta', and 'run_meta' from a programatic call, rather than from conf - or via command line. + 'run_meta', and 'test_attr_prefix' to the shell module's process_results() + function via a direct function call, rather than from conf, or via cli + flags.