Skip to content

Releases: AliceO2Group/QualityControl

v1.3.2

09 Oct 11:48
Compare
Choose a tag to compare
 v1.3.2

v1.3.1

09 Oct 08:09
Compare
Choose a tag to compare
 v1.3.1

v1.3.0

05 Oct 18:20
1d2f06d
Compare
Choose a tag to compare

New features

  • [QC-437] Make optional all the categories in QC config file (#502)

Bug fixes

  • [QC-436] Publish QOs to SD (#500)

Detectors code

  • ITS: move to RDHv6 (#503)

Documentation

  • information on how to investigate failing ci tests in gitlab

Misc

  • [QC-419] Integrate ObjectManager with PostProcessing (#497)
  • [QC-430] Avoid clashes when running CCDB tests multiple times in parallel

v1.2.1

01 Oct 10:17
cb1271a
Compare
Choose a tag to compare
  • reduce verbosity of DAQ task

v1.2.0

30 Sep 12:06
6068209
Compare
Choose a tag to compare

New features

  • [QC-405] [QC-418] Implement the NewObject trigger in Post-processing

Bug fixes

  • Improvements to avoid random crashes in testFactory
  • [QC-427] Fix time stored in trends generated by TrendingTask

Modules

  • ITS
    • Add ITS online data processing fake-hit rate task
    • Add ITS online FEE task
  • Dataflow (DAQ)
    • Options to print RDH, payloads, page header, input header
    • Plots of RDH's memsize (global and per detector), number of RDH per page and per detector, ...

Documentation

  • Update and add documentation about data sources

Misc

  • [QC-388] Use timestamps in TrendingTask
  • Switch to new infologger macro to specify level and severity at once

v1.1.4

16 Sep 12:04
Compare
Choose a tag to compare

Hotfix:

  • Missing declaration of a service to adapt for upstream changes

v1.1.3

16 Sep 11:52
Compare
Choose a tag to compare

Hotfix:

  • Missing declaration of a service to adapt for upstream changes

v1.1.2

09 Sep 14:49
10994ea
Compare
Choose a tag to compare

New features

  • [QC-400] Allow to store QC objects with custom timestamps
  • Forward messages with empty payloads (QC-401)

Bug fixes

  • Add namespace indicator for runtime_error
  • Fix run number from ECS (string) QC-399

Detectors code

  • none

Documentation

  • Update DevelopersTips.md

Misc

  • Split configuration loading in TaskRunner (QC-397)
  • Add missing includes (#475)
  • More output to try an catch the double deletion bug
  • Adapt to the new service registry

v1.1.1

07 Sep 06:14
Compare
Choose a tag to compare

Add missing includes needed for new version of FairMQ.

v1.1.0

01 Sep 07:22
acc0529
Compare
Choose a tag to compare

New features

  • Add timestamp to post-processing triggers (QC-386)
  • Rerunning post-processing with selected timestamps (QC-383)
  • Consistent path structure in QCDB (QC-360)
  • Get Run Number from FairMQ options and pass it to the user (QC-272) (experimental)

Bug fixes

  • Fix external devices (QC-390)
  • Attempt at fixing the crashes with testFactory in alidist CI (QC-395)

Detectors code

  • ITS
    • Add new trending task for fake-hit rate runs + new reductor for TH2
    • Simple change of paths in json configuration files

Documentation

  • Add section about adding drawing options and display hints

Misc

  • Follow the change of the Data Sampling directory and namespace (QC-357)
  • Move RootClassFactory to headers
  • Specify timestamp in output of retrieveTObject