summaryrefslogtreecommitdiff
path: root/internal/tui/tui_test.go
AgeCommit message (Expand)Author
2026-05-26flamegraph: add LiveTrie height metric ingestion (task qo)Paul Buetow
2026-05-14wire TUIFastRefreshInterval into dashboard model and update testsPaul Buetow
2026-05-13keep View() pure by moving state transitions into Update() handlersPaul Buetow
2026-05-13use errgroup instead of WaitGroup for concurrent snapshot buildersPaul Buetow
2026-05-13fix: move context.Context to first parameter in startTraceCmd and startTraceC...Paul Buetow
2026-05-13cap filterStack undo history to 50 levels to prevent unbounded growthPaul Buetow
2026-05-13fix: add 30s startup timeout to startTraceCmd to prevent indefinite hang on B...Paul Buetow
2026-05-12extract TUI Model god class into focused sub-controllersPaul Buetow
2026-05-09refine auto-reset timer cycle and pause on blurPaul Buetow
2026-03-18refactor: extract keyboardState, filterState, processState sub-structs from t...Paul Buetow
2026-03-18refactor: pass flags.Config explicitly, remove flags.Get() from library code ...Paul Buetow
2026-03-13test: expand parquet recording coveragePaul Buetow
2026-03-13feat: add tui parquet recording controlsPaul Buetow
2026-03-12feat: persist parquet recording across TUI restartsPaul Buetow
2026-03-10tui: hide stream buffer behind source interface (task 428)Paul Buetow
2026-03-09tui: export filtered stream rows from global CSV action (task 364)Paul Buetow
2026-03-08tui: reserve p for pid pickerPaul Buetow
2026-03-08tui: add process-tab enter filter pushPaul Buetow
2026-03-08tui: restore global filter stack and anchored matchesPaul Buetow
2026-03-08task 378: test aggregate filter restart behaviorPaul Buetow
2026-03-08task 373: preserve stream history across filter restartPaul Buetow
2026-03-08task 372: restart tracing when filters changePaul Buetow
2026-03-08task 371: wire global filter modal into top-level TUIPaul Buetow
2026-03-08task 367: carry full trace filters through TUI contextPaul Buetow
2026-03-08tests: remove sleep-based waits in tui and runtime testsPaul Buetow
2026-03-06fix(tui): restore bubble modes and stabilize flame zoom lineagePaul Buetow
2026-03-06feat(tui): add flamegraph click lineage undo and scope quit keyPaul Buetow
2026-03-06fix(tui): close help overlay on q instead of quittingPaul Buetow
2026-03-06feat(tui): add dashboard bubble viz and expand help shortcutsPaul Buetow
2026-03-06refactor: thread runtime flags through ior and tui (task 385)Paul Buetow
2026-03-06feat(tui): add flamegraph bytes metric togglePaul Buetow
2026-03-06tui: add full-screen help overlay with H and esc closePaul Buetow
2026-03-06Fix real live flamegraph key handling and startup viewport syncPaul Buetow
2026-03-06Add live flamegraph test modes and dynamic synthetic live feedPaul Buetow
2026-03-05Normalize Go import grouping with local ior sectionPaul Buetow
2026-03-05Make flame tab default and fix flame hotkey routingPaul Buetow
2026-03-05task 352: wire LiveTrie into TUI runtime bindingsPaul Buetow
2026-03-05task 350: add TabFlame tab infrastructurePaul Buetow
2026-03-05fix(tui): stabilize full-width layout and sparkline renderingPaul Buetow
2026-03-05feat(tui): set contextual window titlePaul Buetow
2026-03-05feat(tui): handle keyboard enhancement capabilitiesPaul Buetow
2026-03-05feat(tui): pause dashboard refresh on terminal blurPaul Buetow
2026-03-05feat(tui): migrate Bubble Tea stack to charm.land v2Paul Buetow
2026-03-02Replace TUI service-locator globals with runtime bindingsPaul Buetow
2026-03-01Thread runtime config instead of global flags readsPaul Buetow
2026-02-26tui: clarify export help and toggle help bar with uppercase HPaul Buetow
2026-02-26tui: revamp status keys and add pid/tid reselection flowPaul Buetow
2026-02-26tui: add shortcut to reselect pid and restart tracingPaul Buetow
2026-02-26tui: fix and widen help overlayPaul Buetow
2026-02-25Fix stream paused scrolling and apply pending TUI/probe updatesPaul Buetow