From 71875a3ec31d77aeb235643135c86fac0077e747 Mon Sep 17 00:00:00 2001 From: Martin Boulais <31805063+martinboulais@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:33:45 +0100 Subject: [PATCH] Release 0.71.0 (#1231) * Release 0.71.0 * Improve changelog --- CHANGELOG.md | 17 +++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16524f0658..6271acc39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.71.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.71.0) +* Notable changes for users: + * Only admin is authorised to create and delete tags + * Added tag occurrences in logs chart + * Added link to ali-flp main page visible as button with text - 'ALI FLP' + * Added parent log entry display when replying to log +* Notable change for developers: + * Chart system has been improved to allow easily display bar charts + * Extracted two utility functions `isInTestMode` and `isInDevMode` to factorize configuration + * Added runToHTTPView function to handle introduced differences of entity Run + * Added LhcPeriod sequelize model + * Refactored log-related components +* Changes made to the database: + * add table `lhc_periods`, replaced column `runs.lhc_period` with `run.lhc_period_id` (reference to table `lhc_periods`) + ## [0.70.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.70.0) * Notable changes for users: * Fixed broken infologger run link @@ -19,8 +34,6 @@ All notable changes to this project will be documented in this file. See [standa * Chart axis limits can be overiden * remove dead code (/api/runs/endpoint) * update runs related usecases -* Changes made to the database: - * add table `lhc_periods`, replaced column `runs.lhc_period` with `run.lhc_period_id` (reference to table `lhc_periods`) ## [0.69.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.69.0) * Notable changes for users: diff --git a/package-lock.json b/package-lock.json index b9e7f5edc9..7be3232680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.70.0", + "version": "0.71.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.70.0", + "version": "0.71.0", "bundleDependencies": [ "@aliceo2/web-ui", "cls-hooked", diff --git a/package.json b/package.json index 9bd9950f0e..ef8246981f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.70.0", + "version": "0.71.0", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",