summaryrefslogtreecommitdiffhomepage
path: root/cmd/gitops-pusher/gitops-pusher_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-06-16scripts/check_license_headers.sh: delete, rewrite as a Go testBrad Fitzpatrick1-0/+1
Updates tailscale/corp#29650 Change-Id: Iad4e4ccd9d68ebb1d1a12f335cc5295d0bd05b60 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-07-19cmd/gitops-pusher: re-use existing types from acl packageJenny Zhang1-0/+55
This changes the ACLTestError type to reuse the existing/identical types from the ACL implementation, to avoid issues in the future if the two types fall out of sync. Updates #8645 Signed-off-by: Jenny Zhang <jz@tailscale.com>