tftsr-devops_investigation/src-tauri/src
Shaun Arman 7c2452e3f7
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 1m27s
Test / frontend-tests (pull_request) Successful in 1m31s
Test / frontend-typecheck (pull_request) Successful in 1m34s
Test / rust-clippy (pull_request) Successful in 3m8s
Test / rust-tests (pull_request) Successful in 4m33s
PR Review Automation / review (pull_request) Successful in 4m47s
fix(mcp): fix test_allows_safe_env_vars test failure
The test was trying to spawn a process which requires a Tokio runtime.
Changed the test to only verify validation logic by checking that safe
environment variables don't trigger 'Dangerous environment variable' errors.

Uses /usr/bin/nonexistent as command so spawn will fail (command not found)
but validation will pass for safe env vars like DEBUG, API_KEY, PATH, etc.

All 243 tests now passing.
2026-06-01 12:41:26 -05:00
..
ai fix(security): backend-only PII redaction; fix fmt CI failure 2026-05-31 19:36:44 -05:00
audit fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
commands fix: audit PII redaction metadata, safe bubble update, update ticket 2026-05-31 20:14:23 -05:00
db test(mcp): add migration 023 test for env_config column 2026-06-01 08:17:31 -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): fix test_allows_safe_env_vars test failure 2026-06-01 12:41:26 -05:00
ollama fix: provider routing uses provider_type, Active badge, fmt 2026-03-31 08:05:13 -05:00
pii fix(security): expand Password PII patterns; add regression tests 2026-05-31 20:47:59 -05:00
lib.rs fix(security): block PII in chat attachments and typed messages 2026-05-31 19:05:51 -05:00
main.rs feat: initial implementation of TFTSR IT Triage & RCA application 2026-03-14 22:36:25 -05:00
state.rs style(mcp): apply rustfmt formatting 2026-05-23 16:48:26 -05:00