orchard/internal/controller
Nikolay Edigaryev 40f58e4aee
More RPC-related logs (#136)
* More RPC-related logs

* Notifier should be set before we use it in the scheduler
2023-09-27 20:16:00 +04:00
..
notifier More RPC-related logs (#136) 2023-09-27 20:16:00 +04:00
proxy Refactorings for simplify readability (#35) 2023-03-17 06:11:28 -04:00
scheduler Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
store Retry DB transactions on badger.ErrConflict (#114) 2023-08-15 15:18:47 +04:00
api.go Retry DB transactions on badger.ErrConflict (#114) 2023-08-15 15:18:47 +04:00
api_cluster_settings.go Retry DB transactions on badger.ErrConflict (#114) 2023-08-15 15:18:47 +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 Only allow simple names when creating workers, VMs, etc. and escape paths in API client (#129) 2023-09-22 14:51:43 -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 Only allow simple names when creating workers, VMs, etc. and escape paths in API client (#129) 2023-09-22 14:51:43 -04:00
api_vms_portforward.go API(port forward endpoint): handle normal WebSocket closure gracefully (#108) 2023-07-20 20:55:42 +00:00
api_workers.go Only allow simple names when creating workers, VMs, etc. and escape paths in API client (#129) 2023-09-22 14:51:43 -04:00
controller.go More RPC-related logs (#136) 2023-09-27 20:16:00 +04:00
datadir.go Consolidate controller bootstrap login in `run` command (#38) 2023-03-21 15:36:55 -04:00
errorresponse.go REST API: provide error messages in error responses (#66) 2023-03-27 14:12:03 -04:00
option.go Fail VMs if the worker had crashed/is unhealthy (#70) 2023-04-03 16:47:49 +04:00
rpc.go Remove worker role (#77) 2023-04-12 12:03:24 +04:00