Releases: AliceO2Group/QualityControl
Releases · AliceO2Group/QualityControl
v0.15.0
- Access to custom parameters inside Tasks
- Make taskParameters optional in config file
- Modern CMake migration
- More tests, fixed tests
- Documentation
Correct, full, object names in Consul
v0.14.2 Objects names sent to consul must be full path (QC-196) (#191)
Add option to basic workflow
Add option to basic workflow to specify config file.
Repository interface, serialization and Service Discovery
Main changes
- Extend CCDB interface to get past data.
- New serialization method for QC objects (transparent to the users).
- Adoption of the Service Discovery in view of the "online" mode of the QCG.
v0.13.3
Internal changes only.
- Use DPL timers in QC tasks
- Documentation and doxygen
- No warning policy
- Show how to set a name on a MO
- Adapt to new O2 names
Fixes and documentation
v0.13.2 v0.13.2
Test release
v0.13.1 remove the on condition (#169)
v0.13.0
Features
- Naming convention
Executables have all been renamed to adhere to the new coding convention in O2: o2-qc-xyz-abc
E.g. o2-qc-run-basic instead of qcRunBasic. Symlinks have been added to ease the transition. - CCDB cleanup
Remove extraneous and outdated versions of the objects stored in the QC repository (ccdb-test.cern.ch:8080).
The algorithm at the moment is simple: keep everything during first day, keep only 1 version per hour afterwards. - User-defined metadata
Add your own metadata to QC objects: getObjectsManager()->addMetadata(mHistogram->GetName(), "custom", "34");
It can be used in the task and checker and will be stored in the database. Thus you can filter by it when retrieving data. - Objects unpublication
It is now possible to stop publishing an object by using getObjectsManager()->stopPublishing(object|name) - o2-qc-run-readout
Name of the task can be changed in the config file.
Documentation
- many small changes following users feedback
Bug fixes
- Forbid publishing twice the same object.
- Fixed the doxygen generation.
v0.12.0: Update O2 dependency mechanism (#134)
- Documentation
- Connection to Readout without DS
v0.11.0: Update documentation (QC-129) (#128)
Allow tasks to run without Data Sampling