Skip to content

Releases: AliceO2Group/QualityControl

Fixes and documentation

03 Jun 06:39
Compare
Choose a tag to compare
v0.13.2

v0.13.2

Test release

28 May 09:16
aefc297
Compare
Choose a tag to compare
v0.13.1

remove the on condition (#169)

v0.13.0

22 May 13:31
8f51dd8
Compare
Choose a tag to compare

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)

12 Apr 14:23
Compare
Choose a tag to compare
  • Documentation
  • Connection to Readout without DS

v0.11.0: Update documentation (QC-129) (#128)

10 Apr 07:11
45c6152
Compare
Choose a tag to compare

Allow tasks to run without Data Sampling

v0.10.0: Remove publication of list of objects (O2-526) (#124)

18 Mar 09:41
Compare
Choose a tag to compare
  • Documentation
  • Alternative config url
  • Internal changes

Fix compilation error

18 Jan 08:59
Compare
Choose a tag to compare
v0.9.6

Fix compilation error by adding std::

v0.9.5

08 Jan 13:13
12f6613
Compare
Choose a tag to compare
Fix MySQL database connect function header (#110)

Use libinfologger

21 Dec 09:45
Compare
Choose a tag to compare
v0.9.4

Formatting, docu and cleanup

Misc

13 Dec 09:53
d94dd6b
Compare
Choose a tag to compare

Remove MO name and use container to send all objects at once.
Various fixes and improved doc.