tftsr-devops_investigation/src-tauri/tests/integration/kube
Shaun Arman 4ba0eb1ca9
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m29s
Test / frontend-typecheck (pull_request) Successful in 1m36s
PR Review Automation / review (pull_request) Successful in 4m11s
Test / rust-fmt-check (pull_request) Successful in 11m2s
Test / rust-clippy (pull_request) Successful in 12m37s
Test / rust-tests (pull_request) Successful in 14m6s
fix: address all automated PR review findings
- Add validate_resource_name() with ReDoS protection (max 253 chars)
- Fix stop_port_forward to actually kill kubectl child process
- Add temp file cleanup with TempFileCleanup struct
- Fix discover_pods to parse actual kubectl JSON output
- Update test to use container_ports array instead of container_port
2026-06-06 16:54:30 -05:00
..
cluster_management.rs feat(kube): implement complete kubectl port-forward runtime 2026-06-06 15:36:35 -05:00
error_scenarios.rs feat(kube): implement complete kubectl port-forward runtime 2026-06-06 15:36:35 -05:00
mod.rs feat(kube): implement complete kubectl port-forward runtime 2026-06-06 15:36:35 -05:00
multi_cluster.rs fix: address automated PR review findings 2026-06-06 16:23:00 -05:00
port_forwarding.rs fix: address all automated PR review findings 2026-06-06 16:54:30 -05:00
session_recovery.rs feat(kube): implement complete kubectl port-forward runtime 2026-06-06 15:36:35 -05:00