open-consul/consul
James Phillips e59f398d80
Adds fine-grained watches to session endpoints.
2017-01-25 09:58:22 -08:00
..
agent Rename server_details package to agent 2016-03-29 17:39:19 -07:00
prepared_query Add tests for node meta in prepared queries and update docs 2017-01-23 19:17:30 -05:00
servers Misc comment improvements 2016-06-20 15:29:38 -07:00
state Adds fine-grained watches to session endpoints. 2017-01-25 09:58:22 -08:00
structs Merge branch 'master' into f-prepared-query-nodemeta 2017-01-23 20:17:48 -05:00
acl.go Adds fine-grained watch support to ACL endpoints. 2017-01-25 09:58:22 -08:00
acl_endpoint.go Adds fine-grained watch support to ACL endpoints. 2017-01-25 09:58:22 -08:00
acl_endpoint_test.go Adds fine-grained watch support to ACL endpoints. 2017-01-25 09:58:22 -08:00
acl_replication.go Adds fine-grained watch support to ACL endpoints. 2017-01-25 09:58:22 -08:00
acl_replication_test.go Adds fine-grained watch support to ACL endpoints. 2017-01-25 09:58:22 -08:00
acl_test.go Adds fine-grained watch support to ACL endpoints. 2017-01-25 09:58:22 -08:00
catalog_endpoint.go Adds fine-grained watches to catalog endpoints. 2017-01-25 09:58:22 -08:00
catalog_endpoint_test.go Adds catalog support for node IDs. 2017-01-18 14:26:42 -08:00
client.go Adds basic support for node IDs. 2017-01-17 22:47:59 -08:00
client_test.go Adds support for snapshots and restores. (#2396) 2016-10-25 19:20:24 -07:00
config.go Adds basic support for node IDs. 2017-01-17 22:47:59 -08:00
config_test.go Adds support for a new "acl_agent_token" which is used for internal 2016-12-12 14:52:27 -08:00
coordinate_endpoint.go Adds fine-grained watches to coordinate endpoints. 2017-01-25 09:58:22 -08:00
coordinate_endpoint_test.go Adds complete ACL coverage for /v1/coordinate/nodes and Coordinate.Update RPC. 2016-12-12 14:52:27 -08:00
endpoints.md consul: remove explicit leave, use reconciliation 2014-05-28 16:32:24 -07:00
filter.go Switches GETs to a filtering model for ACLs. 2016-05-13 15:58:55 -07:00
filter_test.go Switches GETs to a filtering model for ACLs. 2016-05-13 15:58:55 -07:00
fsm.go Fixes a race condition when updating the state store during a snapshot restore. 2017-01-25 09:58:22 -08:00
fsm_test.go Adds fine-grained watches to session endpoints. 2017-01-25 09:58:22 -08:00
health_endpoint.go Adds fine-grained watches to health endpoints. 2017-01-25 09:58:22 -08:00
health_endpoint_test.go Minor formatting tweaks as a follow-up to #2654 2017-01-17 19:20:29 -05:00
internal_endpoint.go Adds fine-grained watches to internal endpoints. 2017-01-25 09:58:22 -08:00
internal_endpoint_test.go Adds complete ACL coverage for /v1/internal/ui/node endpoints. 2016-12-12 18:22:10 -08:00
issue_test.go Adds fine-grained watches to health endpoints. 2017-01-25 09:58:22 -08:00
kvs_endpoint.go Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -07:00
kvs_endpoint_test.go Moves txn code into a new endpoint, not specific to KV. 2016-05-10 21:58:02 -07:00
leader.go Adds fine-grained watch support to ACL endpoints. 2017-01-25 09:58:22 -08:00
leader_test.go Adds fine-grained watches to health endpoints. 2017-01-25 09:58:22 -08:00
merge.go Rename server_details package to agent 2016-03-29 17:39:19 -07:00
operator_endpoint.go Copies the member data instead of referencing by pointer. 2016-08-30 16:54:21 -07:00
operator_endpoint_test.go Makes the Raft configuration API easier to consume. 2016-08-30 11:30:56 -07:00
pool.go Adds support for snapshots and restores. (#2396) 2016-10-25 19:20:24 -07:00
prepared_query_endpoint.go Adds fine-grained watches to prepared query endpoints. 2017-01-25 09:58:22 -08:00
prepared_query_endpoint_test.go Fix test import 2017-01-23 21:34:01 -05:00
raft_rpc.go Integrates Consul with new version of Raft library. 2016-08-08 19:19:17 -07:00
rpc.go Don't do any watch tracking for non-blocking queries. 2017-01-25 09:58:22 -08:00
rpc_test.go Adds some supplemental tests for RPC "no leader" retries. 2016-07-11 17:32:26 -06:00
rtt.go Fix deadlock in Consul RTT. 2016-06-20 14:59:54 -07:00
rtt_test.go Adds a unit test for the new RTT getDatacentersByDistance fn. 2015-11-15 17:06:00 -08:00
serf.go Add retry with backoff to initial bootstrap checks (#2561) 2016-12-01 17:05:02 -05:00
serf_test.go agent: -encrypt appends to keyring if one exists 2014-11-19 16:36:01 -08:00
server.go Fixes a startup ordering issue between Raft and Serf. 2017-01-18 15:06:15 -08:00
server_test.go Merge pull request #2319 from hashicorp/f-bootstrap-abort 2016-09-01 09:49:03 -07:00
session_endpoint.go Adds fine-grained watches to session endpoints. 2017-01-25 09:58:22 -08:00
session_endpoint_test.go Adds fine-grained watches to session endpoints. 2017-01-25 09:58:22 -08:00
session_ttl.go Adds fine-grained watches to session endpoints. 2017-01-25 09:58:22 -08:00
session_ttl_test.go Adds fine-grained watches to session endpoints. 2017-01-25 09:58:22 -08:00
snapshot_endpoint.go Moves the snapshot package up one level. (#2472) 2016-11-03 21:36:25 -07:00
snapshot_endpoint_test.go Enable snapshots in dev mode (#2453) 2016-10-31 14:39:47 -04:00
status_endpoint.go Integrates Consul with new version of Raft library. 2016-08-08 19:19:17 -07:00
status_endpoint_test.go consul: initial pass at refactoring RPC using net-rpc-msgpackrpc 2015-10-13 22:15:23 -07:00
txn_endpoint.go Switches GETs to a filtering model for ACLs. 2016-05-13 15:58:55 -07:00
txn_endpoint_test.go Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -07:00
util.go Adds basic support for node IDs. 2017-01-17 22:47:59 -08:00
util_test.go Refactor consul.serverParts into server_details.ServerDetails 2016-03-23 16:15:47 -07:00