Skip to content

Commit 4b629d2

Browse files
Release 1.6.0 (#1858)
1 parent ee0a0af commit 4b629d2

File tree

4 files changed

+49
-3
lines changed

4 files changed

+49
-3
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
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+
## [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+
547
## [1.5.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.5.0)
648
* Notable changes for users:
749
* Added nTF orbits to runs updated runs API endpoints accordingly

database/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.6.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.6.0)
2+
* Changes made to the database
3+
* Added column to store raw trigger configuration to runs table
4+
15
## [1.4.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.4.0)
26
* Changes made to the database
37
* Following columns in runs table has been changed to Datetime(3):

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

0 commit comments

Comments
 (0)