Skip to content

Commit 882efda

Browse files
Release 0.80.0 (#1437)
1 parent e88c69c commit 882efda

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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+
## [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+
529
## [0.79.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.79.0)
630
* Notable changes for users:
731
* A log template for on-call has been created

database/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.80.0]
2+
* Changes made to the database
3+
* Refactor Data Passes fetching from MonALISA test - use Joi
4+
15
## [0.78.0]
26
* Changes made to the database
37
* Added Simulation Passes (Monte Carlo Productions) related tables and models

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

0 commit comments

Comments
 (0)