open-nomad/command/agent/consul
Seth Hoenig f1b902beac
consul: do not re-register already registered services (#14917)
This PR updates Nomad's Consul service client to do map comparisons
using maps.Equal instead of reflect.DeepEqual. The bug fix is in how
DeepEqual treats nil slices different from empty slices, when actually
they should be treated the same.
2022-10-18 08:10:59 -05:00
..
acl_testing.go consul: move consul acl tests into ent files 2021-06-09 08:38:42 -05:00
catalog_testing.go cleanup more helper updates (#14638) 2022-09-21 14:53:25 -05:00
config_entries_testing.go consul/connect: add initial support for ingress gateways 2020-08-21 16:21:54 -05:00
connect.go Add Namespace, Job and Group to envoy stats (#14311) 2022-09-22 10:38:21 -04:00
connect_proxies.go consul/connect: dynamically select envoy sidecar at runtime 2020-10-13 09:14:12 -05:00
connect_proxies_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00
connect_proxies_testing.go consul/connect: dynamically select envoy sidecar at runtime 2020-10-13 09:14:12 -05:00
connect_test.go Add Namespace, Job and Group to envoy stats (#14311) 2022-09-22 10:38:21 -04:00
group_test.go Add Namespace, Job and Group to envoy stats (#14311) 2022-09-22 10:38:21 -04:00
int_test.go Vars: Update CT dependency to support variables. (#14399) 2022-08-30 15:26:01 -04:00
namespaces_client.go consul: allow stale namespace results (#12953) 2022-08-26 16:05:12 -07:00
namespaces_client_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00
self.go build: run gofmt on all go source files 2022-08-16 11:14:11 -05:00
self_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00
service_client.go consul: do not re-register already registered services (#14917) 2022-10-18 08:10:59 -05:00
service_client_test.go cleanup: remove another string-set helper function (#14902) 2022-10-17 14:14:52 -05:00
structs.go Add Namespace, Job and Group to envoy stats (#14311) 2022-09-22 10:38:21 -04:00
testing.go cleanup: consolidate interfaces for workload restarting 2022-09-09 08:59:04 -05:00
unit_test.go Add Namespace, Job and Group to envoy stats (#14311) 2022-09-22 10:38:21 -04:00
version_checker.go cleanup: prevent leaks from time.After 2022-02-02 14:32:26 -06:00
version_checker_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00