coder/tailnet
Colin Adler 4d5a7b2d56
chore(codersdk): move all tailscale imports out of `codersdk` (#12735)
Currently, importing `codersdk` just to interact with the API requires
importing tailscale, which causes builds to fail unless manually using
our fork.
2024-03-26 12:44:31 -05:00
..
proto fix(enterprise/coderd): check provisionerd API version on connection (#12191) 2024-02-16 18:43:07 +00:00
tailnettest fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
test fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
testdata feat: add AgentAPI using DRPC (#10811) 2023-12-18 22:53:28 +10:00
client.go feat: add logging to client tailnet yamux (#11908) 2024-01-30 09:58:59 +04:00
configmaps.go fix(coderd): pass block endpoints into servertailnet (#12149) 2024-03-08 05:29:54 +00:00
configmaps_internal_test.go feat: show tailnet peer diagnostics after coder ping (#12314) 2024-02-27 22:04:46 +04:00
conn.go fix(coderd): pass block endpoints into servertailnet (#12149) 2024-03-08 05:29:54 +00:00
conn_test.go fix: never send local endpoints if disabled (#12138) 2024-02-20 15:51:25 +10:00
convert.go feat: add AgentAPI using DRPC (#10811) 2023-12-18 22:53:28 +10:00
convert_test.go feat: add AgentAPI using DRPC (#10811) 2023-12-18 22:53:28 +10:00
coordinator.go fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
coordinator_internal_test.go feat: support v2 Tailnet API in AGPL coordinator (#11010) 2023-12-06 15:04:28 +04:00
coordinator_test.go chore(codersdk): move all tailscale imports out of `codersdk` (#12735) 2024-03-26 12:44:31 -05:00
derp.go feat: automatically use websockets if DERP upgrade is unavailable (#6381) 2023-03-01 22:18:14 +00:00
derpmap.go chore: fail server startup on invalid DERP map (#10536) 2023-11-06 23:04:07 +10:00
derpmap_test.go chore: fail server startup on invalid DERP map (#10536) 2023-11-06 23:04:07 +10:00
multiagent.go chore: remove legacy wsconncache (#11816) 2024-01-30 07:56:36 +04:00
node.go fix(coderd): pass block endpoints into servertailnet (#12149) 2024-03-08 05:29:54 +00:00
node_internal_test.go feat: show tailnet peer diagnostics after coder ping (#12314) 2024-02-27 22:04:46 +04:00
peer.go fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
service.go fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
service_test.go fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
trackedconn.go feat: use tailnet v2 API for coordination (#11638) 2024-01-22 11:07:50 +04:00
tunnel.go fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
tunnel_internal_test.go feat: support v2 Tailnet API in AGPL coordinator (#11010) 2023-12-06 15:04:28 +04:00