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

merged from 0.11 branch

No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ Release 0.11 (04/29/2016)
starvation between simultaneous DAQs and uploads
- Added new polling file system observer agent as option for monitoring
directories
- Reworked catalog API and corresponding MongoDB interfaces to use unique
experiment file paths, rather than file names
Release 0.10 (03/11/2016)
=============================
......
......@@ -15,5 +15,5 @@ DM_DAQ_WEB_SERVICE_HOST=DM_HOSTNAME
DM_DAQ_WEB_SERVICE_PORT=33336
DM_CAT_WEB_SERVICE_HOST=DM_HOSTNAME
DM_CAT_WEB_SERVICE_PORT=44436
DM_SOFTWARE_VERSION="0.10 (DM_DATE)"
DM_SOFTWARE_VERSION="0.12 (DM_DATE)"
__version__ = "0.10 (2016.03.21)"
__version__ = "0.11 (2016.04.28)"
......@@ -136,6 +136,7 @@ class ExperimentSessionControllerImpl(DmObjectManager):
try:
# Get files
self.logger.debug('Retrieving file paths for %s' % dataDirectory)
filePathsDict = FileSystemObserver.getInstance().getFiles(dataDirectory)
# Remove hidden 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