Skip to content

Commit 57599c1

Browse files
Release 0.77.0 (#1377)
* Release 0.77.0 * Add tag color to db
1 parent a51954d commit 57599c1

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
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.
44

5+
## [0.77.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.77.0)
6+
* Notable changes for users:
7+
* Uniformized LHC fill number column (in LHC fill overview) to be uniform with other tables and provide links to infologgers
8+
* Improved filtering on run number in runs overview to use like if there is only one run number (`45` will match `45` but also `345`, `456`, `3456` and so on, but `45,46` will match exactly `45` and `46`)
9+
* The DPL tasks tree will now display "NO DETECTOR" when no detector has been found, and tasks are ordered alphabetically
10+
* Task type information is now displayed after the process type name in the DPL tasks tree
11+
* Added a new table "LHC Fills" providing information about stable beams to the home page
12+
* Logs table in the home page now displays exclusively non-anonymous logs
13+
* Optimized the amount of information displayed in each table of the home page
14+
* Added page to display Data Passes Per LHC Period
15+
* Fixed the environments overview page crash
16+
* Improved the columns width and order in the environment overview
17+
* LHC period page styles has been unified with other pages
18+
* Fixed popover balloon being displayed on every detectors list in runs
19+
* Fixed the border for detector quality being cropped by overflow hidden
20+
* Added possibility to specify a color for tag, which is applied where tag badge is displayed
21+
* Added file preview to attachments in log display and creation for some specific files types (images and text-based files)
22+
* An info icon with legend has been added to overview table to explain environment history acronyms
23+
* Display data passes counts on LHC Periods page
24+
* Notable change for developers:
25+
* Use generic overview page model in LHC Periods model
26+
* Removed dead code from chart library
27+
* Added filtering on environment fetching API: current status, status history and related runs
28+
* Overflow balloon now also trigger on vertical overflow
29+
530
## [0.76.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.76.0)
631
* Notable changes for users:
732
* Overview of runs now show quality by using a line under them in green/red

database/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.77.0]
2+
* Changes made to the database
3+
* Added missing key to the environments history items table
4+
* Added column to tags to store the color
5+
16
## [0.76.0]
27
* Changes made to the database
38
* Added unique constraint to column name of data_passes table

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/bookkeeping",
3-
"version": "0.76.0",
3+
"version": "0.77.0",
44
"author": "ALICEO2",
55
"scripts": {
66
"coverage": "nyc npm test && npm run coverage:report",

0 commit comments

Comments
 (0)