tftsr-devops_investigation/src-tauri/src
Shaun Arman 1400f43d7a feat: add kubectl binary bundling for cross-platform support
Download and package kubectl v1.30.0 binaries for Linux (amd64/arm64),
Windows, macOS.

- Add scripts/download-kubectl.sh for kubectl binary management
- Update Cargo.toml dependencies (http 1.4, thiserror 2, rand 0.8)
- Add ollama/installer::start_ollama_service() and find_ollama_binary()
- Fix rand API deprecation (thread_rng deprecated in favor of rng in 0.8)
- Fix AppState initialization in integrations.rs (add pending_approvals)
- Configure kubectl as Tauri sidecar (currently empty array for dev)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-06-05 08:22:54 -05:00
..
ai feat: add Ollama function calling and tool calling auto-detection 2026-06-05 08:13:51 -05:00
audit fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
commands feat: add kubectl binary bundling for cross-platform support 2026-06-05 08:22:54 -05:00
db feat: add shell execution database migrations (migrations #24-28) 2026-06-05 08:00:12 -05:00
docs feat: populate RCA and postmortem docs with real timeline data 2026-04-19 18:13:30 -05:00
integrations feat: add timeline_events table, model, and CRUD commands 2026-04-19 18:02:38 -05:00
mcp fix(mcp): treat missing resources/list as non-fatal for servers that don't implement it 2026-06-01 13:19:34 -05:00
ollama feat: add kubectl binary bundling for cross-platform support 2026-06-05 08:22:54 -05:00
pii fix(security): expand Password PII patterns; add regression tests 2026-05-31 20:47:59 -05:00
shell feat: add three-tier shell execution with kubectl support 2026-06-05 07:59:04 -05:00
lib.rs feat: add Ollama function calling and tool calling auto-detection 2026-06-05 08:13:51 -05:00
main.rs feat: initial implementation of TFTSR IT Triage & RCA application 2026-03-14 22:36:25 -05:00
state.rs feat: add three-tier shell execution with kubectl support 2026-06-05 07:59:04 -05:00