Skip to content

Commit

Permalink
Release 0.82.0 (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Mar 28, 2024
1 parent d75cc4e commit e626575
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.82.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.82.0)
* Notable changes for users:
* Fixed spurious runs being marked as stopped few seconds after their creation, and same for envs
* Added log creation template for RC daily meeting
* When clicking any infologger link, only severity warn, error and fatal are displayed
* Added formatting to following columns in Data Passes view:
* Output Size
* Reconstructed Events
* Fixed issue in which lhcPeriodName was not being saved in Bookkeeping
* Notable change for developers:
* Use observable data for detectors provider
* Added QC flag types fetching by id endpoint
* Added fetch all QC flag types endpoint
* Added tests for no-anonymous toggle in logs overview
* Added column-specific class to every table cells to be used in tests to fetch the content of all the cells of one column

## [0.81.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.81.0)
* Notable changes for users:
* Fixed fill statistics not being displayed in fill overview
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.81.0",
"version": "0.82.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit e626575

Please sign in to comment.