Releases: AliceO2Group/Bookkeeping
Releases · AliceO2Group/Bookkeeping
@aliceo2/bookkeeping@0.20.0
25 Jan 21:44
Compare
Sorry, something went wrong.
No results found
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/bookkeeping@0.19.0
19 Jan 14:27
Compare
Sorry, something went wrong.
No results found
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/bookkeeping@0.18.0
02 Dec 13:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added run filter to run-overview table [#433 ]
Changed verification of Title [#432 ]
v0.17.11
08 Oct 11:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Make /logs, /flps and /attachment routes private again (#419 )
v0.17.9
01 Oct 13:10
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.17.6
17 Sep 10:17
Compare
Sorry, something went wrong.
No results found
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.
v0.17.5
24 Aug 15:03
Compare
Sorry, something went wrong.
No results found
Temporary makes /api/runs endpoint public