tftsr-devops_investigation/src-tauri/src/commands
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
..
agentic.rs fix(agentic): inline format arg in writeln! to satisfy clippy::uninlined_format_args 2026-05-31 14:19:29 -05:00
ai.rs feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
analysis.rs fix: comprehensive trcaa→tftsr conversion and URL corrections 2026-06-05 15:38:29 -05:00
db.rs feat(k8s): implement clean-room Kubernetes management GUI 2026-06-06 20:27:39 -05:00
docs.rs fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
image.rs fix: address PR review findings — compress errors, size guard, modal error display 2026-05-31 18:06:07 -05:00
integrations.rs fix(security): address automated code review findings 2026-06-09 18:08:58 -05:00
kube.rs fix(security): address automated code review findings 2026-06-09 18:08:58 -05:00
metrics.rs fix(security): address automated code review findings 2026-06-09 18:08:58 -05:00
mod.rs feat(metrics): add frontend metrics integration with Chart.js 2026-06-09 17:05:24 -05:00
shell.rs fix(shell): delay KubeconfigGuard disarm until after PTY session starts 2026-06-09 20:00:50 -05:00
system.rs feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00