From b59904cfa0ec2c31addad8477ff0de56a170fac4 Mon Sep 17 00:00:00 2001 From: Martin Boulais <31805063+martinboulais@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:24:20 +0200 Subject: [PATCH] Release 0.98.0 (#1732) --- CHANGELOG.md | 9 +++++++++ database/CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a46f554a2..d8386e7adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.98.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.98.0) +* Notable changes for users: + * Fixed unnecessary splitting of GAQ periods + * Format properly FLP statistics +* Notable changes for developers: + * Fixed calculation of timestamps which define gaq_effective_periods, so only flags of detectors which are defined in global_aggregated_quality_detectors are taken into account for the calculation + * Added filtering by INEL and mu values to runs API + * Added API for fetching synchronous QC flags + ## [0.97.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.97.0) * Notable changes for users: * Updates some of the headers from the FLP Statistics table from run-details page diff --git a/database/CHANGELOG.md b/database/CHANGELOG.md index 541911e2ef..66ac07577b 100644 --- a/database/CHANGELOG.md +++ b/database/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.98.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.98.0) +* Changes made to the database + * Removed data_pass_versions column 'deleted_from_monalisa' and added data_pass_version_status_history table + ## [0.97.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.97.0) * Changes made to the database * Added column type (ENUM) to detectors table diff --git a/package-lock.json b/package-lock.json index 1533bc8711..ab9fdfa782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.97.0", + "version": "0.98.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.97.0", + "version": "0.98.0", "bundleDependencies": [ "@aliceo2/web-ui", "@grpc/grpc-js", diff --git a/package.json b/package.json index 7a681cbbad..b841e8a21a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.97.0", + "version": "0.98.0", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",