open-consul/agent/consul
James Phillips 788dd255a1 Adds new config to make script checks opt-in, updates documentation. (#3284) 2017-07-17 11:20:35 -07:00
..
agent pkg refactor 2017-06-10 18:52:45 +02:00
prepared_query pkg refactor 2017-06-10 18:52:45 +02:00
servers Add TLS setting to router areas 2017-07-14 17:38:08 -07:00
state agent: move NotifyGroup into the agent pkg 2017-06-21 05:42:39 +02:00
structs Adds new config to make script checks opt-in, updates documentation. (#3284) 2017-07-17 11:20:35 -07:00
acl.go Cleans up version 8 ACLs in the agent and the docs. (#3248) 2017-07-13 22:33:47 -07:00
acl_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
acl_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
acl_replication.go pkg refactor 2017-06-10 18:52:45 +02:00
acl_replication_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
acl_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
autopilot.go pkg refactor 2017-06-10 18:52:45 +02:00
autopilot_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
catalog_endpoint.go Cleans up version 8 ACLs in the agent and the docs. (#3248) 2017-07-13 22:33:47 -07:00
catalog_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
client.go agent: move conn pool for muxed connections into separate pkg 2017-06-21 05:42:39 +02:00
client_test.go agent: make TestClient_RPC_ConsulServerPing more robust 2017-07-07 09:22:34 +02:00
config.go rpc: bind rpc test server to port 0 2017-07-07 09:22:34 +02:00
config_test.go pkg refactor 2017-06-10 18:52:45 +02:00
coordinate_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
coordinate_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
filter.go pkg refactor 2017-06-10 18:52:45 +02:00
filter_test.go pkg refactor 2017-06-10 18:52:45 +02:00
flood.go pkg refactor 2017-06-10 18:52:45 +02:00
fsm.go pkg refactor 2017-06-10 18:52:45 +02:00
fsm_test.go pkg refactor 2017-06-10 18:52:45 +02:00
health_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
health_endpoint_test.go Cleans up version 8 ACLs in the agent and the docs. (#3248) 2017-07-13 22:33:47 -07:00
helper_test.go test: Changes WAN/LAN join confirmer to use port number vs. address. 2017-07-07 09:22:34 +02:00
internal_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
internal_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
issue_test.go pkg refactor 2017-06-10 18:52:45 +02:00
kvs_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
kvs_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
leader.go Cleans up version 8 ACLs in the agent and the docs. (#3248) 2017-07-13 22:33:47 -07:00
leader_test.go Cleans up version 8 ACLs in the agent and the docs. (#3248) 2017-07-13 22:33:47 -07:00
merge.go pkg refactor 2017-06-10 18:52:45 +02:00
merge_test.go pkg refactor 2017-06-10 18:52:45 +02:00
operator_autopilot_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
operator_autopilot_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
operator_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
operator_raft_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
operator_raft_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
prepared_query_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
prepared_query_endpoint_test.go agent: remove unused code 2017-07-07 09:22:34 +02:00
raft_rpc.go agent: move conn pool for muxed connections into separate pkg 2017-06-21 05:42:39 +02:00
rpc.go rpc: bind rpc test server to port 0 2017-07-07 09:22:34 +02:00
rpc_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
rtt.go pkg refactor 2017-06-10 18:52:45 +02:00
rtt_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
serf.go pkg refactor 2017-06-10 18:52:45 +02:00
serf_test.go pkg refactor 2017-06-10 18:52:45 +02:00
server.go Add TLS setting to router areas 2017-07-14 17:38:08 -07:00
server_test.go Adds a comment about flood joining. 2017-07-07 09:22:34 +02:00
session_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
session_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
session_timers.go address review comments 2017-07-07 09:22:34 +02:00
session_timers_test.go rpc: refactor sessionTimers and fix racy tests 2017-07-07 09:22:34 +02:00
session_ttl.go rpc: refactor sessionTimers and fix racy tests 2017-07-07 09:22:34 +02:00
session_ttl_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
snapshot_endpoint.go agent: move conn pool for muxed connections into separate pkg 2017-06-21 05:42:39 +02:00
snapshot_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
stats_fetcher.go agent: move conn pool for muxed connections into separate pkg 2017-06-21 05:42:39 +02:00
stats_fetcher_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
status_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
status_endpoint_test.go rpc: run agent/consul tests in parallel 2017-07-07 09:22:34 +02:00
txn_endpoint.go pkg refactor 2017-06-10 18:52:45 +02:00
txn_endpoint_test.go agent: remove unused code 2017-07-07 09:22:34 +02:00
util.go pkg refactor 2017-06-10 18:52:45 +02:00
util_test.go pkg refactor 2017-06-10 18:52:45 +02:00