This repository has been archived by the owner on Aug 16, 2019. It is now read-only.
Overwatch 1.3
[1.3] - 2 January 2019
Added
- Alarms subsystem to automatically detect unexpected trending values using user defined criteria. Thanks to Artur, Jacek, Pawel! See PR #50.
- Python 3.7 docker image. See: aa97cec.
Changed
- Updated python 3.6.6 -> 3.6.7. See: 358fed1.
- Reduced the cloned size of the ROOT repo when building the docker image. See: 5d9a63a.
- Bumped ROOT version in the docker images to 6.14/06. See: 627381b.
Fixed
- Fixed typos in the ROOT build script. See: d967dda.
- Blank pkgconfig directory created in the ROOT install. See: 627381b and the related ROOT JIRA ticket.
- Allow passing in of database information to the
processAllRuns()
to avoid database locking issue when running repeated processing locally (ie without a ZEO/ZODB server). Thanks to Raquel for reporting! See: 7422451.