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.
consul/command/agent
Ryan Uber a4039aaa4d
agent: simplify anti-entropy of services with multiple checks, add tests
10 years ago
..
acl_endpoint.go
acl_endpoint_test.go
agent.go agent: support multiple checks per service 10 years ago
agent_endpoint.go agent: support adding multiple checks during service registration from the API 10 years ago
agent_endpoint_test.go agent: support adding multiple checks during service registration from the API 10 years ago
agent_test.go agent: support multiple checks per service 10 years ago
catalog_endpoint.go
catalog_endpoint_test.go agent: test services are in sync when added from the API 10 years ago
check.go agent: support multiple checks per service 10 years ago
check_test.go command/agent: Add tests for HTTP Check 10 years ago
command.go Merge pull request #610 from dave-tucker/bug/609 10 years ago
command_test.go agent: test agent rpc unix socket create failure 10 years ago
config.go agent: support multiple checks per service 10 years ago
config_test.go agent: support multiple checks per service 10 years ago
dns.go Don't forget to Shutdown the DNS Server! 10 years ago
dns_test.go Merge pull request #595 from ebroder/dns-only-passing 10 years ago
event_endpoint.go agent: Preserve ordering of event buffer. Fixes #479 10 years ago
event_endpoint_test.go agent: make event buffer test non-sequential 10 years ago
flag_slice_value.go
flag_slice_value_test.go
gated_writer.go
gated_writer_test.go
health_endpoint.go
health_endpoint_test.go
http.go agent: node maintenance mode works 10 years ago
http_api.md
http_test.go agent: error if binding to existing socket file 10 years ago
keyring.go agent: fix loading keyring on agent start 10 years ago
keyring_test.go agent: fix loading keyring on agent start 10 years ago
kvs_endpoint.go agent: Support the ?cas parameter to KV DELETE 10 years ago
kvs_endpoint_test.go agent: Testing the KV DELETE with cas 10 years ago
local.go agent: simplify anti-entropy of services with multiple checks, add tests 10 years ago
local_test.go agent: simplify anti-entropy of services with multiple checks, add tests 10 years ago
log_levels.go
log_writer.go typofixes - https://github.com/vlajos/misspell_fixer 10 years ago
log_writer_test.go
remote_exec.go Pass exitCode by reference 10 years ago
remote_exec_test.go Go format fix 10 years ago
rpc.go command: fix panic when client RPC is asked for a keyring operation 10 years ago
rpc_client.go agent: beginning refactor 10 years ago
rpc_client_test.go agent: fixing up tests 10 years ago
rpc_log_stream.go
rpc_log_stream_test.go
session_endpoint.go consul: Ignore zero ttl on session 10 years ago
session_endpoint_test.go Fixed clearSessionTimer, created invalidateSession, added invalid TTL test 10 years ago
status_endpoint.go
status_endpoint_test.go
structs.go agent: support multiple checks per service 10 years ago
structs_test.go agent: Default health checks to critical. Fixes #341 10 years ago
syslog.go agent: Filter messages logged to syslog. Fixes #272 10 years ago
syslog_test.go agent: skip syslog test on windows 10 years ago
ui_endpoint.go
ui_endpoint_test.go typofixes - https://github.com/vlajos/misspell_fixer 10 years ago
user_event.go agent: auto-register the consul service on server nodes 10 years ago
user_event_test.go agent: Fixing config merge issue 10 years ago
util.go agent: persist service/check data using hashed service/check IDs (fixes #573) 10 years ago
util_test.go agent: persist service/check data using hashed service/check IDs (fixes #573) 10 years ago
watch_handler.go
watch_handler_test.go