From e62936e149c8cbde402a679303d1b58ee041ec26 Mon Sep 17 00:00:00 2001 From: Martin Boulais <31805063+martinboulais@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:52:31 +0100 Subject: [PATCH] Release 1.5.0 (#1836) * Release 1.5.0 * Move log pre-fill to developer changes * Mention error page --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284f9e9959..c1e4c73103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [1.5.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.5.0) +* Notable changes for users: + * Added nTF orbits to runs updated runs API endpoints accordingly + * Added a global error page, displaying amongst other 404 error +* Notable changes for developers: + * Fixed randomly failing runs test based on timerange selection (start/stop) + * Fixed randomly failing QC tests + * Updated docker ca-certificate dependency + * Allow to prefill of on-call template through URL parameters: + * In log creation page, query parameters `templateKey`, `issueDescription`, `detectorOrSubsystem` allow + respectively to pre-chose a log template and define the issue description and detector or subsystem in the + case of on-call template + ## [1.4.1](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.4.1) * Notable changes for developers: * Fixed the runs start/stop extraction from AliECS kafka messages diff --git a/package-lock.json b/package-lock.json index dc70a0ef4a..98e165b980 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "1.4.1", + "version": "1.5.0", "bundleDependencies": [ "@aliceo2/web-ui", "@grpc/grpc-js", diff --git a/package.json b/package.json index 8d3fe0b96b..3f37ea467f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "1.4.1", + "version": "1.5.0", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",