Skip to content

Commit

Permalink
Release 1.5.0 (#1836)
Browse files Browse the repository at this point in the history
* Release 1.5.0

* Move log pre-fill to developer changes

* Mention error page
  • Loading branch information
martinboulais authored Jan 16, 2025
1 parent e54eaec commit e62936e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.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
* Added a global error page, displaying amongst other 404 error
* Notable changes for developers:
* Fixed randomly failing runs test based on timerange selection (start/stop)
* Fixed randomly failing QC tests
* Updated docker ca-certificate dependency
* Allow to prefill of on-call template through URL parameters:
* In log creation page, query parameters `templateKey`, `issueDescription`, `detectorOrSubsystem` allow
respectively to pre-chose a log template and define the issue description and detector or subsystem in the
case of on-call template

## [1.4.1](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.4.1)
* Notable changes for developers:
* Fixed the runs start/stop extraction from AliECS kafka messages
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.4.1",
"version": "1.5.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit e62936e

Please sign in to comment.