Skip to main content

Release v0.6.2

· 3 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

We are happy to announce Bublik v0.6.2.

This release introduces an experimental multiple runs stats page, enabling users to view multiple runs on the same page. We have also expanded the headings in the reports and made them more understandable.

Highlights

  • Multiple Runs Page: Explore and multiple merged results on a single page.
  • Reports Button: Access reports directly from the log page.
  • Log Preview: Redesigned log preview with a new bug button for easier access.

Highlights

Multiple Runs Page

info

This is experimental feature

Selection

Runs selection

Page

Runs merged page

Reports Button

Log button

Log Preview

We've made small redesign adjustment and also added new bug button to preview

Log Preview

New Bug

Small redesign to match new log preview style

New Bug Drawer

Updated Report Headers

New Headers

Admin Section

Update Steps

Deployment: ./scripts/deploy --steps run_services

Changelog

Frontend

🚀 New Feature

  • log,run: added new bug button to log preview (f2a37ca)
  • log: added link to reports from log page (5227387), closes #185
  • run: [multiple] added endpoint for merging multiple runs (73902e5)
  • run: [result-table] added prop to show link to result run (7950f3c)
  • run: added initial multiple runs page (91bee3d)
  • run: added link to multiple run page from runs selection popover (de98aea)
  • run: added link to multiple runs in sidebar (70c983e)

💅 Polish

  • log: [new-bug] made new bug appear as drawer content from right (10b034f)
  • run: [details] removed unnecessary padding from list label (94a7017)
  • run: [log] show log preview as drawer from right side (15cee82)

🐛 Bug Fix

  • log: [new-bug] added test path for generated CMD (bf03de0), closes #173
  • run: fixed run compromise status invalidation for runs/dashboard pages (64d0a71)
  • runs: [charts] fixed clicking on bar plot not redirecting to run (6969fc3)

♻ Code Refactoring

  • log: [new-bug] added function to get new bug props to remove boilerplate (be5a89f)
  • log: [new-bug] simplified log-feature component logic (1763d4f)
  • run: [result-table] added support for merged results (b358be9)
  • run: added support for merged runs in run table (36f7389)
  • run: adjusted run tab title generation for multiple runs (d12c8c1)
  • run: sort results by iteration id (d9fc3d1)

📦 Chores

  • log: [new-bug] fixed typo for successful copy message (30bbc34)
  • report: fixed formatting (6271f19)

Backend

🐛 Bug Fix

  • importruns: fix iteration date parsing (14c983e)

💅 Polish

  • report: make iteration headers clearer (9fd1b82)
  • report: make y-axis labels more informative (969ce93)
  • report: make measurement chart label more informative (475553d)

♻ Code Refactoring

  • cleanup: fix typo (15d640d)
  • cleanup: apply linter to report components (1da72cb)