Skip to content

Commit e626575

Browse files
Release 0.82.0 (#1479)
1 parent d75cc4e commit e626575

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.82.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.82.0)
6+
* Notable changes for users:
7+
* Fixed spurious runs being marked as stopped few seconds after their creation, and same for envs
8+
* Added log creation template for RC daily meeting
9+
* When clicking any infologger link, only severity warn, error and fatal are displayed
10+
* Added formatting to following columns in Data Passes view:
11+
* Output Size
12+
* Reconstructed Events
13+
* Fixed issue in which lhcPeriodName was not being saved in Bookkeeping
14+
* Notable change for developers:
15+
* Use observable data for detectors provider
16+
* Added QC flag types fetching by id endpoint
17+
* Added fetch all QC flag types endpoint
18+
* Added tests for no-anonymous toggle in logs overview
19+
* Added column-specific class to every table cells to be used in tests to fetch the content of all the cells of one column
20+
521
## [0.81.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.81.0)
622
* Notable changes for users:
723
* Fixed fill statistics not being displayed in fill overview

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.81.0",
3+
"version": "0.82.0",
44
"author": "ALICEO2",
55
"scripts": {
66
"coverage": "nyc npm test && npm run coverage:report",

0 commit comments

Comments
 (0)