Skip to content

Commit

Permalink
Release 0.81.0 (#1453)
Browse files Browse the repository at this point in the history
* Release 0.81.0

* [O2B-1140] Fix time range input when granularity is minutes

* Include patch

* Include runs per period export patch

* Revert "Include runs per period export patch"

This reverts commit de90444.
  • Loading branch information
martinboulais committed Mar 11, 2024
1 parent 507d0f5 commit ed80ae8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.81.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.81.0)
* Notable changes for users:
* Fixed fill statistics not being displayed in fill overview
* Environments are now linked to eos reports
* Added simulation passes counts to MC buttons on LHC Periods overview page
* Autofill environments when creating a log from either the environments or runs page
* Added an easy to reach no-anonymous toggle in logs overview
* Added Simulation Passes per Data Pass view
* Magnets input in SL EoS report now require date
* Spurious title has been removed from overview tables
* Title option has been removed from table utility, because it was used mostly to display overflowing data, now handled by overflow baloon
* Fixed statistics input displaying error with valid values
* Notable change for developers:
* Extracted a state-full controlled date input component, to simplify its use and make its model optional
* Add endpoint serving DPL Detectors list
* Extracted a magnet filling input
* Title option has been removed from table utility, because it was used mostly to display overflowing data, now handled by overflow baloon
* Fixed setting value of date time input with minutes granularity

## [0.80.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.80.0)
* Notable changes for users:
* Fixed run quality being sent in patch even if it has not been updated
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.80.0",
"version": "0.81.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit ed80ae8

Please sign in to comment.