|
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.80.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.80.0) |
| 6 | +* Notable changes for users: |
| 7 | + * Fixed run quality being sent in patch even if it has not been updated |
| 8 | + * Display errors when update run fails |
| 9 | + * Unicode characters are now properly handled as file attachment |
| 10 | + * SL EoS report now include the three shifter's logs |
| 11 | + * Added Simulation Passes per LHC Period view |
| 12 | + * Remove TST detector from Runs Per Data Pass and LHC Period views |
| 13 | + * All PHYSICS runs are displayed on Runs Per Data Pass view, regardless of their online quality |
| 14 | + * When replying to a log, the environment id and lhcFill numbers are autofilled from their parent |
| 15 | + * Automatically add tags when filling on-call template |
| 16 | +* Notable change for developers: |
| 17 | + * Add procedure for fetching and storing in DB Simulation Passes from MonALISA |
| 18 | + * Removed wait for timeout longer than 1s from tests |
| 19 | + * Add constraint on inserting data from MonALISA - only PHYSICS runs association are stored now |
| 20 | + * Added Simulation Passes API |
| 21 | + * Added new endpoint for fetching root logs only |
| 22 | + * Added new endpoint to fetch fills ended in the given period has been added |
| 23 | + * Added new endpoint that uses a log id to fetch it's child logs |
| 24 | + * Refactor LhcPeriodStatisticsService and DataPassesService in order to remove subqueries |
| 25 | + * Added waitForTableDataReload method for testing with puppeteer |
| 26 | + * Use breadcrumbs for Runs Per Data Pass page title and tooltip to display error |
| 27 | + * New default method expectInputValue, does the same as expectInnerText but then for values instead of innerHTML |
| 28 | + |
5 | 29 | ## [0.79.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.79.0) |
6 | 30 | * Notable changes for users: |
7 | 31 | * A log template for on-call has been created |
|
0 commit comments