Skip to main content

Release v2.1.0

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

This is small incremental release mainly focused on fixing bugs and added new small feature

Highlights

New History Link

Admin Section

Backend Update

  1. cd bublik
  2. git remote update
  3. git checkout v2.1.0
  4. ./scripts/deploy --steps run_services

Frontend Update

  1. Trigger the workflow in your frontend repository
  2. Synchronize the mirrors
  3. cd bublik-ui
  4. git remote update
  5. git checkout v2.1.0

Documentation Update

  1. Trigger the workflow in your frontend repository
  2. Synchronize the mirrors
  3. cd bublik-docs
  4. git remote update
  5. git checkout v2.1.0

Docker Instance Update

  1. task backup:create
  2. task pull
  3. task up

Changelog

Frontend

🚀 New Feature

  • run: add link to history for test filtered by run id and test name (53d2c52), closes #372

🐛 Bug Fix

  • config: [update-project-form] show meaningful validation errors (ea98698), closes #374
  • config: make description field optional in config forms and API (cf653d9), closes #377
  • run: reset open state for history search form on back navigation (7de1533), closes #383

📦 Chores

  • projects: [config] update default project label (6b6adef), closes #375
  • run: remove forgotten console.log (71173e7)

Backend

🐛 Bug Fix

  • auth: fix invalid refresh flow from early access token validation (d84bd31)

🚀 New Feature

  • history: add the ability to filter by run IDs (e9ab083), closes #195

🧹 Cleanup

  • history: fix variable shadowing in test results pagination (0caf3ee)
  • auth: organize imports and exports as required by ruff (07617dc)