Skip to content

Commit

Permalink
Release 1.6.0 (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Feb 14, 2025
1 parent ee0a0af commit 4b629d2
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@

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.

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

## [1.5.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.5.0)
* Notable changes for users:
* Added nTF orbits to runs updated runs API endpoints accordingly
Expand Down
4 changes: 4 additions & 0 deletions database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.6.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.6.0)
* Changes made to the database
* Added column to store raw trigger configuration to runs table

## [1.4.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.4.0)
* Changes made to the database
* Following columns in runs table has been changed to Datetime(3):
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "1.5.0",
"version": "1.6.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 4b629d2

Please sign in to comment.