Skip to content

Releases: AliceO2Group/Bookkeeping

@aliceo2/[email protected]

31 Mar 15:41
3454a70
Compare
Choose a tag to compare

Bug

  • [O2B-507] - Infinite mode in Run Statistics table displays duplicates

New Feature

  • [O2B-501] - Admins are now allowed to edit tags
  • [O2B-502] - API Route to update a tag
  • [O2B-503] - Add API route to query tag by name

Improvement

  • [O2B-509] - Improvements for RUN Start/Stop Filters
  • [O2B-479] - Log Content should open if single log

@aliceo2/[email protected]

24 Mar 11:16
3af66cc
Compare
Choose a tag to compare

Bug

  • [O2B-450] - Fixes the option to export RUNS as JSON/CSV
  • [O2B-508] - Excludes run number duplicates by itself when attempting to create a log
  • [O2B-421] - Prevents kafka from going into error when no broker provided

New Feature

  • [O2B-513] - True/False RUN filters should allow users for options such as: ON, OFF, ANY
  • [O2B-519] - Date fields should be formatted when exporting the runs
  • [O2B-520] - ListRuns accepts multiple run numbers as filters
  • [O2B-500] - Display new tag information: mattermost, email
  • [O2B-505] - ListTags accepts multiple filters to query from database

@aliceo2/[email protected]

17 Mar 10:51
6527fa6
Compare
Choose a tag to compare

New Feature

  • [O2B-421] - Email updates on log creation

@aliceo2/[email protected]

25 Feb 16:59
65fa85b
Compare
Choose a tag to compare

New Feature

  • [O2B-491] - Allow attachment storage path to be configurable

@aliceo2/[email protected]

16 Feb 08:39
3b2a3f5
Compare
Choose a tag to compare

Bugfix

  • [O2B-484] - Add runQuality back to EndRunDTO

@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]