Skip to content

Commit

Permalink
Release 0.72.0 (#1247)
Browse files Browse the repository at this point in the history
* Release 0.72.0

* Improve changelog
  • Loading branch information
martinboulais authored Nov 23, 2023
1 parent fbc5024 commit 83e7835
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.72.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.72.0)
* Notable changes for users:
* Added EoR reason chart
* run-detail page use runNumber instead of runId as run identifier, using runId is still possible but not recommended
* Replace nav bar LHC Fills tab with LHC dropdown with two options:
* LHC Fills
* LHC Periods
* Fixed the run order in LHC fill API when some of the runs have EoR reason
* User can now choose the date range on which statistics must be applied, using a time picker with pre-defined options
* Fixed misbehaving in chart fill conditions
* add LHC Period overview page from RCT and the corresponding API
* Notable change for developers:
* existing endpoints which used :runId, use :runNumber now instead
* endpoint GET /api/runs/:runId moved to GET /api/legacy/runs/:runId
* use only one method in model to toggle nav bar dropdowns
* change links id in https://github.com/AliceO2Group/Bookkeeping/pull/1240/files#diff-90f47b96a0752a7ea8dbe41825baf3804e1228ab28f024b599524e0d0ea2c551R47-R49, because of test failure after adding LHC Fills as pageLink
* A time range picker has been created
* Updated the way docker compose is started
* formatTimestamp function now properly display 0 timestamp value
* refactor docs: scalar types to lowercase

## [0.71.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.71.0)
* Notable changes for users:
* Only admin is authorised to create and delete tags
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.71.0",
"version": "0.72.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 83e7835

Please sign in to comment.