From 7f42b9fcf235610ad2e7d6e4d2d02d13e614b00b Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Fri, 8 Dec 2017 17:43:02 +0000 Subject: [PATCH] updated apis and clis for new workflow-based options --- RELEASE_NOTES.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 1875727b..02e41325 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -4,14 +4,20 @@ Release 1.8 (12/XX/2017) - Enhanced algorithm for processing of existing files; this resolved issues with multiple simultaneous DAQs involving large number of pre-existing files that need to be processed +- Added support for retrieving experiment dataset statistics: + - New command: + * get-file-collection-stats - Added support for output variables in workflow definitions - Added generic HDF5 file metadata reader - Developed DAQ/PROC service integration via new DAQ plugin; this enables development and deployment of fully automated data acquisition/processing pipelines based on user-defined workflows -- Added support for retrieving experiment dataset statistics: - - New command: - * get-file-collection-stats + - Modified commands (all get --workflow-name, --workflow-owner, + --workflow-job-owner and --workflow-args options): + * start-daq + * upload + * ${DM_STATION_NAME}-daq + * ${DM_STATION_NAME}-upload - Added HTTPS support for accessing file metadata catalog via Mongo Express - DM Station GUI fixes/enhancements: - Added support for viewing experiment file metadata and file collection -- GitLab