orchard/internal/controller
Nikolay Edigaryev 1730eaf67c
orchard controller: make sure that output goes through the logger (#207)
...which emits JSON on the production for easier processing.
2024-09-17 22:54:43 +04:00
..
notifier More RPC-related logs (#136) 2023-09-27 20:16:00 +04:00
rendezvous API endpoint and associated RPC changes to resolve VMs IP's (#188) 2024-07-03 22:56:43 +04:00
scheduler Expose 2 new metrics about worker health (#203) 2024-09-10 10:13:41 -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 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 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 API(VM): new image FQN (fully-qualified name) field (#165) 2024-04-15 20:14:44 +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 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_workers_portforward.go Introduce "orchard {port-forward, vnc} worker WORKER_NAME" (#140) 2023-10-09 18:51:34 +04:00
controller.go controller run: make bootstrap process more user-friendly (#201) 2024-09-03 18:54:28 +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