Skip to main content

Release v1.8.0

ยท 4 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

In this release we've added scenario from log to new bug modal and date range picker with duration based selection to runs page.
Also fixed some small issues with charts and run page sorting and source button. Added new config option to allow reading configs without admin permissions.

Release v1.7.0

ยท 2 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

This release introduces numerous improvements to URL handling, deployment configurations, and log management.
Key updates include fixes for URL syntax and construction, and improved deployment processes with integrated documentation support.
A notable addition is the new Docker-based deployment option, offering a streamlined way to set up Bublik instances.

๐Ÿ” What's New?โ€‹

๐Ÿš€ New Featureโ€‹

Docker Deployโ€‹

We've implemented Docker container support for simplified Bublik deployment and setup.
For detailed instructions on setting up a Bublik instance with Docker, please refer to our documentation

Release v1.6.1

ยท 5 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

This release introduces key improvements, including enhanced run page filtering capabilities, requirements filtering. It also includes UI polish and various code refactoring changes.

๐Ÿ” What's New?โ€‹

๐Ÿš€ New Featureโ€‹

  • Requirements Filter: Added new filtering capabilities for run requirements
  • Log Artifacts: Added log artifacts dropdown menu to log page and log preview

Release v1.3.0

ยท 5 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

๐ŸŽ‰ Exciting Updates in the Latest Release! ๐ŸŽ‰

This release introduces key improvements, including enhanced report visualization, bug fixes, and optimizations for a smoother experience. It also updates deployment and simplifies configuration management.

๐Ÿ” What's New?โ€‹

๐Ÿš€ New Featureโ€‹

  • Report Charts: Failed results are now highlighted in red with a diamond symbol, making it easier to identify issues at a glance.
  • Config Management: Now, the configuration manager allows you to manage all configurations, including references, meta, and tags.
  • Initial Deployment: Now, Bublik can be deployed without specifying a configuration and creating a configuration directory.
  • References Config: The new configuration structure allows specifying multiple log databases.
  • External Links: Now, the latest URI from the corresponding log database in the references configuration is used for generating links.
  • Log Preview: Added button to preview log on the history page just like on the run page

๐Ÿ› Bug Fixesโ€‹

  • Run Table: Fixed an issue where column visibility was not properly retained in the URL state.
  • Middleware: A global issue has been resolved that occurred when attempting to retrieve dynamic settings from a missing main project configuration.
  • Parameter Value Formatting: improve parameter value formatting for different types of parameters (indentation for JSON-like structures and code)

๐Ÿ“ฆ Chores & Maintenanceโ€‹

  • Removed a redundant config migration check to streamline configuration handling.
  • As part of per_project_conf deployment step, a command has been implemented to migrate all existing configurations to the database, as well as to initialize the required configurations in the database, if they have not been migrated.

These updates enhance usability, improve reliability, and ensure a more seamless experience. ๐Ÿš€

Release v1.1.0

ยท 5 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

๐ŸŽ‰ Exciting Updates in the Latest Release! ๐ŸŽ‰

This release introduces several new features, design improvements, and bug fixes, with a special focus on enhancing the log experience and sidebar usability.

๐Ÿ” Key Highlights:

  • Log Enhancements:

    • Added a loading skeleton for log loading to improve user experience during wait times.
    • Introduced a scroll-to-top button on the log page for easier navigation.
    • Reworked the log header and table design, including a new nested log tree indicator and improved toolbar functionality.
  • Sidebar Improvements:

    • Added help dialogs for sidebar links, making it easier for users to access guidance directly from the sidebar.
    • Included a tip on how to access the help dialog from the sidebar, enhancing user onboarding.
  • Import Functionality:

    • Added links to flower, run, and log from the import log, streamlining navigation.
    • Allowed URL links to specific logs, improving accessibility and sharing capabilities.
    • Improved the styling of the import table and form for a more polished look.
  • Bug Fixes & Performance:

    • Fixed various caching issues to ensure data is up-to-date and accurate.
    • Addressed UI inconsistencies, such as missing separator borders and overflowing content in tables.

These updates aim to provide a smoother, more intuitive user experience, with particular attention to the log and sidebar interactions.

Release v1.0.2

ยท 7 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

๐ŸŽ‰ We are thrilled to announce Bublik v1.0.2! ๐ŸŽ‰

This release brings mainly internal changes with some enhancements to report and measurements views.

๐Ÿ” Key Highlights:

  • Log Preview: Easily open the log preview by clicking on a report table cell or a chart point.
  • Run Header Group Labels: Added labels for expected and unexpected results to make columns easier to understand and reduce confusion.
  • Import Performance: The speed of importing runs with streaming measurements has increased 3.5 times.
  • Measurements: All measurement results are displayed, with the format adapted to views and their specific context.

Release v0.7.0

ยท 3 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

We are excited to announce Bublik v0.7.0!

This release brings several improvements and new features, including better pagination, enhanced configuration handling, and new options for viewing run results. The log functionality has been refined, with the addition of scroll-to-top behavior. Weโ€™ve also introduced a more flexible report system with detailed configuration and run information and fixed getting valid configurations, as well as incorrect links to the run source.

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.

Release v0.5.0

ยท 3 min read
Kostromin Danil
Bublik UI Maintainer
Rybchenko Natalia
Bublik Backend Maintainer

We are happy to announce Bublik v0.5.0.

In this release we've added sticky stacked headers for reports and fixed some bugs for configs also added config font size settings. We also made the report record headers more readable, made the x-axis and sequence group argument labels configurable, and made it possible to change the order of the dashboard columns. For administrators, added a command to reformat configurations.