.. |
testdata
|
state: add a regression test for state store schema
|
2021-01-15 18:49:55 -05:00 |
acl.go
|
acl: global tokens created by auth methods now correctly replicate to secondary datacenters (#9351)
|
2020-12-09 15:22:29 -06:00 |
acl_events.go
|
stream: Improve docstrings
|
2020-07-14 15:57:47 -04:00 |
acl_events_test.go
|
acl: global tokens created by auth methods now correctly replicate to secondary datacenters (#9351)
|
2020-12-09 15:22:29 -06:00 |
acl_oss.go
|
state: Move ACL schema indexes to match Ent
|
2021-01-28 20:05:09 -05:00 |
acl_schema.go
|
state: Move ACL schema indexes to match Ent
|
2021-01-28 20:05:09 -05:00 |
acl_test.go
|
acl: global tokens created by auth methods now correctly replicate to secondary datacenters (#9351)
|
2020-12-09 15:22:29 -06:00 |
autopilot.go
|
Switch to using the external autopilot module
|
2020-11-09 09:22:11 -05:00 |
autopilot_test.go
|
Switch to using the external autopilot module
|
2020-11-09 09:22:11 -05:00 |
catalog.go
|
Merge pull request #9420 from hashicorp/dnephin/reduce-duplicate-in-catalog-schema
|
2021-01-25 17:04:25 -05:00 |
catalog_events.go
|
stream: document that Payload must be immutable
|
2020-11-06 13:00:33 -05:00 |
catalog_events_test.go
|
Merge pull request #9114 from hashicorp/dnephin/filtering-in-stream
|
2020-11-16 14:20:07 -05:00 |
catalog_oss.go
|
state: reduce interface for Enterprise schema
|
2021-01-15 18:49:55 -05:00 |
catalog_schema.go
|
state: use indexID
|
2021-01-28 20:30:08 -05:00 |
catalog_test.go
|
Update topology mapping Refs on all proxy instance deletions (#9589)
|
2021-01-20 15:17:26 +00:00 |
config_entry.go
|
state: rename config-entries table const to match new pattern
|
2021-01-28 20:34:34 -05:00 |
config_entry_intention.go
|
state: rename config-entries table const to match new pattern
|
2021-01-28 20:34:34 -05:00 |
config_entry_intention_oss.go
|
connect: intentions are now managed as a new config entry kind "service-intentions" (#8834)
|
2020-10-06 13:24:05 -05:00 |
config_entry_oss.go
|
state: rename config-entries table const to match new pattern
|
2021-01-28 20:34:34 -05:00 |
config_entry_schema.go
|
state: rename config-entries table const to match new pattern
|
2021-01-28 20:34:34 -05:00 |
config_entry_test.go
|
connect: support defining intentions using layer 7 criteria (#8839)
|
2020-10-06 17:09:13 -05:00 |
connect_ca.go
|
state: convert the remaining functions to ReadTxn
|
2020-10-23 14:29:22 -04:00 |
connect_ca_test.go
|
state: track changes so that they may be used to produce change events
|
2020-06-16 13:04:29 -04:00 |
coordinate.go
|
Merge pull request #8070 from hashicorp/dnephin/add-gofmt-simplify
|
2020-06-16 17:18:38 -04:00 |
coordinate_test.go
|
testing: skip slow tests with -short
|
2020-12-07 13:42:55 -05:00 |
delay_oss.go
|
upstream some differences from enterprise (#8902)
|
2020-10-09 09:42:53 -05:00 |
delay_test.go
|
testing: skip slow tests with -short
|
2020-12-07 13:42:55 -05:00 |
federation_state.go
|
state: convert the remaining functions to ReadTxn
|
2020-10-23 14:29:22 -04:00 |
graveyard.go
|
state: convert the remaining functions to ReadTxn
|
2020-10-23 14:29:22 -04:00 |
graveyard_oss.go
|
state: convert the remaining functions to ReadTxn
|
2020-10-23 14:29:22 -04:00 |
graveyard_test.go
|
testing: skip slow tests with -short
|
2020-12-07 13:42:55 -05: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 |
index_service_kind.go
|
Implement Mesh Gateways
|
2019-07-01 16:28:30 -04:00 |
intention.go
|
state: rename config-entries table const to match new pattern
|
2021-01-28 20:34:34 -05:00 |
intention_oss.go
|
state: convert the remaining functions to ReadTxn
|
2020-10-23 14:29:22 -04:00 |
intention_test.go
|
state: rename config-entries table const to match new pattern
|
2021-01-28 20:34:34 -05:00 |
kvs.go
|
Add a paramter in state store methods to indicate whether a resource insertion is from a snapshot restoration (#9156)
|
2020-11-11 11:21:42 -05:00 |
kvs_oss.go
|
Add a paramter in state store methods to indicate whether a resource insertion is from a snapshot restoration (#9156)
|
2020-11-11 11:21:42 -05:00 |
kvs_test.go
|
stream: Use a no-op event publisher if streaming is disabled
|
2020-10-28 13:54:19 -04:00 |
memdb.go
|
stream: Use a no-op event publisher if streaming is disabled
|
2020-10-28 13:54:19 -04:00 |
operations_oss.go
|
Use ReadTxn interface in state store helper functions
|
2020-09-02 10:24:20 -05:00 |
prepared_query.go
|
state: convert the remaining functions to ReadTxn
|
2020-10-23 14:29:22 -04:00 |
prepared_query_index.go
|
…
|
|
prepared_query_index_test.go
|
…
|
|
prepared_query_test.go
|
testing: skip slow tests with -short
|
2020-12-07 13:42:55 -05:00 |
schema.go
|
state: reduce interface for Enterprise schema
|
2021-01-15 18:49:55 -05:00 |
schema_oss_test.go
|
state: add a regression test for state store schema
|
2021-01-15 18:49:55 -05:00 |
schema_test.go
|
state: add a regression test for state store schema
|
2021-01-15 18:49:55 -05:00 |
session.go
|
Add a paramter in state store methods to indicate whether a resource insertion is from a snapshot restoration (#9156)
|
2020-11-11 11:21:42 -05:00 |
session_oss.go
|
Add a paramter in state store methods to indicate whether a resource insertion is from a snapshot restoration (#9156)
|
2020-11-11 11:21:42 -05:00 |
session_test.go
|
testing: skip slow tests with -short
|
2020-12-07 13:42:55 -05:00 |
state_store.go
|
stream: Use a no-op event publisher if streaming is disabled
|
2020-10-28 13:54:19 -04:00 |
state_store_oss_test.go
|
Updates to Config Entries and Connect for Namespaces (#7116)
|
2020-01-24 10:04:58 -05:00 |
state_store_test.go
|
stream: Use a no-op event publisher if streaming is disabled
|
2020-10-28 13:54:19 -04:00 |
store_integration_test.go
|
testing: skip slow tests with -short
|
2020-12-07 13:42:55 -05:00 |
system_metadata.go
|
server: create new memdb table for storing system metadata (#8703)
|
2020-10-06 10:08:37 -05:00 |
system_metadata_test.go
|
server: create new memdb table for storing system metadata (#8703)
|
2020-10-06 10:08:37 -05:00 |
tombstone_gc.go
|
…
|
|
tombstone_gc_test.go
|
…
|
|
txn.go
|
state: convert the remaining functions to ReadTxn
|
2020-10-23 14:29:22 -04:00 |
txn_test.go
|
connect: intentions are now managed as a new config entry kind "service-intentions" (#8834)
|
2020-10-06 13:24:05 -05:00 |
usage.go
|
Fix bug in usage metrics when multiple service instances are changed in a single transaction (#9440)
|
2021-01-12 15:31:47 -06:00 |
usage_oss.go
|
Fix bug in usage metrics when multiple service instances are changed in a single transaction (#9440)
|
2021-01-12 15:31:47 -06:00 |
usage_oss_test.go
|
Add new usage memdb table that tracks usage counts of various elements
|
2020-09-02 10:24:16 -05:00 |
usage_test.go
|
Fix bug in usage metrics when multiple service instances are changed in a single transaction (#9440)
|
2021-01-12 15:31:47 -06:00 |