Skip to content
Snippets Groups Projects
Commit b2f07ffb authored by sveseli's avatar sveseli
Browse files

release notes updated

parent 28b6c29e
No related branches found
No related tags found
No related merge requests found
...@@ -3,23 +3,31 @@ Release 1.1 (03/10/2017) ...@@ -3,23 +3,31 @@ Release 1.1 (03/10/2017)
- Introduced integration with Beamline Scheduling System: - Introduced integration with Beamline Scheduling System:
- New commands: - New commands:
- list-runs * list-runs
- list-proposals * list-proposals
- get-proposal * get-proposal
- Modified add-experiment command to automatically add users associated - Added the following options to the add-experiment command:
with a given beamline proposal --proposal-id: automatically add to experiment all
- Added the following functionality for managing DAQs: users associated with a given beamline proposal
- Max. run time specification causes DAQ to be stopped automatically --run: look for beamline proposal in a given run (current run is the
- Destination directory specification causes files to be uploaded into default)
--users: comma specified list of usernames to be added to experiment
as users
- Added the following options for managing DAQs:
--duration: DAQ will be stopped automatically after given
number of days or hours
--dest-directory: files will be uploaded into
a specific directory relative to experiment root path a specific directory relative to experiment root path
- Upload data/target directory on exit specify upload of the given --upload-data-directory-on-exit: when DAQ finishes, upload of the given
directory automatically after DAQ completes data directory will be executed automatically
- Added the following functionality for managing uploads: --upload-dest-directory-on-exit: specifies destination directory for
- Destination directory specification causes files to be uploaded into upload after DAQ completes
- Added the following options for managing uploads:
--dest-directory: files will be uploaded into
a specific directory relative to experiment root path a specific directory relative to experiment root path
- Introduced framework for higher level beamline specific tools - Introduced framework for higher level beamline specific tools and
- New commands that combine adding experiment and running DAQs or added commands that combine adding new experiment with running DAQs or
uploads uploads
- Introduced sphinx as python API documentation framework - Introduced sphinx as python API documentation framework
- Resolved possible timeout issue when starting DAQ or directory upload - Resolved possible timeout issue when starting DAQ or directory upload
with a directory containing large number of files with a directory containing large number of files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment