Releases: CERT-Polska/karton-dashboard
Releases · CERT-Polska/karton-dashboard
v1.6.0
New features and improvements:
- Karton v5.4.0 optimizations, dashboard should work faster when multiple analyses are enqueued (by @psrok1 in #83)
- Dashboard can be served on a non-root path (by @kazet in #79)
- Docker images for arm64 (by @msm-cert in #80)
- Removed an unused static
/graph
route (by @msm-code in #78)
Full Changelog: v1.5.0...v1.6.0
v1.5.0
New features and improvements:
- New
services
tab to inspect non-consumer services using with_service_info=True
flag (#72)
- Tasks are restarted directly to the consumer queue using
KartonBackend.restart_task
(#76, thanks @Antelox)
- Thanks to @tjni and @dotlambda for Mistune upgrade and version pinning fixups (#68, #71)
Bugfixes:
- YYYY-MM-DD date format instead of YYYY-DD-MM in timestamps (#66)
v1.4.0
New features and improvements:
karton-core
bumped to v5.0.0 (#62)
- Added information about task status
last update
time (#60)
- Migrated to Bootstrap 5 with few minor UI fixes (#60)
v1.3.0
New features:
- Added option to cancel pending tasks (#50, thanks @alex-ilgayev!)
- Added graph of Karton task flow between services (#56, thanks @syank0!)
Bugfixes:
- Fixed task cancelling broken by Karton v4.4.0
v1.2.1
Fixed:
- Removed unnecessary form ids #43
- Fixed karton metrics generation #44
Improvements:
- Documented karton metrics #45
Misc:
- Dropped support for Python 3.6 #46
v1.2.0
New features:
- Karton metrics are exposed in dashboard (#39)
Bugfixes:
- Fixed crashed task forms (#38)
- Fixed documentation and karton-core version pinning
v1.1.0
New features:
- Added button for cancelling crashed tasks (#32)
- Showing service version for packaged Karton services (#24)
Improvements:
- Fixed order of tasks and queues (#22)
- Removed
mworks
endpoints (#23)