You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/logtail
Claude 72786658d6
Add basic tests for 8 additional untested packages
Adds test coverage for small utility packages:
- health/healthmsg: Message constant tests
- logtail/backoff: Backoff mechanism tests
- net/netknob: UDP batch size and TCP keep-alive
- net/netaddr: IP multicast detection
- kube/kubetypes: Kubernetes type definitions
- ipn/ipnstate: Status and PeerStatus structures
- net/netkernelconf: Kernel configuration checks
- internal/noiseconn: Noise protocol connection

Each package now has basic test coverage to prevent regressions.
Increases overall package test coverage.
3 weeks ago
..
backoff Add basic tests for 8 additional untested packages 3 weeks ago
example all: add test for package comments, fix, add comments as needed 1 year ago
filch all: use Go 1.22 range-over-int 2 years ago
.gitignore Move Linux client & common packages into a public repo. 6 years ago
README.md Move Linux client & common packages into a public repo. 6 years ago
api.md all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404) 3 years ago
buffer.go logtail: require Buffer.Write to not retain the provided slice (#11617) 2 years ago
logtail.go logtail: remove LowMemory mode 1 year ago
logtail_test.go all: use Go 1.22 range-over-int 2 years ago

README.md

Tailscale Logs Service

This github repository contains libraries, documentation, and examples for working with the public API of the tailscale logs service.

For a very quick introduction to the core features, read the API docs and peruse the logs reprocessing example.

For more information, write to info@tailscale.io.