Skip to content

Commit

Permalink
[release] 0.54.0 (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Apr 28, 2023
1 parent 5603ad8 commit cfec265
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.54.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.54.0)
* Notable changes for users:
* Reply logs do not appear in EoS report anymore
* Bug of LHC fill overview infinite scroll missing data has been fixed
* The tag update access has been reestablished
* Detectors are now sorted alphabetically in run overview & details and lhc fill details in runs tab
* Fixed bug which reseted the input data of EoS report's shifter name when clicking in it while it is focused

* Notable changes for developers:
* Dockerfile git version has been updated
* The rbac middleware now split the list of user roles if it is a string considering it as being a coma separated list
* In seeders, tag ids for ITS and FT0 has been swapped so that id sort is in the reverse way of alphabetical sort
* Adds the GH option to allow for manual triggers on release job

## [0.53.1](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.53.1)
* Notable changes for users:
* EoS report now have the related runs linked to it
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.53.1', hostname: '-', port: '4000' },
{ type: 'Bookkeeping', version: '0.54.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.53.1",
"version": "0.54.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit cfec265

Please sign in to comment.