You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
M. J. Fromberger
6992f958fc
util/eventbus: add an EqualTo helper for testing ( #17178 )
...
For a common case of events being simple struct types with some exported
fields, add a helper to check (reflectively) for equal values using cmp.Diff so
that a failed comparison gives a useful diff in the test output.
More complex uses will still want to provide their own comparisons; this
(intentionally) does not export diff options or other hooks from the cmp
package.
Updates #15160
Change-Id: I86bee1771cad7debd9e3491aa6713afe6fd577a6
Signed-off-by: M. J. Fromberger <fromberger@tailscale.com>
7 months ago
..
cache
…
cibuild
…
clientmetric
util/clientmetric: use counter in aggcounter
1 year ago
cloudenv
…
cmpver
…
codegen
cmd/viewer, types/views: implement support for json/v2 ( #16852 )
8 months ago
cstruct
all: use Go 1.21's binary.NativeEndian
1 year ago
ctxkey
…
deephash
util/deephash: move tests that depend on other tailscale packages to deephash_test
12 months ago
dirwalk
…
dnsname
tailcfg: adjust ServiceName.Validate to use vizerror
1 year ago
eventbus
util/eventbus: add an EqualTo helper for testing ( #17178 )
7 months ago
execqueue
…
expvarx
util/expvarx: deflake TestSafeFuncHappyPath with synctest
8 months ago
goroutines
ipn/ipnlocal, util/goroutines: track goroutines for tests, shutdown
1 year ago
groupmember
…
hashx
…
httphdr
…
httpm
…
limiter
…
lineiter
types/result, util/lineiter: add package for a result type, use it
1 year ago
lineread
…
linuxfw
all: detect JetKVM and specialize a handful of things for it
10 months ago
lru
util/slicesx: add MapKeys and MapValues from golang.org/x/exp/maps
1 year ago
mak
util/mak: delete long-deprecated, unused, pre-generics NonNil func
1 year ago
multierr
…
must
util/must: add Get2 for functions that return two values
10 months ago
nocasemaps
…
osdiag
…
osshare
…
osuser
ssh/tailssh: add Plan 9 support for Tailscale SSH
1 year ago
pidowner
types/result, util/lineiter: add package for a result type, use it
1 year ago
pool
…
precompress
…
progresstracking
…
prompt
util/prompt: make yes/no prompt reusable
10 months ago
quarantine
…
race
…
racebuild
…
rands
…
reload
…
ringlog
util/ringbuffer: rename to ringlog
8 months ago
set
util/set: add more functionality to IntSet ( #16640 )
9 months ago
singleflight
…
slicesx
util/slicesx: add AppendNonzero
1 year ago
stringsx
util/stringsx: add package for extra string functions, like CompareFold
1 year ago
syspolicy
util/syspolicy/policyclient: always use no-op policyclient in tests by default
8 months ago
sysresources
…
systemd
util/systemd: don't link systemd-notification package on Android
12 months ago
testenv
nettest, *: add option to run HTTP tests with in-memory network
1 year ago
topk
…
truncate
…
usermetric
wgengine/filter: add check for unknown proto
1 year ago
vizerror
util/vizerror: add WrapWithMessage
2 years ago
winutil
cmd/tailscaled,util/syspolicy/source,util/winutil/gp: disallow acquiring the GP lock during service startup
1 year ago
zstdframe
…