Commit Graph

3 Commits

Author SHA1 Message Date
Shaun Arman
03ee6ff9b8 fix(fmt): apply cargo fmt
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m24s
Test / frontend-typecheck (pull_request) Successful in 1m32s
PR Review Automation / review (pull_request) Successful in 4m18s
Test / rust-fmt-check (pull_request) Successful in 13m34s
Test / rust-clippy (pull_request) Successful in 15m8s
Test / rust-tests (pull_request) Successful in 17m1s
2026-06-06 15:14:31 -05:00
Shaun Arman
8fd6bc4ca7 chore: remove assessment file 2026-06-06 15:14:15 -05:00
Shaun Arman
1165fbb5ad feat(kube): implement complete kubectl port-forward runtime
- Dynamic local port allocation via TcpListener::bind
- Kubectl subprocess spawning with proper cleanup
- Database persistence for clusters and port_forwards
- Cluster health check (kubectl cluster-info)
- Pod discovery (kubectl get pods)
- Comprehensive unit and integration tests
- All 325 Rust tests passing
- All 98 frontend tests passing
- TypeScript type checks passing
2026-06-06 15:14:04 -05:00