open-consul/consul/state
Kyle Havlovitz 9080006a37
Add support for multiple metadata filters to remaining endpoints
Enabled multiple meta filters for /v1/catalog/nodes and /v1/catalog/services
2017-01-13 20:49:13 -05:00
..
acl.go Breaks up the state store into several files. 2017-01-13 11:47:16 -08:00
acl_test.go Breaks up the state store into several files. 2017-01-13 11:47:16 -08:00
catalog.go Add support for multiple metadata filters to remaining endpoints 2017-01-13 20:49:13 -05:00
catalog_test.go Add support for multiple metadata filters to remaining endpoints 2017-01-13 20:49:13 -05:00
coordinate.go Breaks up the state store into several files. 2017-01-13 11:47:16 -08:00
coordinate_test.go Breaks up the state store into several files. 2017-01-13 11:47:16 -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 Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -07:00
kvs_test.go Refactors TxnRequest/TxnResponse into a form that will allow non-KV ops. 2016-05-11 01:39:10 -07: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 Adds a comment about the embedded struct. 2016-03-07 10:45:39 -08: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 Adds core query template tests to the state store. 2016-03-07 10:45:39 -08:00
schema.go Add support for setting node metadata fields 2017-01-05 14:10:26 -08:00
schema_test.go consul/state: start tests for schema 2015-10-15 14:59:09 -07:00
session.go Breaks up the state store into several files. 2017-01-13 11:47:16 -08:00
session_test.go Breaks up the state store into several files. 2017-01-13 11:47:16 -08:00
state_store.go Add node metadata filtering to remaining health/catalog endpoints 2017-01-13 20:08:43 -05:00
state_store_test.go Add node metadata filtering to remaining health/catalog endpoints 2017-01-13 20:08:43 -05: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 Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -07:00
txn_test.go Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -07:00
watch.go Prevents watches from being orphaned when KVS blocking queries loop. 2016-01-20 07:18:47 -08:00
watch_test.go Prevents watches from being orphaned when KVS blocking queries loop. 2016-01-20 07:18:47 -08:00