|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
| 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 | + |
5 | 29 | ## [0.75.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.75.0) |
6 | 30 | * Notable changes for users: |
7 | 31 | * Added run per Period view |
|
0 commit comments