Skip to content

Releases: AliceO2Group/Bookkeeping

v0.17.12

12 Nov 14:05
c94475a

Choose a tag to compare

  • Added run filter to run-overview table [#433]
  • Changed verification of Title [#432]

v0.17.11

08 Oct 11:33
4cf8d3c

Choose a tag to compare

  • 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');

v0.17.10

07 Oct 14:03
0356a6c

Choose a tag to compare

  • Make /logs, /flps and /attachment routes private again (#419)

v0.17.9

01 Oct 13:10
46ffb2c

Choose a tag to compare

  • updated dockerfile from version node:12.18.1-alpine3.12 to node:16.9.1-alpine3.12
  • Made api/log and api/flp public [#415] (#415)
  • log-overview changed id to runNumber [#416] (#416)

v0.17.7

24 Sep 09:32
25a559a

Choose a tag to compare

  • Added the field epn_topology. [#411] (#411)

  • 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:
      • epn_topology

v0.17.6

17 Sep 10:17
e0d4d67

Choose a tag to compare

  • Add more information to run entries. [#406] (#406)

  • Hide/change existing Run Statistics fields. [#408] (#408)

  • 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

24 Aug 15:03
2c68209

Choose a tag to compare

  • Temporary makes /api/runs endpoint public

v0.17.4

10 Aug 17:16
cb4d1be

Choose a tag to compare

  • 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

04 Aug 07:44
7a56d55

Choose a tag to compare

  • Fixed package.json file

v0.17.2

03 Aug 19:10
363d838

Choose a tag to compare

  • 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.