Release v0.2.2
· 2 min read
We are happy to announce Bublik v0.2.2.
Improved history speed
We have improved the speed of the history page by optimizing the backend SQL queries.
Improved import logs
Now you can see logs of the import process in real-time while the import is running.
info
Logs updated every 5 seconds.
Changelog
Frontend
🔧 Continuous Integration | CI
- release,ci: fix formatting and pass env through global config (03b1dab)
💅 Polish
- import: fix import table overflowing horizontally (b66d49c)
- ui: [toaster] add colors for different states (2955b94)
🚀 New Feature
- import: add live import logs via polling for changes (75ab1b1)
- run: add tip for ctrl+click on run page (5ca2912)
📦 Chores
- auth: allow access to dev section for unauthenticated users (b7f83f2)
- nx: upgrade nx and it's packages to latest versions (ad45ca6)
- storybook: cleanup unused imports/types (e1039f2)
🐛 Bug Fix
- build: adjust release config to allow releases from branches other than
main
(22a6f6b) - import: [import-form] allow empty URL (33347a3)
- log: fix json log overflow scrolling not working (537677c)
Backend
🔨 Issue Fix
- Error on measurement results processing during live import #2
- Error in calculating detailed run statistics #3
- Live import: incorrect call to the do_nothing() function #5
- "IndexError: list index out of range" on meta categorization request #8
- Unclear logs message: no priority was specified, defaulting to 4 #9
- Logs ticket service should not be restarted if Kerberos keytab is not configured #12
- Revive and improve initial deploy script to simplify first time setup #13
🐛 Bug Fix
⚡ Performance
- history: speed up history by optimizing DB queries (1a767ec)
🚀 New Feature
- deploy: add services stop option (09082fd)
- deploy: make services restart by default (87f6501)
- deploy: add the option to quietly restart services (409066e)
💾 DB Changes
- models: speed up history by speed up meta filtering (4f94f7c)