Skip to content

Commit

Permalink
Release 0.99.0 (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Sep 3, 2024
1 parent a999dbc commit ac6a299
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.99.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.99.0)
* Notable changes for users:
* Format properly FLP statistics
* Removed colour of deleted productions.
* Added status history columns to overview of data passes
* Removed GLO column from runs views
* The info from previous shifter field in eos report creation is now readonly
* Added runs filtering by INEL and mu values
* Added switch for changing Interpretation of MC.Reproducible flag type between bad and not-bad what affects QC summary display
* Added display of synchronous QC flags
* Added page with overview of synchronous QC flags
* Per fill delivered lumi and colliding bunches can be defined
* Fixed formatting of TF/CTF file size/count in run details
* Extract user that start/stop runs from kafka message
* FLP hosts list is now properly extracted when consuming ECS new run message
* Create a log entry when DETECTOR is chosen as EoR reason
* Notable changes for developers:
* Added filtering by INEL and mu values to runs API
* Added API for fetching synchronous QC flags
* Added API for fetching QC summary of synchronous QC flags
* Fixed randomness of one of GAQ overview tests
* Removed notion of Dpl detectors from QcFlag creation and setting GAQ detectors
* Added filtering by GAQ not bad data fraction to runs API

## [0.98.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.98.0)
* Notable changes for users:
* Fixed unnecessary splitting of GAQ periods
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.99.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.99.0)
* Changes made to the database
* Added columns colliding_bunches_count and delivered_lumi columns to lhc_fills

## [0.98.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.98.0)
* Changes made to the database
* Removed data_pass_versions column 'deleted_from_monalisa' and added data_pass_version_status_history 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.98.0",
"version": "0.99.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit ac6a299

Please sign in to comment.