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 51fe9f32ff
agent: consolidate service loading code, better logging
10 years ago
..
acl_endpoint.go agent: Strict PUT for modifying ACLs 10 years ago
acl_endpoint_test.go agent: Fixing ACL tests with token param 10 years ago
agent.go agent: consolidate service loading code, better logging 10 years ago
agent_endpoint.go agent: allow config reload to modify checks/services persistence 10 years ago
agent_endpoint_test.go agent: prefer config over persisted services/checks (#497) 10 years ago
agent_test.go agent: persist service/check data using hashed service/check IDs (fixes #573) 10 years ago
catalog_endpoint.go Merge pull request #68 from hashicorp/f-consistency 11 years ago
catalog_endpoint_test.go agent: test services are in sync when added from the API 10 years ago
check.go Clean up log line and reduce test time. 10 years ago
check_test.go Clean up log line and reduce test time. 10 years ago
command.go agent: separate service and check loading/unloading concerns 10 years ago
command_test.go Rebase against upstream 10 years ago
config.go Merge pull request #576 from hashicorp/f-verify-config 10 years ago
config_test.go Merge pull request #576 from hashicorp/f-verify-config 10 years ago
dns.go since dns.TXT is an external dependency, it is safer to add keys to the fields to avoid some potential ordering issues if changes in this field occur with upstream 10 years ago
dns_test.go agent: implementing reverse dns lookup for ipv4 and ipv6 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 Working on the agent 11 years ago
flag_slice_value_test.go Working on the agent 11 years ago
gated_writer.go Working on the agent 11 years ago
gated_writer_test.go Working on the agent 11 years ago
health_endpoint.go agent: Fixing passing filter. Fixes #241 11 years ago
health_endpoint_test.go agent: Fixing passing filter. Fixes #241 11 years ago
http.go Merge pull request #558 from ceh/http-api-response-headers 10 years ago
http_api.md Add `/v1/agent/self` and return local agent config 11 years ago
http_test.go Merge pull request #558 from ceh/http-api-response-headers 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 cleanup unreachable code 10 years ago
kvs_endpoint_test.go agent: Support for raw key lookup. Fixes #150. 11 years ago
local.go typofixes - https://github.com/vlajos/misspell_fixer 10 years ago
local_test.go typofixes - https://github.com/vlajos/misspell_fixer 10 years ago
log_levels.go Working on the agent 11 years ago
log_writer.go typofixes - https://github.com/vlajos/misspell_fixer 10 years ago
log_writer_test.go Working on the agent 11 years ago
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 command/keyring: remove unneeded -wan arg, fix tests 10 years ago
rpc_client_test.go consul: more tests, remove unused KeyManager() method 10 years ago
rpc_log_stream.go Pulling in the RPC framework from serf 11 years ago
rpc_log_stream_test.go Pulling in the RPC framework from serf 11 years ago
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 More HTTP endpoints 11 years ago
status_endpoint_test.go gofmt 11 years ago
structs.go agent: Default health checks to critical. Fixes #341 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 agent: Summarize node level checks as well 11 years ago
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 agent: Refactor script invoke 10 years ago
watch_handler_test.go agent: Refactor script invoke 10 years ago