Skip to content

Releases: CERT-Polska/karton-dashboard

v1.6.0

28 May 16:27
a4a0e3e
Compare
Choose a tag to compare

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

20 Jun 10:45
812da2e
Compare
Choose a tag to compare

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

27 Jul 14:09
fd4ae67
Compare
Choose a tag to compare

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

20 May 15:23
334feca
Compare
Choose a tag to compare

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

27 Aug 11:42
v1.2.1
009d4e9
Compare
Choose a tag to compare

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

19 May 10:48
674890f
Compare
Choose a tag to compare

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

08 Mar 14:23
2d35b23
Compare
Choose a tag to compare

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)

v1.0.0

29 Dec 13:04
78f6ac8
Compare
Choose a tag to compare

Initial public release.