orchard/internal/controller
Nikolay Edigaryev d7b6f477e1
Never list workers in Update()/storeUpdate() transactions (#228)
* POST /v1/workers: do not list workers in a single update txn

* schedulingLoopIteration(): do not list workers in a single update txn

* .golangci.yml: remove mentions of fully deprecated linters
2024-12-05 16:59:50 +04:00
..
lifecycle Controller: emit lifecycle events when the VM gets restarted or deleted (#208) 2024-09-24 17:53:10 +04:00
notifier More RPC-related logs (#136) 2023-09-27 20:16:00 +04:00
rendezvous Rendezvous: use a buffered channel of size 1 (#219) 2024-11-08 11:19:54 +04:00
scheduler Never list workers in Update()/storeUpdate() transactions (#228) 2024-12-05 16:59:50 +04:00
sshserver API endpoint and associated RPC changes to resolve VMs IP's (#188) 2024-07-03 22:56:43 +04:00
store controller run: make bootstrap process more user-friendly (#201) 2024-09-03 18:54:28 +04:00
api.go orchard controller: make sure that output goes through the logger (#207) 2024-09-17 22:54:43 +04: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 Controller info endpoint and API integration examples (#75) 2023-04-11 07:28:46 +00:00
api_service_accounts.go API: update service account fields on PUT (#198) 2024-08-21 20:03:52 +04:00
api_test.go REST API: provide error messages in error responses (#66) 2023-03-27 14:12:03 -04:00
api_vms.go Controller: emit lifecycle events when the VM gets restarted or deleted (#208) 2024-09-24 17:53:10 +04:00
api_vms_ip.go Default ?wait= to 0 seconds (#190) 2024-07-03 23:07:14 +04:00
api_vms_portforward.go Default ?wait= to 0 seconds (#190) 2024-07-03 23:07:14 +04:00
api_workers.go Never list workers in Update()/storeUpdate() transactions (#228) 2024-12-05 16:59:50 +04:00
api_workers_portforward.go Introduce "orchard {port-forward, vnc} worker WORKER_NAME" (#140) 2023-10-09 18:51:34 +04:00
controller.go "--scheduler-profile" option to allow different orchestration patterns (#224) 2024-11-28 20:07:46 +04: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 orchard controller run: introduce --insecure-ssh-no-client-auth (#187) 2024-06-28 23:55:18 +04:00
rpc.go API endpoint and associated RPC changes to resolve VMs IP's (#188) 2024-07-03 22:56:43 +04:00