Releases: AliceO2Group/Bookkeeping
Releases · AliceO2Group/Bookkeeping
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
-
v0.17.5
v0.17.4
- Added text and made the UI more clear. Log create and run detail was unclear on how the tags were implemented. #398
- There was a unique error that when occurred it made the title repeated in create log. This was prevented with changing the create tag file. #397
- Added an extra function that grabs all tags for the log creation page #395
- When the log encounters an error and the user goes back to the page. Some fields were not reset. now all fields will be reset so the user have a blank slate to create a new log. #394
v0.17.3
v0.17.2
- O2B-410 CPP-api-client can now be updated with the unqiue combination of flpName and runNumber instead of a auto incrementend integer.
- O2B-419 Fixed an issue where the log creation got a bug when both tag and attachment was selected. The issue was with multiform data and the way it accepts array data.