Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,29 @@

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.89.2](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.89.0)
## [0.90.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.90.0)
* Notable changes for users:
* Ordered magnets input Dipole first then solenoid in RC daily meeting template and SL EoS report
* Added inputs for magnets configuration of noon the day before in the RC daily meeting template
* Added description tooltip for tags in run details
* Normal inputs (runs, fills, tags etc) can now be filled for the RC daily template log
* Added requirement for users to have sufficient roles (per detector) in order to manage (create, verify) QC flags
* Allow the creator of QC flag to verify it
* A tooltip has been added to inform user about the expected unit in run duration filter
* Fixed missing current environment state on overview page when error state occurred
* Notable change for developers:
* Frontend tests suites are now independent the one from the others
* Dependabot will not create PRs to update eslint to 9.x
* Added c++ API for QC flags creation
* Fixed randomness of waitForDownload in tests
* Updated the cxx API to not mention deleted proto API
* Added model and an endpoint to fetch all trigger counters for a given run

## [0.89.2](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.89.2)
* Notable changes for users:
* Fixed the error thrown when updating environment through gRPC API (Fix was not properly done in 0.89.1)

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

Expand Down
5 changes: 5 additions & 0 deletions database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.90.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.90.0)
* Changes made to the database
* Added origin column to quality_control_flags table
* Added table to store trigger counters

## [0.88.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.88.0)
* Changes made to the database
* Adds new table for QC flag effective period
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "0.89.2",
"version": "0.90.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down