Release v0.2.6
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โ
- enable sourcemaps (976756c)
๐ New Featureโ
Backendโ
๐จ Issue Fixโ
- Update during importruns error #29