open-consul/consul/state
James Phillips 424d70ba5d
Cleans up a stray mark and fixes unit tests.
Ended up removing the leader_test.go server address change test as part
of this. The join was failing becase we were using a new node name with
the new logic here, but realized this was hitting some of the memberlist
conflict logic and not working as we expected. We need some additional
work to fully support address changes, so removed the test for now.
2017-03-27 01:28:54 -07:00
..
acl.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
acl_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
autopilot.go Add advanced autopilot features 2017-03-22 15:25:16 -07:00
autopilot_test.go Rename DeadServerCleanup and make wording adjustments 2017-02-28 14:45:21 -08:00
catalog.go Cleans up a stray mark and fixes unit tests. 2017-03-27 01:28:54 -07:00
catalog_test.go Adds node ID integrity checking for the catalog. 2017-03-27 00:15:21 -07:00
coordinate.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
coordinate_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
delay.go Completes state store for KV, sessions, tombstones, and nodes/services/checks (needs tests and integration). 2015-10-15 14:59:09 -07:00
delay_test.go Adds a delay test. 2015-10-15 14:59:09 -07:00
graveyard.go Converts sessions and ACLs over to iterators. 2015-10-19 14:56:22 -07:00
graveyard_test.go Converts sessions and ACLs over to iterators. 2015-10-19 14:56:22 -07:00
kvs.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
kvs_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
notify.go Integrates new state store for ACLs. 2015-10-15 14:59:09 -07:00
notify_test.go Integrates new state store for ACLs. 2015-10-15 14:59:09 -07:00
prepared_query.go Add advanced autopilot features 2017-03-22 15:25:16 -07:00
prepared_query_index.go Adds in basic query template lookups and vendors newly-updated memdb as well as improved iradix tree. 2016-03-07 10:45:39 -08:00
prepared_query_index_test.go Adds a test for the custom prepared query template indexer. 2016-03-07 10:45:39 -08:00
prepared_query_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
schema.go Add state store table and endpoints for autopilot 2017-02-23 20:32:13 -08:00
schema_test.go consul/state: start tests for schema 2015-10-15 14:59:09 -07:00
session.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
session_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
state_store.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
state_store_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
tombstone_gc.go Integrates new state store into leader and catalog/health endpoints. 2015-10-15 14:59:09 -07:00
tombstone_gc_test.go Integrates new state store into leader and catalog/health endpoints. 2015-10-15 14:59:09 -07:00
txn.go Fix vet issues 2017-03-23 20:29:31 -04:00
txn_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00