Skip to content

Commit 5c3e062

Browse files
Release 0.90.0 (#1597)
* Release 0.90.0 * Fix
1 parent a9bf2b1 commit 5c3e062

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,29 @@
22

33
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.
44

5-
## [0.89.2](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.89.0)
5+
## [0.90.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.90.0)
6+
* Notable changes for users:
7+
* Ordered magnets input Dipole first then solenoid in RC daily meeting template and SL EoS report
8+
* Added inputs for magnets configuration of noon the day before in the RC daily meeting template
9+
* Added description tooltip for tags in run details
10+
* Normal inputs (runs, fills, tags etc) can now be filled for the RC daily template log
11+
* Added requirement for users to have sufficient roles (per detector) in order to manage (create, verify) QC flags
12+
* Allow the creator of QC flag to verify it
13+
* A tooltip has been added to inform user about the expected unit in run duration filter
14+
* Fixed missing current environment state on overview page when error state occurred
15+
* Notable change for developers:
16+
* Frontend tests suites are now independent the one from the others
17+
* Dependabot will not create PRs to update eslint to 9.x
18+
* Added c++ API for QC flags creation
19+
* Fixed randomness of waitForDownload in tests
20+
* Updated the cxx API to not mention deleted proto API
21+
* Added model and an endpoint to fetch all trigger counters for a given run
22+
23+
## [0.89.2](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.89.2)
624
* Notable changes for users:
725
* Fixed the error thrown when updating environment through gRPC API (Fix was not properly done in 0.89.1)
826

9-
## [0.89.1](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.89.0)
27+
## [0.89.1](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.89.1)
1028
* Notable changes for users:
1129
* Fixed the error thrown when updating environment through gRPC API
1230

database/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.90.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.90.0)
2+
* Changes made to the database
3+
* Added origin column to quality_control_flags table
4+
* Added table to store trigger counters
5+
16
## [0.88.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.88.0)
27
* Changes made to the database
38
* Adds new table for QC flag effective period

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/bookkeeping",
3-
"version": "0.89.2",
3+
"version": "0.90.0",
44
"author": "ALICEO2",
55
"scripts": {
66
"coverage": "nyc npm test && npm run coverage:report",

0 commit comments

Comments
 (0)