tailscale/tstest/integration
Joe Tsai 85febda86d
all: use zstdframe where sensible (#11491)
Use the zstdframe package where sensible instead of plumbing
around our own zstd.Encoder just for stateless operations.

This causes logtail to have a dependency on zstd,
but that's arguably okay since zstd support is implicit
to the protocol between a client and the logging service.
Also, virtually every caller to logger.NewLogger was
manually setting up a zstd.Encoder anyways,
meaning that zstd was functionally always a dependency.

Updates #cleanup
Updates tailscale/corp#18514

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2024-03-21 12:20:38 -07:00
..
testcontrol all: use zstdframe where sensible (#11491) 2024-03-21 12:20:38 -07:00
vms all: cleanup unused code, part 2 (#10670) 2023-12-21 17:40:03 -08:00
gen_deps.go all: update tools that manage copyright headers 2023-01-27 15:36:29 -08:00
integration_test.go tstest/integration: add tests for auto-update defaulting behavior (#10763) 2024-01-08 09:32:18 -08:00
integration.go all: use zstdframe where sensible (#11491) 2024-03-21 12:20:38 -07:00
tailscaled_deps_test_darwin.go tailfs: clean up naming and package structure 2024-02-09 20:00:42 -06:00
tailscaled_deps_test_freebsd.go tailfs: clean up naming and package structure 2024-02-09 20:00:42 -06:00
tailscaled_deps_test_linux.go tailfs: clean up naming and package structure 2024-02-09 20:00:42 -06:00
tailscaled_deps_test_openbsd.go tailfs: clean up naming and package structure 2024-02-09 20:00:42 -06:00
tailscaled_deps_test_windows.go tailfs: clean up naming and package structure 2024-02-09 20:00:42 -06:00