File tree Expand file tree Collapse file tree 4 files changed +38
-3
lines changed
Expand file tree Collapse file tree 4 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 22
33All 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.4.0] ( https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.4.0 )
6+ * Notable changes for users:
7+ * Fixed tag color not being updated when switching to run details after updating a tag
8+ * Environment variable ENABLE_HOUSEKEEPING must be set to true (case-insensitive) to actually enable housekeeping
9+ * Use time range picker for runs start & stop filtering
10+ * Run details page has been modernized
11+ * Notable changes for developers:
12+ * Runs and QC flags timestamps now store milliseconds
13+ * Fixed users that start/stop runs not being extracted from kafka message
14+ * Fixed TF timestamps being ignored when creating QC flags
15+ * Fixed randomly failing test in FLP frontend tests
16+ * Use coalesced run time in raw SQL querries
17+ * Removed the max number of retries for kafka connection
18+
519## [ 1.3.0] ( https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.3.0 )
620* Notable changes for users:
721 * Fixed physical constants values which resulted in wrong AVG center of mass energy
Original file line number Diff line number Diff line change 1+ ## [ 1.4.0] ( https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.4.0 )
2+ * Changes made to the database
3+ * Following columns in runs table has been changed to Datetime(3):
4+ * time_o2_start
5+ * time_trg_start
6+ * first_tf_timestamp
7+ * last_tf_timestamp
8+ * time_trg_end
9+ * time_o2_end
10+ * Following columns in quality_control_flags table has been changed to Datetime(3):
11+ * from
12+ * to
13+ * created_at
14+ * updated_at
15+ * Following columns in quality_control_flag_effective_periods table has been changed to Datetime(3):
16+ * from
17+ * to
18+ * created_at
19+ * updated_at
20+ * Added two more virtual columns to runs, rct_time_start and rct_time_end that coalesce first/last TF timestamps with run start/stop
21+
122## [ 1.3.0] ( https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.3.0 )
223* Changes made to the database
324 * Fixed physical constants values in database
Original file line number Diff line number Diff line change 11{
22 "name" : " @aliceo2/bookkeeping" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "author" : " ALICEO2" ,
55 "scripts" : {
66 "coverage" : " nyc npm test && npm run coverage:report" ,
You can’t perform that action at this time.
0 commit comments