Skip to content

Releases: AliceO2Group/Bookkeeping

@aliceo2/[email protected]

15 Feb 19:22
2cf9c67
Compare
Choose a tag to compare

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

  • [O2B-405] - bookkeeping::getApiInstance() should fail when invalid parameters given
  • [O2B-422] - Adds validation of URL and API token; Improved error and exception handling;Fixed CMake config;
  • [O2B-487] - Null Fields in Runs Display

@aliceo2/[email protected]

25 Jan 21:44
c029262
Compare
Choose a tag to compare

Bug

  • [O2B-444] - Table cells will wrap content if text is too long
  • [O2B-475] - Update dependencies in docker due to missing package

Improvement

  • [O2B-452] - Allow the users to copy and paste the content of a log
  • [O2B-463] - Reply logs with no title should inherit parent log title
  • [O2B-466] - Pages should display table on whole page based on user's screen size
  • [O2B-474] - Bookkeeping refactoring to make better use of space

@aliceo2/[email protected]

19 Jan 14:27
398b33e
Compare
Choose a tag to compare

Bug

  • [O2B-456] - Run Filter has no input box for tags
  • [O2B-468] - Unable to download attachment

New Feature

  • [O2B-467] - Add new GH workflows for deployment
  • [O2B-396] - Add Status API Route

Improvement

  • [O2B-446] - NodeJS server process should not fail if database is not available
  • [O2B-459] - Bump js-yaml
  • [O2B-460] - Add Details button to Log and Runs tables
  • [O2B-469] - Refactor config files

@aliceo2/[email protected]

02 Dec 13:22
6495312
Compare
Choose a tag to compare

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

12 Nov 14:05
c94475a
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Make /logs, /flps and /attachment routes private again (#419)

v0.17.9

01 Oct 13:10
46ffb2c
Compare
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
Compare
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
Compare
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