Skip to content

Commit

Permalink
[release] 0.53.0 (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
graduta authored Apr 14, 2023
1 parent 3be223b commit 2f6c558
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [0.53.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.53.0)
* Notable changes for users:
* Adds a new page for End-of-Shift(EOS) report generation which retrieves and build a report and allows users to modify before saving it
* Allows users to search by content of a log
* Allows admins to add tag description which is displayed then in tag-details

## [0.52.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.52.0)
* Notable changes for users:
* EOR reason is now reverted when reverting the operation of editing details of a run
Expand Down
5 changes: 5 additions & 0 deletions database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.53.0]
* Changes made to the database:
* `tags.description` is a new property of tags which is limited to 100 characters
* `logs.content` is now indexed to help with searching within the property

## [0.50.0]
* Changes made to the database:
* `run.run_quality` is not nullable anymore, and `unknown` value has been replaced by `none`
Expand Down
2 changes: 1 addition & 1 deletion lib/public/views/About/Overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { table } from '../../../components/common/table/table.js';
*/
const aboutOverview = () => {
const data = [
{ type: 'Bookkeeping', version: '0.52.0', hostname: '-', port: '4000' },
{ type: 'Bookkeeping', version: '0.53.0', hostname: '-', port: '4000' },
{ type: 'NPM', version: '', hostname: '', port: '' },
];

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": "0.52.0",
"version": "0.53.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 2f6c558

Please sign in to comment.