feat(tui): add snapshot test infrastructure + terminal compat matrix (bd-2nfs)

- 6 deterministic snapshot tests at 120x40 with FakeClock frozen at 2026-01-15T12:00:00Z
- Buffer-to-plaintext serializer resolving chars, graphemes, and wide-char continuations
- Golden file management with UPDATE_SNAPSHOTS=1 env var for regeneration
- Snapshot diff output on mismatch for easy debugging
- Tests: dashboard, issue list, issue detail, MR list, search results, empty state
- TERMINAL_COMPAT.md template for manual QA across iTerm2/tmux/Alacritty/kitty/WezTerm
This commit is contained in:
teernisse
2026-02-19 00:30:40 -05:00
parent 04ea1f7673
commit 403800be22
10 changed files with 760 additions and 6 deletions

View File

@@ -0,0 +1,40 @@
Dashboard > Issues > Issue
#101 Add retry logic for transient failures
opened | alice | backend, reliability | -> bob, carol
Milestone: v2.0 | Due: 2026-02-01
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
## Problem
Transient network failures cause cascading errors in the ingestion pipeline. We need exponential backoff with jitter.
## Approach
1. Wrap HTTP calls in a retry decorator
2. Use exponential backoff (base 1s, max 30s)
3. Add jitter to prevent thundering herd
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Discussions (0)
Loading discussions...
NORMAL q:quit esc:back ?:help C-p:palette o:browser P:scope gh:home gi:issues gm:mrs g/:search gt:timeline