open-consul/command
R.B. Boyer a97d20cf63
catalog: compare node names case insensitively in more places (#12444)
Many places in consul already treated node names case insensitively.
The state store indexes already do it, but there are a few places that
did a direct byte comparison which have now been corrected.

One place of particular consideration is ensureCheckIfNodeMatches
which is executed during snapshot restore (among other places). If a
node check used a slightly different casing than the casing of the node
during register then the snapshot restore here would deterministically
fail. This has been fixed.

Primary approach:

    git grep -i "node.*[!=]=.*node" -- ':!*_test.go' ':!docs'
    git grep -i '\[[^]]*member[^]]*\]
    git grep -i '\[[^]]*\(member\|name\|node\)[^]]*\]' -- ':!*_test.go' ':!website' ':!ui' ':!agent/proxycfg/testing.go:' ':!*.md'
2022-02-24 16:54:47 -06:00
..
acl bulk rewrite using this script 2022-01-20 10:46:23 -06:00
agent
catalog
cli
config ingress: allow setting TLS min version and cipher suites in ingress gateway config entries (#11576) 2022-01-11 11:46:42 -05:00
connect bulk rewrite using this script 2022-01-20 10:46:23 -06:00
debug debug: update CLI docs 2022-02-15 18:16:12 -05:00
event
exec
flags bulk rewrite using this script 2022-01-20 10:46:23 -06:00
forceleave
helpers
info
intention bulk rewrite using this script 2022-01-20 10:46:23 -06:00
join
keygen
keyring
kv
leave
lock
login
logout
maint
members
monitor
operator
reload
rtt catalog: compare node names case insensitively in more places (#12444) 2022-02-24 16:54:47 -06:00
services bulk rewrite using this script 2022-01-20 10:46:23 -06:00
snapshot Vendor in rpc mono repo for net/rpc fork, go-msgpack, msgpackrpc. (#12311) 2022-02-14 09:45:45 -08:00
tls
validate
version
watch
commands_oss.go
registry.go