orchard/internal/controller
Fedor Korotkov 70409ac446 fix: harden execute ssh session startup and cancellation handling
- retry SSH handshake by re-establishing tunnel until request context cancellation
- treat request context cancellation in execute session loop as normal termination
- clean up ineffassign in execute stdin handling (linter)
- addresses comments 2782294067 and 2782294070

🤖 Generated with [Codex](https://chatgpt.com/codex)

Co-Authored-By: Codex <codex@openai.com>
2026-02-09 13:22:37 +01:00
..
lifecycle Controller: emit lifecycle events when the VM gets restarted or deleted (#208) 2024-09-24 17:53:10 +04:00
notifier Small timout for worker notification (#242) 2025-02-06 17:30:09 +00:00
rendezvous Introduce WebSocket-based RPC v2 (#239) 2025-01-30 17:33:32 +04:00
scheduler Ability to set VM's power state and retrieve backing Tart VM's name (#373) 2025-12-02 16:43:17 -05:00
sshserver Introduce "compute:connect" role (#393) 2026-01-29 19:55:28 +01:00
store Refactor listing VMs (#399) 2026-02-05 18:51:45 +01:00
api.go Rename exec endpoints to execute 2026-02-08 20:13:18 +01:00
api_cluster_settings.go "--scheduler-profile" option to allow different orchestration patterns (#224) 2024-11-28 20:07:46 +04:00
api_controller.go Simplify state reconciliation and support changing Softnet settings (#364) 2025-11-06 20:56:31 +04:00
api_rpc_portforward.go Fix websocket.(*Conn).timeoutLoop goroutine leak (#329) 2025-07-11 15:23:50 +04:00
api_rpc_resolve_ip.go Introduce WebSocket-based RPC v2 (#239) 2025-01-30 17:33:32 +04:00
api_rpc_watch.go Fix websocket.(*Conn).timeoutLoop goroutine leak (#329) 2025-07-11 15:23:50 +04:00
api_service_accounts.go Implement server-side filtering for VMs by worker (#392) 2026-01-29 17:52:24 +01:00
api_test.go Introduce "compute:connect" role (#393) 2026-01-29 19:55:28 +01:00
api_vms.go controller(listVMs): avoid copy of each element when filtering (#401) 2026-02-06 18:16:58 +01:00
api_vms_execute.go fix: harden execute ssh session startup and cancellation handling 2026-02-09 13:22:37 +01:00
api_vms_execute_test.go fix: keep execute tunnel context alive through session 2026-02-09 13:02:36 +01:00
api_vms_ip.go Introduce "compute:connect" role (#393) 2026-01-29 19:55:28 +01:00
api_vms_portforward.go Introduce "compute:connect" role (#393) 2026-01-29 19:55:28 +01:00
api_workers.go Load testing: synthetic VMs, multiple worker support and Grafana k6 test (#389) 2026-01-28 10:54:55 +01:00
api_workers_portforward.go Worker notification improvements (#246) 2025-02-07 00:38:04 +04:00
controller.go Refactor listing VMs (#399) 2026-02-05 18:51:45 +01:00
datadir.go Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
errorresponse.go REST API: provide error messages in error responses (#66) 2023-03-27 14:12:03 -04:00
option.go Load testing: synthetic VMs, multiple worker support and Grafana k6 test (#389) 2026-01-28 10:54:55 +01:00
rpc.go Introduce WebSocket-based RPC v2 (#239) 2025-01-30 17:33:32 +04:00
wserror.go Controller API: correctly detect WebSocket closure in Watch RPC (#259) 2025-02-20 02:00:57 +04:00