tftsr-devops_investigation/src-tauri/src
Shaun Arman e15374bdd3
Some checks failed
Test / frontend-typecheck (pull_request) Successful in 1m40s
Test / frontend-tests (pull_request) Successful in 1m42s
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
fix(shell): delay KubeconfigGuard disarm until after PTY session starts
Add `path_str()` to `KubeconfigGuard` so the path can be passed to
`SessionParams` without consuming the guard. Both `start_pty_exec_session`
and `start_pty_attach_session` now hold the guard live until
`start_exec/attach_session` returns `Ok`, then disarm it. Previously
`disarm()` was called before the session-start call, meaning a kubeconfig
temp file would leak if PTY spawn or session registration failed after the
guard was consumed.
2026-06-09 20:00:50 -05:00
..
ai fix(ci): remove actions/cache steps to fix Node.js requirement 2026-06-05 16:18:35 -05:00
audit fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
commands fix(shell): delay KubeconfigGuard disarm until after PTY session starts 2026-06-09 20:00:50 -05:00
db feat(k8s): implement clean-room Kubernetes management GUI 2026-06-06 20:27:39 -05:00
docs fix: comprehensive trcaa→tftsr conversion and URL corrections 2026-06-05 15:38:29 -05:00
integrations fix(clippy): fix Rust nightly clippy lints 2026-06-05 17:35:09 -05:00
kube fix(kubernetes): remove redundant TS cast and fix cargo fmt failures 2026-06-07 11:37:17 -05:00
mcp feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
metrics fix(security): address automated code review findings 2026-06-09 18:08:58 -05:00
ollama feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
pii fix(security): expand Password PII patterns; add regression tests 2026-05-31 20:47:59 -05:00
shell fix(security): address automated code review findings 2026-06-09 18:08:58 -05:00
lib.rs feat(metrics): add frontend metrics integration with Chart.js 2026-06-09 17:05:24 -05:00
main.rs feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
state.rs fix(security): address automated code review findings 2026-06-09 18:08:58 -05:00