Skip to content

Commit

Permalink
Release 0.59.0 (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Jul 7, 2023
1 parent 129bba2 commit d862299
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.59.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.59.0)
* Notable changes for users:
* A gRPC endpoint to insert DPL process executions has been added, and it has been implemented in the gRPC c++ library
* Fixed the COSMICS run filtering, now correctly allowing for undefined beam
* When replying to a log, the reply title is the same as the parent and is not modifiable
* Added HTTP endpoint for DPL processes:
* An endpoint to fetch all DPL processes that have been executed on a given run and detector
* An endpoint to fetch all the hosts on which a given process has been executed for a given run & detector
* An endpoint to fetch all the executions of a given process, on a given host for a given run & detector
* In environment overview page, the full line of environments that has been to error at some point are displayed in red
* The list of executed DPL processes are now available in a new tab in run details page
* Fix the visibility of environment details badges
* An icon has been added to environment overview to highlight environments that have been to error but are not in error anymore
* Notable changes for developers:
* A reusable component has been created to display tabbed components
* The run-details page has been reworked to use the new tabs system

## [0.58.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.58.0)
* Notable changes for users:
* Adds total TF size display to LHC fill details, renamed 'total CTF' to 'total CTF size'
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.58.0', hostname: '-', port: '4000' },
{ type: 'Bookkeeping', version: '0.59.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.58.0",
"version": "0.59.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit d862299

Please sign in to comment.