Releases: AliceO2Group/Bookkeeping
Releases · AliceO2Group/Bookkeeping
@aliceo2/[email protected]
Features
- [O2B-482] - Display RunQuality in run-overview and run-details pages
- [O2B-483] - Create migration file to extend current enum set of run quality to include 'test'
- [O2B-484] - Add API route to update RUN Quality from Web GUI
- [O2B-485] - Create widget to edit the run quality based on selection
- [O2B-486] - Add option to filter by run quality in Run Overview page
- [O2B-488] - Generate GO and CPP updated APIs
Bug
@aliceo2/[email protected]
@aliceo2/[email protected]
Bug
New Feature
Improvement
@aliceo2/[email protected]
Bug
- [O2B-456] - Run Filter should show no input box if there are no tags i system
- [O2B-462] - Run Details clears logs from Run if the users updates the tag
Improvement
- [O2B-458] - Update dependencies, tests and dependabot configuration
- [O2B-425] - User should be able to reply to a LOG ENTRY without a title
- [O2B-438] - Improve Run Details page to make use of unused space and show logs first
- [O2B-447] - Improve Tag Details page to display logs by default
- [O2B-457] - Update dockerfile and remove lint issues
v0.17.12
v0.17.11
- Changes made to the database and go-api-bindings[#420]#420
- New field to be added to the RUNS table.
- name: detectors
- type: SET
- ALTER TABLE runs ADD detectors SET('CPV', 'EMC', 'FDD', 'FT0', 'FV0', 'HMP', 'ITS', 'MCH', 'MFT', 'MID', 'PHS', 'TOF', 'TPC', 'TRD', 'TST', 'ZDC');
- ALTER TABLE runs modify detectors SET('CPV', 'EMC', 'FDD', 'FT0', 'FV0', 'HMP', 'ITS', 'MCH', 'MFT', 'MID', 'PHS', 'TOF', 'TPC', 'TRD', 'TST', 'ZDC');
- type: SET
- name: detectors
- New field to be added to the RUNS table.
v0.17.10
v0.17.9
v0.17.7
v0.17.6
-
Changes made to the database. Changes are registerd in the CHANGELOG.md file in the database folder.
-
New fields to be added to the RUNS table:
- dd_flp
- dcs
- epn
-
Changed a field to another name in the RUNS table:
- activity_id is changed to environment_id
-