Skip to content

Commit

Permalink
Release 0.71.0 (#1231)
Browse files Browse the repository at this point in the history
* Release 0.71.0

* Improve changelog
  • Loading branch information
martinboulais committed Nov 10, 2023
1 parent 1206b2b commit 71875a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.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
* Added tag occurrences in logs chart
* Added link to ali-flp main page visible as button with text - 'ALI FLP'
* Added parent log entry display when replying to log
* Notable change for developers:
* Chart system has been improved to allow easily display bar charts
* Extracted two utility functions `isInTestMode` and `isInDevMode` to factorize configuration
* Added runToHTTPView function to handle introduced differences of entity Run
* Added LhcPeriod sequelize model
* Refactored log-related components
* Changes made to the database:
* add table `lhc_periods`, replaced column `runs.lhc_period` with `run.lhc_period_id` (reference to table `lhc_periods`)

## [0.70.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.70.0)
* Notable changes for users:
* Fixed broken infologger run link
Expand All @@ -19,8 +34,6 @@ All notable changes to this project will be documented in this file. See [standa
* Chart axis limits can be overiden
* remove dead code (/api/runs/endpoint)
* update runs related usecases
* Changes made to the database:
* add table `lhc_periods`, replaced column `runs.lhc_period` with `run.lhc_period_id` (reference to table `lhc_periods`)

## [0.69.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.69.0)
* Notable changes for users:
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.70.0",
"version": "0.71.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 71875a3

Please sign in to comment.