- Jun 19, 2017
-
-
Alexander van Amesfoort authored
Task #10975: Sem_t sem_timedwait: attempt to fix build error on OS X: just ifdef out this function and its sub-test
-
- Jun 06, 2017
-
-
Alexander van Amesfoort authored
Task #9893: MessageRouter: remove cobalt.task.specification.system from rule: the queue is not defined elsewhere. I don't remember why I added it 6 months ago, but likely for piggy-backing, which will happen without a new routing rule. Also delete obsolete build_queues.sh (we use populateDB.sh instead). Requested by Jan David Mol.
-
- Jun 01, 2017
-
-
Alexander van Amesfoort authored
Task #10099: COBALT outputproc PVSS: adjust to new PVSSDatapointDefs.h supplied by Arthur Coolen. Write storage hostnames instead of number. This should restore PVSS OutputProc support for CEP4 and DRAGNET, but is hard to fully verify.
-
- May 30, 2017
-
-
Tammo Jan Dijkema authored
-
Jorrit Schaap authored
-
- May 24, 2017
-
-
Jorrit Schaap authored
-
- May 18, 2017
-
-
Jan David Mol authored
-
Jan David Mol authored
-
- May 17, 2017
-
-
Ruud Beukema authored
-
Alexander van Amesfoort authored
-
Alexander van Amesfoort authored
-
- May 16, 2017
-
-
Jan David Mol authored
-
- May 11, 2017
-
-
Jörn Künsemöller authored
-
- May 08, 2017
-
-
Jorrit Schaap authored
-
- Apr 25, 2017
-
-
Adriaan Renting authored
-
- Apr 20, 2017
-
-
Jan David Mol authored
Task #10695: Removed Observation.Scheduler.taskDuration, added a timestamp parser function to PyCommon, and do not silently fail on unparsable startTime/stopTime in paret.
-
- Apr 19, 2017
-
-
Jan David Mol authored
-
- Apr 07, 2017
-
-
Jan David Mol authored
-
Jan David Mol authored
-
- Apr 04, 2017
-
-
Adriaan Renting authored
-
Jan David Mol authored
-
- Apr 03, 2017
-
-
Jan David Mol authored
Task #9304: Add module to determine Cobalt block configuration (cherry-picked files from task branch to avoid svn hell)
-
- Mar 31, 2017
-
-
Jan David Mol authored
Task #10473: Use <packagename> <subdir> when specifying packages with a different name and directory
-
- Mar 30, 2017
-
-
Jorrit Schaap authored
-
- Mar 28, 2017
-
-
Jan David Mol authored
-
- Mar 21, 2017
-
-
Jan David Mol authored
-
- Mar 20, 2017
-
-
Jan David Mol authored
-
Jan David Mol authored
-
Jan David Mol authored
-
- Mar 17, 2017
-
-
Alexander van Amesfoort authored
-
Alexander van Amesfoort authored
-
- Mar 13, 2017
-
-
Alexander van Amesfoort authored
Task #9939: outputProc takes responsibility for data products for locations in the parset that match the hostnames for *all* interfaces (and localhost) on a COBALT storage host. This fixes an issue with DRAGNET hostnames.
-
Jan David Mol authored
-
Jan David Mol authored
-
- Mar 07, 2017
-
-
Alexander van Amesfoort authored
Fix merge conflict on momqueryservice.py. Moved on trunk, but changed on this branch. Solve by replacing the moved file with the changed file (thus, move the changed file over the moved file). Careful checking of (JD's) changes shows this is correct; the changes are preserved. Other moved files did not cause conflicts, since they were not changed.
-
Ruud Beukema authored
-
- Mar 06, 2017
-
-
Ruud Beukema authored
Task #10275: Cranked up the code-coverage of the unittests from 76% to 91% by adding some bad case scenarios.
-
Ruud Beukema authored
-
- Feb 24, 2017
-
-
Jan David Mol authored
Task #9893: Bugfixes in communication Messaging -> MessageBus for mom.importxml, added override to apply LOFARENV in caller for compatibility.
-
- Feb 21, 2017
-
-
Marcel Loose authored
There's a good reason for doing this, because some things have changed in the meantime: - Binaries are now always built in <CMAKE_BINARY_DIR>/bin. - Configuration files are now always symlinked in <CMAKE_BINARY_DIR>/etc The ConfigLocator searches the following default locations: ${LOFARROOT}, ${LOFARROOT}/etc, /opt/lofar, /opt/lofar/etc If it doesn't find the configuration file in any of these directories, it will also search the following directories: <BIN_DIR>, <BIN_DIR>/etc, <BIN_DIR>/.., <BIN_DIR>/../etc, where <BIN_DIR> is the directory containing the executable. And here's the problem. In the old days, the binary would be somewhere in the build tree, in a location similar to its source. But now it's in <CMAKE_BINARY_DIR>/bin. The extended search rule above will *always* find the configuration file in <CMAKE_BINARY_DIR>/etc; there's no way you can override this anymore. (Well, you could use the very dirty hack to redefine LOFARROOT in your test, but that's plain ugly.) So, by reintroducing the current directory in BASE_SEARCH_DIR, we now have again the option to use a different configuration file for testing.
-