cli/pkg/liveshare
Mislav Marohnić d68126af99 Avoid macOS prompt to allow incoming connections in liveshare tests
Listening on the localhost interface disallows connections from the
outside anyway, so the OS firewall doesn't have to prompt whether the
user wants to allow incoming connections to the Go process.
2021-10-14 14:23:36 +02:00
..
test Move internal/liveshare to pkg/liveshare 2021-09-30 10:34:27 -04:00
client.go Fix for nil logger on non-debugging scenarios 2021-10-13 14:15:26 -04:00
client_test.go Add org scoped port forwarding + fix test formatting (#4497) 2021-10-13 13:56:03 -04:00
options_test.go Tests for most of the new behavior 2021-10-07 15:14:42 -04:00
port_forwarder.go Update docs, remove needless condition check 2021-10-07 16:39:43 -04:00
port_forwarder_test.go Avoid macOS prompt to allow incoming connections in liveshare tests 2021-10-14 14:23:36 +02:00
rpc.go Move internal/liveshare to pkg/liveshare 2021-09-30 10:34:27 -04:00
session.go Add org scoped port forwarding + fix test formatting (#4497) 2021-10-13 13:56:03 -04:00
session_test.go Add org scoped port forwarding + fix test formatting (#4497) 2021-10-13 13:56:03 -04:00
socket.go Move internal/liveshare to pkg/liveshare 2021-09-30 10:34:27 -04:00
ssh.go Move internal/liveshare to pkg/liveshare 2021-09-30 10:34:27 -04:00