open-consul/command/agent
Kyle Havlovitz 5d03ab53f3
Don't error if the given data-dir doesn't exist
2016-12-15 12:55:21 -05:00
..
acl.go Adds complete ACL coverage for non-utility agent endpoints. 2016-12-14 14:53:40 -08:00
acl_endpoint.go Adds ACL management support to the agent. 2016-12-14 07:07:41 -08:00
acl_endpoint_test.go
acl_test.go Adds remaining unit tests for agent ACL vet and filter functions. 2016-12-14 19:28:09 -08:00
agent.go Adds ACL management support to the agent. 2016-12-14 07:07:41 -08:00
agent_endpoint.go Adds complete ACL coverage for non-utility agent endpoints. 2016-12-14 14:53:40 -08:00
agent_endpoint_test.go Fixes a race in the monitor endpoint test that would cause panics. 2016-12-14 18:13:30 -08:00
agent_test.go Adds ACL management support to the agent. 2016-12-14 07:07:41 -08:00
bindata_assetfs.go Updates web assets to match latest. 2016-12-14 21:08:17 -08:00
catalog_endpoint.go
catalog_endpoint_test.go
check.go Removes stale reference to reap lock which causes a panic. (#2490) 2016-11-09 09:52:07 -08:00
check_test.go Removes stale reference to reap lock which causes a panic. (#2490) 2016-11-09 09:52:07 -08:00
command.go Don't error if the given data-dir doesn't exist 2016-12-15 12:55:21 -05:00
command_test.go
config.go Adds ACL management support to the agent. 2016-12-14 07:07:41 -08:00
config_test.go Adds ACL management support to the agent. 2016-12-14 07:07:41 -08:00
coordinate_endpoint.go
coordinate_endpoint_test.go
dns.go Set MaxStale default to 10 years and add a stale counter (#2481) 2016-11-08 14:45:12 -05:00
dns_test.go Bans anonymous queries that aren't tied to a session. 2016-12-12 14:52:27 -08:00
event_endpoint.go Adds complete ACL support for listing events. 2016-12-14 19:42:37 -08:00
event_endpoint_test.go Adds complete ACL support for listing events. 2016-12-14 19:42:37 -08:00
flag_slice_value.go
flag_slice_value_test.go
health_endpoint.go
health_endpoint_test.go
http.go Adds ACL management support to the agent. 2016-12-14 07:07:41 -08:00
http_api.md
http_test.go Adds a leader wait when testing with ACLs. 2016-12-14 16:18:17 -08:00
keyring.go
keyring_test.go
kvs_endpoint.go
kvs_endpoint_test.go
local.go Adds ACL management support to the agent. 2016-12-14 07:07:41 -08:00
local_test.go Improve logging when deregistering a nonexistent service (#2492) 2016-11-09 16:56:54 -05:00
operator_endpoint.go Combine keyring endpoints into one 2016-11-22 20:10:43 -05:00
operator_endpoint_test.go Combine keyring endpoints into one 2016-11-22 20:10:43 -05:00
prepared_query_endpoint.go
prepared_query_endpoint_test.go
remote_exec.go
remote_exec_test.go
rpc.go
rpc_client.go
rpc_client_test.go Add logWriter to agent Create() method 2016-11-28 18:36:26 -05:00
rpc_log_stream.go
rpc_log_stream_test.go
session_endpoint.go Adds complete ACL coverage for /v1/session endpoints. 2016-12-12 21:59:22 -08:00
session_endpoint_test.go
snapshot_endpoint.go
snapshot_endpoint_test.go
status_endpoint.go
status_endpoint_test.go
structs.go
structs_test.go
translate_addr.go
txn_endpoint.go
txn_endpoint_test.go
ui_endpoint.go
ui_endpoint_test.go
user_event.go
user_event_test.go
util.go
util_test.go
watch_handler.go
watch_handler_test.go