mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-07 20:04:00 +01:00
Add sentinel errors and use %w wrapping for dynamic errors in: - cmd/headscale/cli/mockoidc.go: errMockOidcUsersNotDefined - cmd/headscale/cli/users.go: errFlagRequired, errMultipleUsersMatch - cmd/hi/docker.go: ErrMemoryLimitViolations - cmd/hi/stats.go: ErrStatsCollectionAlreadyStarted Add nolint:err113 comments for test infrastructure errors that include dynamic context for debugging: - hscontrol/auth_test.go: extractRegistrationIDFromAuthURL - hscontrol/state/node_store_test.go: concurrent test error reporting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cleanup.go | ||
| docker.go | ||
| doctor.go | ||
| main.go | ||
| README.md | ||
| run.go | ||
| stats.go | ||
hi
hi (headscale integration runner) is an entirely "vibe coded" wrapper around our integration test suite. It essentially runs the docker commands for you with some added benefits of extracting resources like logs and databases.