tftsr-devops_investigation/src-tauri/src
Shaun Arman f6787accd6
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 1m36s
Test / frontend-typecheck (pull_request) Successful in 1m34s
Test / frontend-tests (pull_request) Successful in 1m37s
Test / rust-clippy (pull_request) Successful in 3m7s
PR Review Automation / review (pull_request) Successful in 4m24s
Test / rust-tests (pull_request) Successful in 4m22s
fix(agentic): inline format arg in writeln! to satisfy clippy::uninlined_format_args
Rust 1.88 enforces clippy::uninlined_format_args as a style lint under
-D warnings. Change `writeln!(stdin, "{}", password)` to the inline
form `writeln!(stdin, "{password}")`.
2026-05-31 14:19:29 -05:00
..
ai feat(mcp): add MCP Server Support with TDD implementation 2026-05-23 16:23:48 -05:00
audit fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
commands fix(agentic): inline format arg in writeln! to satisfy clippy::uninlined_format_args 2026-05-31 14:19:29 -05:00
db chore: update Cargo.lock for lopdf, zip, quick-xml deps 2026-05-31 13:51:08 -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): add timeouts, delete audit log, OAuth state nonce; improve PR review prompt 2026-05-23 17:08:23 -05:00
ollama fix: provider routing uses provider_type, Active badge, fmt 2026-03-31 08:05:13 -05:00
pii fix(pii): remove lookahead from hostname regex, fix fmt in analysis test 2026-04-05 09:59:19 -05:00
lib.rs chore: update Cargo.lock for lopdf, zip, quick-xml deps 2026-05-31 13:51:08 -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