Release v0.5.0
Pre-release
Pre-release
Features
- ui: added tag filtering with AND/OR operators to the filters component (cf96571)
- added between option for WhereQueryBuilder (d37ad45)
- added DELETE /api/subsystems/subsystemId endpoint (0dd0c35)
- added GET /api/subsystems/subsystemId endpoint (8e7544c)
- added GET /api/subystems endpoint (986e7a3)
- added JWT configuration (96cf435)
- added markdown preview in the detail view (fe5d9d5)
- added not option for WhereQueryBuilder (c11c37a)
- added oneOf and allOf options for WhereQueryBuilder (a9fbb7f)
- added POST /api/subsystems endpoint (ec08049)
- allow AND/OR filtering by tag id on the logs endpoint (3733ae2)
- allow deepmerging multiple objects (3495484)
- allow users to reply on other logs (035c0bb)
- markdown: Added the HyperMD lib locally and added a Markdown box instead of a generic textarea to the create screen (faca6e1)
- ui: added Alice O2 favicon (a17b09b)
- ui: added table-hover class (da23191)
- ui: added Tag detail view screen (e508f28)
- ui: added Tag overview screen (85c3057)
- ui: include comma separated tags on the Log table view (aee65d7)
- ui: redirect to overview if no tag id is provided (53d6a6f)
- ui: scroll to the selected Log entry on detail view (7e1cb32)
Bug Fixes
- docker: added bash to all targets (7db5ad8)
- docker: bump ca-certificates from 20191127-r1 to 20191127-r2 (727cea4)
- docker: updated unsatisfiable constraints (003c2f6)
- ui: autoscrolling not completely going down on long Log threads (035b455)
- ui: trigger scrollTo on both create and update (59c6ebc)
- ui: use ternary instead of boolean expression as an expression wil result in a false text (e9ab282)
- ui: width of Markdown box when creating an entry should be 100% (2271219)
- do not call process.exit in test modus as this affects mocha (9ad965b)
- resolved issues (eb4c1a4)
- toTreeView should traverse all children (677377b)
- use 201 for Created instead of 301, naming of variables (b2477d9)