orchard/internal/command
Nikolay Edigaryev 6a325daf74
Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105)
* Switch from golang.org/x/net/websocket to nhooyr.io/websocket

* Do not attach errors that we can handle to the Gin's context

* Add missing newline to "no credentials specified or found, ..." message

* Fix potential NPE in ChooseUsernameAndPassword()

* Fix type in PortForward() error message in "orchard ssh vm"

* Fix potential NPE in Connections()

* Use header.Set() for consistency's sake for Authorization header
2023-07-04 18:10:41 +04:00
..
context TLS improvements (#90) 2023-06-07 15:31:55 +04:00
controller TLS improvements (#90) 2023-06-07 15:31:55 +04:00
create Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
deletecmd Always require a client for running a worker (#52) 2023-03-24 17:44:20 +04:00
dev Fail VMs if the worker had crashed/is unhealthy (#70) 2023-04-03 16:47:49 +04:00
get --help fixes and new "orchard logs vm" command (#41) 2023-03-23 15:59:57 +04:00
list Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
logs Fixed `logs` gluing the lines together. (#87) 2023-06-04 09:42:02 +00:00
pause Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
portforward Make port-forward endpoint to wait for the VM (#65) 2023-03-27 23:52:21 +04:00
resume Introduce "orchard pause" and "orchard resume" commands (#73) 2023-04-07 22:59:41 +04:00
ssh Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105) 2023-07-04 18:10:41 +04:00
vnc Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105) 2023-07-04 18:10:41 +04:00
worker Certificate-less bootstrap tokens (#93) 2023-06-23 00:53:03 +04:00
root.go Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00