open-consul/agent/consul/state
R.B. Boyer f43bc981e9 making ACLToken.ExpirationTime a *time.Time value instead of time.Time (#5663)
This is mainly to avoid having the API return "0001-01-01T00:00:00Z" as
a value for the ExpirationTime field when it is not set. Unfortunately
time.Time doesn't respect the json marshalling "omitempty" directive.
2019-04-26 14:48:16 -05:00
..
acl.go making ACLToken.ExpirationTime a *time.Time value instead of time.Time (#5663) 2019-04-26 14:48:16 -05:00
acl_test.go making ACLToken.ExpirationTime a *time.Time value instead of time.Time (#5663) 2019-04-26 14:48:16 -05:00
autopilot.go fix ignored errors in state store internals as reported by errcheck 2019-03-01 14:18:00 -06:00
autopilot_test.go Move autopilot to a standalone package 2017-12-11 16:45:33 -08:00
catalog.go Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
catalog_test.go Connect: Make Connect health queries unblock correctly (#5508) 2019-03-21 16:01:56 +00:00
config_entry.go Implement config entry replication (#5706) 2019-04-26 13:38:39 -04:00
config_entry_test.go Add RPC endpoints for config entry operations 2019-04-06 23:38:08 -07:00
connect_ca.go connect: tame thundering herd of CSRs on CA rotation (#5228) 2019-01-22 17:19:36 +00:00
connect_ca_test.go connect/ca: prevent blank CA config in snapshot 2018-12-06 17:40:53 -08:00
coordinate.go Creates a registration mechanism for schemas. 2017-11-29 18:36:52 -08:00
coordinate_test.go Fill out the tests around coordinate/node functionality 2017-10-31 15:36:44 -07:00
delay.go Spelling (#3958) 2018-03-19 16:56:00 +00:00
delay_test.go pkg refactor 2017-06-10 18:52:45 +02:00
graveyard.go pkg refactor 2017-06-10 18:52:45 +02:00
graveyard_test.go pkg refactor 2017-06-10 18:52:45 +02:00
index_connect.go Add Proxy Upstreams to Service Definition (#4639) 2018-10-10 16:55:34 +01:00
index_connect_test.go Add Proxy Upstreams to Service Definition (#4639) 2018-10-10 16:55:34 +01:00
intention.go Fix hot loop in cache for RPC returning zero index. 2018-06-25 12:25:37 -07:00
intention_test.go fix typos reported by golangci-lint:misspell (#5434) 2019-03-06 11:13:28 -06:00
kvs.go Creates a registration mechanism for schemas. 2017-11-29 18:36:52 -08:00
kvs_test.go agent: move agent/consul/structs to agent/structs 2017-08-09 14:32:12 +02:00
prepared_query.go Creates a registration mechanism for schemas. 2017-11-29 18:36:52 -08:00
prepared_query_index.go pkg refactor 2017-06-10 18:52:45 +02:00
prepared_query_index_test.go agent: move agent/consul/structs to agent/structs 2017-08-09 14:32:12 +02:00
prepared_query_test.go agent: fix formatting 2018-11-07 02:16:03 -08:00
schema.go Creates a registration mechanism for schemas. 2017-11-29 18:36:52 -08:00
schema_test.go pkg refactor 2017-06-10 18:52:45 +02:00
session.go Creates a registration mechanism for schemas. 2017-11-29 18:36:52 -08:00
session_test.go agent: move agent/consul/structs to agent/structs 2017-08-09 14:32:12 +02:00
state_store.go Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
state_store_test.go Connect: Make Connect health queries unblock correctly (#5508) 2019-03-21 16:01:56 +00:00
tombstone_gc.go Sheds monotonic time info so tombstone GC bins work properly. 2017-11-29 10:34:24 -08:00
tombstone_gc_test.go Sheds monotonic time info so tombstone GC bins work properly. 2017-11-29 10:34:24 -08:00
txn.go txn: clean up some state store/acl code 2019-01-09 11:59:23 -08:00
txn_test.go api: add support for new txn operations 2018-12-12 10:54:09 -08:00