tftsr-devops_investigation/src-tauri/src/db
Shaun Arman d87b01b154 feat(rebrand): rename binary to trcaa and auto-generate DB key
- Rename Cargo package from 'tftsr' to 'trcaa' — installed command
  becomes 'trcaa' instead of 'tftsr'
- Update app data directories to ~/.local/share/trcaa (Linux),
  ~/Library/Application Support/trcaa (macOS), %APPDATA%/trcaa (Windows)
- Update bundle identifier to com.trcaa.app
- Auto-generate per-installation DB encryption key on first launch and
  persist to <data_dir>/.dbkey (mode 0600 on Unix) — removes the hard
  requirement for TFTSR_DB_KEY to be set before the app will start
2026-04-05 17:50:16 -05:00
..
connection.rs feat(rebrand): rename binary to trcaa and auto-generate DB key 2026-04-05 17:50:16 -05:00
migrations.rs fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
mod.rs feat: initial implementation of TFTSR IT Triage & RCA application 2026-03-14 22:36:25 -05:00
models.rs feat: add database schema for integration credentials and config 2026-04-03 14:23:49 -05:00