summaryrefslogtreecommitdiffhomepage
path: root/cmd/containerboot/main_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-13cmd/containerboot: mark TestContainerBoot as flakyBrad Fitzpatrick1-0/+2
2026-03-11cmd/{containerboot,k8s-operator}: reissue auth keys for broken proxies (#16450)Tom Proctor1-16/+173
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-4/+3
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick1-13/+12
2026-02-25cmd/containerboot, net/dns/resolver: remove unused funcs in testsBrad Fitzpatrick1-6/+0
2026-02-20cmd/containerboot,kube: enable autoadvertisement of Tailscale services on con...Tom Meadows1-14/+56
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-12-18cmd/containerboot: support egress to Tailscale Service FQDNs (#17493)Tom Proctor1-14/+36
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-20/+20
2025-06-27cmd/{containerboot,k8s-operator}: use state Secret for checking device auth (...Tom Proctor1-63/+69
2025-05-30cmd/containerboot: allow setting --accept-dns via TS_EXTRA_ARGS again (#16129)Irbe Krumina1-91/+157
2025-04-08cmd/containerboot: speed up tests (#14883)Tom Proctor1-758/+800
2025-01-30cmd/containerboot: wait for consistent state on shutdown (#14263)Tom Proctor1-29/+113
2025-01-29cmd/{k8s-operator,containerboot},kube: ensure egress ProxyGroup proxies don't...Irbe Krumina1-34/+93
2024-12-11cmd/containerboot: add more tests, check that egress service config only set ...Irbe Krumina1-8/+116
2024-12-04cmd/{containerboot,k8s-operator},kube/kubetypes: kube Ingress L7 proxies only...Irbe Krumina1-15/+21
2024-12-02cmd/containerboot: serve health on local endpoint (#14246)Tom Proctor1-1/+149
2024-07-05cmd/containerboot,cmd/k8s-operator: enable IPv6 for fqdn egress proxies (#12577)Tom Proctor1-1/+68
2024-05-10cmd/k8s-operator,cmd/containerboot,ipn,k8s-operator: turn off stateful filter...Irbe Krumina1-5/+5
2024-01-08cmd/containerboot: add EXPERIMENTAL_TS_CONFIGFILE_PATH env var to allow passi...Irbe Krumina1-1/+24
2024-01-04cmd/containerboot: ensure that subnet routes can be unset. (#10734)Irbe Krumina1-0/+22
2023-12-05all: fix nilness issuesMatt Layher1-3/+0
2023-11-22containerboot: Add TS_ACCEPT_ROUTES (#10176)Claire Wang1-0/+16
2023-10-16cmd/containerboot: revert to using tailscale upMaisem Ali1-106/+30
2023-10-11cmd/containerboot: use linuxfw.NetfilterRunnerMaisem Ali1-5/+1
2023-09-29cmd/containerboot: set TS_AUTH_ONCE default to true.Denton Gentry1-6/+26
2023-09-21cmd/containerboot: avoid leaking bash scripts after test runsJames Tucker1-1/+1
2023-09-20cmd/containerboot: add iptables based MSS clamping for ingress/egress proxiesMaisem Ali1-0/+2
2023-08-30cm/k8s-operator,cmd/containerboot: fix STS config, more tests (#9155)Irbe Krumina1-1/+25
2023-08-29cmd/containerboot: fix broken testsMaisem Ali1-28/+92
2023-08-28cmd/k8s-operator: put Tailscale IPs in Service ingress statusMike Beaumont1-6/+10
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick1-4/+4
2023-03-02cmd/containerboot,kube: consolidate the two kube clientsMaisem Ali1-4/+4
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-25cmd/k8s-operator: support setting a custom hostname.David Anderson1-0/+16
2023-01-05cmd/containerboot: use TS_AUTHKEY as the parameter for auth keysDavid Anderson1-10/+28
2022-12-16cmd/containerboot: allow disabling secret storage in k8s.David Anderson1-0/+25
2022-12-07cmd/containerboot: switch to IPN bus monitoring instead of polling.David Anderson1-98/+118
2022-12-07cmd/containerboot: gracefully degrade if missing patch permissions in k8s.David Anderson1-16/+78
2022-12-06cmd/containerboot: check that k8s secret permissions are correct.David Anderson1-0/+6
2022-12-06cmd/containerboot: refactor tests to have more explicit phases.David Anderson1-182/+292
2022-12-06cmd/containerboot: fix some lint.David Anderson1-1/+1
2022-12-06cmd/containerboot: fix TS_STATE_DIR environment variableAnton Tolchanov1-1/+1
2022-11-10cmd/containerboot: make a tests table, add more tests.David Anderson1-42/+390
2022-11-09cmd/containerboot: add tests.David Anderson1-0/+396