Skip to content

Commit e7951ba

Browse files
Release 0.78.0 (#1395)
1 parent 93689a7 commit e7951ba

4 files changed

Lines changed: 23 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.78.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.78.0)
6+
* Notable changes for users:
7+
* Physics runs filter toggle has a more consistent behavior:
8+
* Enabling it will set the run definition filter to PHYSICS runs only
9+
* Disabling it will disable run definition filtering
10+
* Enabling more than one run definition in filter or disabling all the run definition filtering will disable the toggle
11+
* Fixed application of filtering to runs export
12+
* Added Runs Per Data Pass view
13+
* Notable change for developers:
14+
* Allow compiling c++ api with gcc 13.2
15+
* Seeding does not throw validation error if you already visited the application before seeding
16+
* Refactored RunsOverviewModel to use OverviewPageModel
17+
* Fixed typedefs for RunsOverviewModel
18+
* Fixed environments tests randomly failing on SQL fetch sorting
19+
20+
521
## [0.77.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.77.0)
622
* Notable changes for users:
723
* Uniformized LHC fill number column (in LHC fill overview) to be uniform with other tables and provide links to infologgers

database/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.78.0]
2+
* Changes made to the database
3+
* Added Simulation Passes (Monte Carlo Productions) related tables and models
4+
15
## [0.77.0]
26
* Changes made to the database
37
* Added missing key to the environments history items table

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

0 commit comments

Comments
 (0)