wraith/src-tauri/src
Vantz Stockwell 633087633e test: full test coverage — 82 tests across all modules, zero warnings
Added tests for 3 uncovered modules:
- db: open, migrate, idempotent migration, FK/WAL pragmas, clone shares conn
- theme: seed_builtins (7 themes), idempotent seed, get_by_name, hex color
  validation, sort ordering, case sensitivity
- rdp/input: scancode lookup, extended key detection, value extraction,
  mouse flag composition, map coverage assertion

Existing test count: 52 (vault, connections, credentials, settings, host_keys)
New tests added: 30
Total: 82 tests, all passing, zero compiler warnings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 18:33:36 -04:00
..
ai feat: integrate Gemini AI XO copilot + backend cleanup + connection timeouts 2026-03-24 16:38:52 -04:00
commands fix: SSH input deadlock — output loop held channel mutex across await 2026-03-24 18:28:09 -04:00
connections fix: serialize tags as array (not JSON string), DevTools debug-only 2026-03-24 16:58:58 -04:00
credentials feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
db test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
rdp test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
settings feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
sftp feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00
ssh fix: SSH input deadlock — output loop held channel mutex across await 2026-03-24 18:28:09 -04:00
theme test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
vault feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
workspace feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
lib.rs feat: RDP clipboard paste, keyboard grab default ON, frame dirty flag 2026-03-24 17:57:16 -04:00
main.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00