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
James Phillips 34da7ccd64
Adds a unit test to make sure the status endpoint doesn't ever show anything
8 years ago
..
acl_endpoint.go Adds an ACL replication status endpoint. 8 years ago
acl_endpoint_test.go Adds an ACL replication status endpoint. 8 years ago
agent.go Adds complete ACL coverage for /v1/coordinate/nodes and Coordinate.Update RPC. 8 years ago
agent_endpoint.go Add reload/leave http endpoints (#2516) 8 years ago
agent_endpoint_test.go Adds a unit test to make sure the status endpoint doesn't ever show anything 8 years ago
agent_test.go Add reload/leave http endpoints (#2516) 8 years ago
bindata_assetfs.go Updates static assets to pick up #2340 and and #2525. 8 years ago
catalog_endpoint.go Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
catalog_endpoint_test.go Tweaks the WAN address translation unit tests. 8 years ago
check.go Removes stale reference to reap lock which causes a panic. (#2490) 8 years ago
check_test.go Removes stale reference to reap lock which causes a panic. (#2490) 8 years ago
command.go Merge pull request #2555 from hashicorp/pr-2497-slackpad 8 years ago
command_test.go Moves logger setup into its own package. (#2471) 8 years ago
config.go Adds support for a new "acl_agent_token" which is used for internal 8 years ago
config_test.go Adds support for a new "acl_agent_token" which is used for internal 8 years ago
coordinate_endpoint.go Fixes nil slices from HTTP endpoints. 9 years ago
coordinate_endpoint_test.go Widens coordinate update sleeps in unit tests. 9 years ago
dns.go Set MaxStale default to 10 years and add a stale counter (#2481) 8 years ago
dns_test.go Bans anonymous queries that aren't tied to a session. 8 years ago
event_endpoint.go agent: avoid masking errors when ACLs deny a request 10 years ago
event_endpoint_test.go agent: testing user event endpoint ACLs 10 years ago
flag_slice_value.go
flag_slice_value_test.go
health_endpoint.go Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
health_endpoint_test.go Test fixes (#2434) 8 years ago
http.go Add reload/leave http endpoints (#2516) 8 years ago
http_api.md
http_test.go Add logWriter to agent Create() method 8 years ago
keyring.go Validate gossip encryption key before made persistent in local.keyring 8 years ago
keyring_test.go agent: testing keyring ACLs 10 years ago
kvs_endpoint.go Moves txn code into a new endpoint, not specific to KV. 9 years ago
kvs_endpoint_test.go Moves txn code into a new endpoint, not specific to KV. 9 years ago
local.go Adds support for a new "acl_agent_token" which is used for internal 8 years ago
local_test.go Improve logging when deregistering a nonexistent service (#2492) 8 years ago
operator_endpoint.go Combine keyring endpoints into one 8 years ago
operator_endpoint_test.go Combine keyring endpoints into one 8 years ago
prepared_query_endpoint.go Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
prepared_query_endpoint_test.go Tweaks the WAN address translation unit tests. 8 years ago
remote_exec.go agent: Stop reaping child processes (resolves #1988) 8 years ago
remote_exec_test.go Use panic instead of returning a sentinel UUID values in unit tests 9 years ago
rpc.go Moves logger setup into its own package. (#2471) 8 years ago
rpc_client.go Remove redundant hardcoded environment variables 8 years ago
rpc_client_test.go Add logWriter to agent Create() method 8 years ago
rpc_log_stream.go Fix a bunch of typos. 9 years ago
rpc_log_stream_test.go Moves logger setup into its own package. (#2471) 8 years ago
session_endpoint.go Adds complete ACL coverage for /v1/session endpoints. 8 years ago
session_endpoint_test.go Chase casting types.CheckID to a string into the state_store. 9 years ago
snapshot_endpoint.go Adds support for snapshots and restores. (#2396) 8 years ago
snapshot_endpoint_test.go Adds support for snapshots and restores. (#2396) 8 years ago
status_endpoint.go
status_endpoint_test.go
structs.go Chase casting types.CheckID to a string into the state_store. 9 years ago
structs_test.go
translate_addr.go Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
txn_endpoint.go Reduces the number of operations in a transaction to 64. 9 years ago
txn_endpoint_test.go Adds a get-tree verb to KV transaction operations. 9 years ago
ui_endpoint.go Fixes nil slices from HTTP endpoints. 9 years ago
ui_endpoint_test.go agent: initial web assets 9 years ago
user_event.go Factor out duplicate functions into a lib package 9 years ago
user_event_test.go agent: enforce event policy during event fire 10 years ago
util.go Revert "Move `structs.CheckID` to a new top-level package, `types`." 9 years ago
util_test.go Factor out duplicate functions into a lib package 9 years ago
watch_handler.go agent: Stop reaping child processes (resolves #1988) 8 years ago
watch_handler_test.go agent: Stop reaping child processes (resolves #1988) 8 years ago