Skip to content

Commit

Permalink
Release 0.91.0 (#1608)
Browse files Browse the repository at this point in the history
* Release 0.91.0

* Update changelog
  • Loading branch information
martinboulais authored Jun 11, 2024
1 parent 3982ad7 commit f8066fe
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.91.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.91.0)
* Notable changes for users:
* Added a new tab in runs details to display trigger counters table
* Disable sorting reconstructedEventsCount and outputSize on DataPasses overview pages
* Added iconBan to RCT runs overviews in case there is no QC flag assigned to detector and user has no permission to add one
* Added gRPC interface to create/update trigger counters
* Changed display of Bad runs in Runs per data/simulation pass views and disabled QC management for them
* Notable change for developers:
* Several improvements has been done on frontend suite:
* Set default navigation timeout to 5s
* Set default timeout (except for navigation) to 1.5s
* Removed waitForNetworkIdleAndRedraw and improved tests incorrectly waiting for navigation
* Replaced checkMismatchingUrlParam by easier to use function expectUrlParams
* Removed function validateElement and replaced its calls by native waitForSelector
* Refactored ML client to fetch data passes data n CSV format
* Refactored ML synchronization to work with lastSeen instead of lastRunNumber
* Factorized QC flags breadcrumbs

## [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
Expand Down
4 changes: 4 additions & 0 deletions database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.91.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.91.0)
* Changes made to the database
* Added data_pass_versions table

## [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
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.90.0",
"version": "0.91.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit f8066fe

Please sign in to comment.