Skip to content

Commit

Permalink
Release 0.78.0 (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Feb 9, 2024
1 parent 93689a7 commit e7951ba
Show file tree
Hide file tree
Showing 4 changed files with 23 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.78.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.78.0)
* Notable changes for users:
* Physics runs filter toggle has a more consistent behavior:
* Enabling it will set the run definition filter to PHYSICS runs only
* Disabling it will disable run definition filtering
* Enabling more than one run definition in filter or disabling all the run definition filtering will disable the toggle
* Fixed application of filtering to runs export
* Added Runs Per Data Pass view
* Notable change for developers:
* Allow compiling c++ api with gcc 13.2
* Seeding does not throw validation error if you already visited the application before seeding
* Refactored RunsOverviewModel to use OverviewPageModel
* Fixed typedefs for RunsOverviewModel
* Fixed environments tests randomly failing on SQL fetch sorting


## [0.77.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.77.0)
* Notable changes for users:
* Uniformized LHC fill number column (in LHC fill overview) to be uniform with other tables and provide links to infologgers
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.78.0]
* Changes made to the database
* Added Simulation Passes (Monte Carlo Productions) related tables and models

## [0.77.0]
* Changes made to the database
* Added missing key to the environments history items 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.77.0",
"version": "0.78.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit e7951ba

Please sign in to comment.