Skip to main content

Release v0.2.6

ยท 2 min read
Kostromin Danil
Bublik UI Maintainer

We are happy to announce Bublik v0.2.6.

This release introduces a series of small, incremental changes aimed at enhancing user experience and addressing various issues. It includes fixes for parameter-related crashes and fixes issue with parameter diff on run page. Additionally, constraints for minimum and maximum values have been added to charts. Now when clicking on test in log tree log frame will be scrolled to the top to reset, We also added stacked chart mode for measurements page. Overall, these updates contribute to a smoother and more refined user interface.

Backend improvements include fixing issues with importruns.

Note! After upgrading to this version, it is necessary to clean up the databases of projects using live import: it is necessary to find and re-import runs for which TestIterationResult objects with the same exec_seqno exist in the database.

Changelogโ€‹

Frontendโ€‹

๐Ÿ“ฆ Choresโ€‹

  • fix run library test config (4f3df15)

๐Ÿ’… Polishโ€‹

  • log: [chart] add constraints for min/max values (88b5262)

๐Ÿ› Bug Fixโ€‹

  • charts: correct tooltip message for zoom button (aeaa1ea)
  • run: result parameters diff crashing on some results (d196c74)

๐Ÿ‘ทโ€ Build Systemโ€‹

๐Ÿš€ New Featureโ€‹

  • log: scroll to top of log on test click (e6cfda2)
  • measurements: add stacked chart mode (5ad0f20)

Backendโ€‹

๐Ÿ”จ Issue Fixโ€‹

  • Update during importruns error #29