Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
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.
 
 
 
 
 
 
Sean Chittenden fe49c0a0ab
Reduce the size of the UUID Lookup Length restriction from `8` to `2`.
8 years ago
..
agent
prepared_query Add tests for node meta in prepared queries and update docs 8 years ago
servers
state Reduce the size of the UUID Lookup Length restriction from `8` to `2`. 8 years ago
structs Added -relay-factor param to keyring operations 8 years ago
acl.go Adds fine-grained watch support to ACL endpoints. 8 years ago
acl_endpoint.go Pass state store pointer into the blocking query work function. 8 years ago
acl_endpoint_test.go Adds fine-grained watch support to ACL endpoints. 8 years ago
acl_replication.go Adds fine-grained watch support to ACL endpoints. 8 years ago
acl_replication_test.go Adds fine-grained watch support to ACL endpoints. 8 years ago
acl_test.go Adds fine-grained watch support to ACL endpoints. 8 years ago
catalog_endpoint.go Pass state store pointer into the blocking query work function. 8 years ago
catalog_endpoint_test.go Adds catalog support for node IDs. 8 years ago
client.go Adds basic support for node IDs. 8 years ago
client_test.go Adds support for snapshots and restores. (#2396) 8 years ago
config.go Add TLSMinVersion to config options 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 Pass state store pointer into the blocking query work function. 8 years ago
coordinate_endpoint_test.go Adds complete ACL coverage for /v1/coordinate/nodes and Coordinate.Update RPC. 8 years ago
endpoints.md
filter.go
filter_test.go
fsm.go Keeps the old state store state if a restore fails. 8 years ago
fsm_test.go Keeps the old state store state if a restore fails. 8 years ago
health_endpoint.go Pass state store pointer into the blocking query work function. 8 years ago
health_endpoint_test.go Minor formatting tweaks as a follow-up to #2654 8 years ago
internal_endpoint.go Added -relay-factor param to keyring operations 8 years ago
internal_endpoint_test.go Adds complete ACL coverage for /v1/internal/ui/node endpoints. 8 years ago
issue_test.go Adds fine-grained watches to health endpoints. 8 years ago
kvs_endpoint.go Pass state store pointer into the blocking query work function. 8 years ago
kvs_endpoint_test.go Cuts KVS endpoints over to new fine-grained watch plumbing. 8 years ago
leader.go Adds fine-grained watch support to ACL endpoints. 8 years ago
leader_test.go Tweaks leader test now that we have new wait timing. 8 years ago
merge.go
operator_endpoint.go
operator_endpoint_test.go
pool.go Adds support for snapshots and restores. (#2396) 8 years ago
prepared_query_endpoint.go Pass state store pointer into the blocking query work function. 8 years ago
prepared_query_endpoint_test.go Fix test import 8 years ago
raft_rpc.go
rpc.go Bails out of blocking queries when a state restore occurs. 8 years ago
rpc_test.go Bails out of blocking queries when a state restore occurs. 8 years ago
rtt.go
rtt_test.go
serf.go Add retry with backoff to initial bootstrap checks (#2561) 8 years ago
serf_test.go
server.go Fixes a startup ordering issue between Raft and Serf. 8 years ago
server_test.go
session_endpoint.go Pass state store pointer into the blocking query work function. 8 years ago
session_endpoint_test.go Adds fine-grained watches to session endpoints. 8 years ago
session_ttl.go Adds fine-grained watches to session endpoints. 8 years ago
session_ttl_test.go Adds fine-grained watches to session endpoints. 8 years ago
snapshot_endpoint.go Moves the snapshot package up one level. (#2472) 8 years ago
snapshot_endpoint_test.go Enable snapshots in dev mode (#2453) 8 years ago
status_endpoint.go
status_endpoint_test.go
txn_endpoint.go
txn_endpoint_test.go Cuts KVS endpoints over to new fine-grained watch plumbing. 8 years ago
util.go Adds basic support for node IDs. 8 years ago
util_test.go