Releases: Fraser-Isbester/tusk
Releases · Fraser-Isbester/tusk
Release list
v0.1.0
Changelog
- 581bcf0 Initial commit
- 9e23718 POC: k9s-style TUI for PostgreSQL administration
- 5973629 UI polish: persistent header, color scheme, table fixes, load generator
- 60f03b3 WIP: bubbletea table fixes (pre-tview migration)
- 9c7732e build: replace Makefile with Taskfile, add Ginkgo test suites
- fe4dd50 feat(release): prepare for public release (#1)
- 73d4ca1 feat: CEL-based rules engine with breach tracking and TUI views
- 9f2e415 feat: add CI workflow and linters configuration for improved code quality
- dae9c25 feat: add help command and display help panel with navigation and command hints
- cc37358 feat: blink the cell that caused a row to be red
- ae83531 feat: blue borders, persistent filter box, two-column detail info, violations pane
- 7ec15b0 feat: completed queries shown in grey below active ones
- fe33339 feat: completed transactions shown in grey below active ones
- 4b1e1c5 feat: detail views and Enter navigation
- 44cc21e feat: interactive Activity pane, separate tx detail, manual action copilot
- 0cb9632 feat: k9s-style real-time filter with bordered input
- 2c69994 feat: k9s-style visual polish — tab bar, table borders, split-pane details
- 889d555 feat: live detail views, SQL highlighting, statement counts
- 095e7d3 feat: operational views — slow queries, transactions, locks, indexes
- 1079495 feat: query hash, blocked-by, lock counts, bordered prompts
- 4e15147 feat: rename Breach→Violation with audit log events, remove roles tab
- 5773232 feat: stable query identity, SQL formatting, color cleanup, performance
- 1bcddfb feat: transaction query history ring buffer
- 98328cc feat: transaction-scoped identity with xact_start, violations column, cleanup
- 29bd594 fix: TX shows query count, query shows statement count
- 9eab076 fix: completed queries keep duration, history only in txn detail
- 7ec8d82 fix: queries view shows only active queries
- 6287e18 fix: rename QUERIES column to STMTS for consistency
- 97d2c59 fix: statement count from query text, not history buffer
- 0e7e5f1 fix: statement counts always show, tags in detail header
- 1a27e4a loadtest: fix idle-in-transaction to show real idle state
- 2d5812d loadtest: more diverse scenarios for all views
- 172554c loadtest: richer sqlcommentor tags and multi-statement txns
- 36fe338 loadtest: send multi-query txns one statement at a time
- 823c968 migrate: bubbletea → tview for native per-row coloring
- a67b3d0 refactor: update views to use TableBorder rendering and adjust active view to queries