Skip to content

Commit 158383f

Browse files
Release 0.76.0 (#1349)
1 parent 7557b69 commit 158383f

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.76.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.76.0)
6+
* Notable changes for users:
7+
* Overview of runs now show quality by using a line under them in green/red
8+
* The link to details page from run overview page do not include all the run info anymore
9+
* Environment id is now written in white in the environment overview
10+
* Fixed links of attachment in log tree
11+
* Added a button in runs overview to filter on PHYSICS
12+
* Added the possibility to filter logs to remove anonymous
13+
* Fixed LHC info that disappeared after saving the run in RunDetail
14+
* Added counts of runs associated with given LHC Periods on LHC Periods page
15+
* The statistics page now contains a histogram which displays the most frequent environment history combinations and their occurrences within a given timeframe
16+
* Changed existing environment status acronyms in accordance to the RMreportW29_2023
17+
* Notable change for developers:
18+
* Added possibility in run update proto request to specify user that started and user that stopped the run
19+
* The GetAllLogsUseCase now supports simultaneous inclusion and exclusion filter parameters for the author filter
20+
* Added Data Pass Service (MonALISA)
21+
* Added a service to fetch data passes from MonALISA
22+
* Added a few new env variables in config.ServicesConfig
23+
* Added a service to schedule processes and applied it to the existing handling of lost envs and runs
24+
* Created a reusable overview page model and applied it on LHC fills page
25+
* Fixed race condition on c++ API on RHEL 8
26+
* Added filters on environment API to filter on ID
27+
* Use scheduled process manager for synchronisation with MonALISA
28+
529
## [0.75.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.75.0)
630
* Notable changes for users:
731
* Added run per Period view

database/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.76.0]
2+
* Changes made to the database
3+
* Added unique constraint to column name of data_passes table
4+
* Run entity now has optional user_o2_start and user_o2_stop, both of type Integer.
5+
16
## [0.53.0]
27
* Changes made to the database:
38
* `tags.description` is a new property of tags which is limited to 100 characters

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

0 commit comments

Comments
 (0)