|
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 | +## [1.6.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.6.0) |
| 6 | +* Notable changes for users: |
| 7 | + * Log template `key`, `issueDescription`, `detectorOrSubsystem` can be provided in the URL when creating a log to pre-fill on-call logs |
| 8 | + * Several runs and detectors can be selected to create multiple QC flags at once |
| 9 | + * runNumber filter now accepts ranges as well |
| 10 | + * Tag colours will now update when looking at run details |
| 11 | + * Add CTP host to flp roles if CTP is enabled |
| 12 | + * Display run that started/stopped run in run details |
| 13 | + * A simplified and reusable frontend filtering system has been set-up |
| 14 | + * Radio buttons are displayed in selection dropdown when options are exclusives |
| 15 | + * Display trigger configuration in a dedicated tab in run details page |
| 16 | + * Trigger counters has been renamed to CTP trigger counters |
| 17 | +* Notable changes for developers: |
| 18 | + * Group migrations per version to avoid having too crowded directories |
| 19 | + * Improved home page frontend tests to make them more robust |
| 20 | + * Encode URI components in buildUrl utility function, to handle parameters with `=` sign in keys/values |
| 21 | + * Fixed error spamming server logs when trying to handle lost runs and envs |
| 22 | + * Fix randomly failing QC flag types tests |
| 23 | + * Custom selector can be applied in selection dropdown options for values that are not CSS valid |
| 24 | + * Refactored runs overview filters for: |
| 25 | + * detectors |
| 26 | + * run type |
| 27 | + * EoR reason |
| 28 | + * start/stop |
| 29 | + * definition |
| 30 | + * fill number |
| 31 | + * LHC period |
| 32 | + * duration |
| 33 | + * Updates min supported Node.js to 22 to cover next year of Beam Operations |
| 34 | + * Disables usage of GPU on puppeteer as it hangs on docker-alpine (known issue on their repository) |
| 35 | + * Updates docker alpine version as otherwise node 22 was not available |
| 36 | + * Updates dependencies for puppeteer as needed due to alpine update |
| 37 | + * Moves to using headless: true instead of headless: 'new' with the new puppeteer version |
| 38 | + * Improve runs overview magnets filter |
| 39 | + * Added c++ API to update runs raw trigger configuration |
| 40 | + * Improved runs inelastic interaction rate filter |
| 41 | + * Improve run numbers filters in run overview |
| 42 | + * Trigger counters has been renamed to CTP trigger counters everywhere: |
| 43 | + * triggerCounters.proto has been renamed to ctpTriggerCounters.proto |
| 44 | + * c++ API has been updated accordingly |
| 45 | + * Renamed trigger_counters to ctp_trigger_counters |
| 46 | + |
5 | 47 | ## [1.5.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.5.0) |
6 | 48 | * Notable changes for users: |
7 | 49 | * Added nTF orbits to runs updated runs API endpoints accordingly |
|
0 commit comments