Release v2.6.0
· 3 min read
Bublik v2.6.0 introduces new capabilities in run reports, including stacked chart mode for overlaying multiple charts for easier comparison and analysis, as well as multi-argument chart overlays. It also fixes several issues related to argument display.
What's New
Multi-Argument Chart Overlays in Reports
Specify multiple overlay arguments in the configuration to display corresponding data series on the same axes for easier comparison.
Highlights
Report Multi-Argument Chart Overlays
The report configuration now supports grouping data within a single record series across multiple arguments.
Overlay Configuration

Overlayed Charts

Stacked Charts
How to use:
- Click the plus button to select additional charts for stacking
- Selected charts appear in the bottom right corner
- All stacked charts display together on a unified plot
Button to add for stacked charts

Stacked Charts

Admin Section
tip
Before starting the update, create a database backup to ensure data safety in case of any unexpected issues during the process.
Backend Update
cd bublikgit remote updategit checkout v2.6.0./scripts/deploy --steps per_project_conf run_services
Frontend Update
- Trigger the workflow in your frontend repository
- Synchronize the mirrors
cd bublik-uigit remote updategit checkout v2.6.0
Documentation Update
- Trigger the workflow in your frontend repository
- Synchronize the mirrors
cd bublik-docsgit remote updategit checkout v2.6.0
Docker Instance Update
task backup:create- Open your
.envfile and changeIMAGE_TAGto2.6.0 task pulltask uptask shell- to enter django containerpython manage.py reformat_configs
Changelog
Frontend
🚀 New Feature
- report: [chart] add stacked charts support for report (e4f4cc8)
💅 Polish
- run: [result-table] fix history split button icon being on top of header (d47cd2e)
Backend
🐛 Bug Fix
- report: fix sequences argument move (e42db0e)
- report: ensure consistent argument display (19fc68d)
- report: fix iteration vs common test argument duplication (2f98ea5)
- config: disallow extra keys in report config to avoid confusion (36c5e4d)
- report: fix overlay settings retrieval for new config format (d2b1619)
- config: ensure uniqueness of base series in test report (3de9af1)
- config: validate report configs for overlay argument conflicts (2982a55)
🚀 New Feature
- config: enable overlay charts by multiple args (fe4841c)
- report: extend overlay processing for multi-argument overlays (e89f4cb)
♻️ Code Refactoring
- report: clean up test config access (c21e852)
- config: rename overlaying settings key in report config (ab8b0fb)
- report: standardize terminology for data series (6db786c)

