summaryrefslogtreecommitdiffhomepage
path: root/tstest/integration/integration.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-26tstest/integration: add integration test for Tailnet LockAlex Chan1-1/+41
2025-11-25tailcfg, control/controlclient: start moving MapResponse.DefaultAutoUpdate to...Brad Fitzpatrick1-0/+4
2025-10-08tstest/integration: log all the output printed by `tailscale up`Alex Chan1-0/+3
2025-10-08tstest/integration: test `tailscale up` when device approval is requiredAlex Chan1-3/+23
2025-09-24derp/derpserver: clean up extraction of derp.Server (#17264)Simon Law1-1/+1
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-4/+3
2025-09-15tstest/integration{/testcontrol}: add peer relay integration test (#17103)Jordan Whited1-5/+13
2025-06-26ipn/store: automatically migrate between plaintext and encrypted state (#16318)Andrew Lytvynov1-6/+10
2025-05-04tstest/integration: work around ETXTBSY flakeBrad Fitzpatrick1-0/+26
2025-05-02tstest/integration: don't require TestMake, stop leaking binaries in /tmpBrad Fitzpatrick1-39/+130
2025-05-01feature/taildrop: add integration testBrad Fitzpatrick1-3/+25
2025-04-29tstest/integration: remove vestigial env var set in testsBrad Fitzpatrick1-1/+0
2025-04-28tstest/integration: export test helpersBrad Fitzpatrick1-44/+46
2025-04-28tstest/integration: move code from integration_test.go to integration.goBrad Fitzpatrick1-0/+604
2024-08-09vnet: add control/derps to test, stateful firewallBrad Fitzpatrick1-0/+1
2024-03-21all: use zstdframe where sensible (#11491)Joe Tsai1-10/+8
2023-10-14tstest/integration: add tests for tun mode (requiring root)Brad Fitzpatrick1-0/+10
2023-10-13tstest/integration: set race flag when cross compiling, conditionally fail on...Brad Fitzpatrick1-1/+5
2023-02-28all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404)Joe Tsai1-2/+2
2023-02-14tstest/integration: enable go lookups from $PATHJames Tucker1-8/+23
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-3/+2
2022-02-18control/controlclient: use structured logging for MapResponse.ControlTimeJosh Bleecher Snyder1-0/+12
2021-12-13tstest/integration: build binaries only onceJosh Bleecher Snyder1-33/+63
2021-11-30tstest/integration: stop leaking zstd.DecodersJosh Bleecher Snyder1-1/+5
2021-10-28derp: use new node key type.David Anderson1-6/+1
2021-08-30tstest/integration: prefix logs with logidDavid Crawshaw1-2/+24
2021-08-30tstest/integration: listen on the specified IPDavid Crawshaw1-1/+10
2021-07-17ipn/ipnlocal: stay out of map poll when downBrad Fitzpatrick1-0/+7
2021-07-09tailcfg: break DERPNode.DERPTestPort into DERPPort & InsecureForTestsBrad Fitzpatrick1-8/+9
2021-07-08tstest/integration/vms: use an in-process logcatcher (#2360)Christine Dodrill1-0/+95
2021-06-25tstest/integration/vms: add in-process DERP server (#2108)Christine Dodrill1-0/+62
2021-05-31tstest/integration/vms: copy locally built binaries (#2006)Christine Dodrill1-0/+100