open-consul/agent/consul/fsm
R.B. Boyer a77b518542
server: create new memdb table for storing system metadata (#8703)
This adds a new very tiny memdb table and corresponding raft operation
for updating a very small effective map[string]string collection of
"system metadata". This can persistently record a fact about the Consul
state machine itself.

The first use of this feature will come in a later PR.
2020-10-06 10:08:37 -05:00
..
commands_oss.go server: create new memdb table for storing system metadata (#8703) 2020-10-06 10:08:37 -05:00
commands_oss_test.go Replace goe/verify.Values with testify/require.Equal (#7993) 2020-06-02 12:41:25 -04:00
fsm.go stream: move goroutine out of New 2020-09-28 18:40:10 -04:00
fsm_test.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
snapshot.go agent: ensure that we always use the same settings for msgpack (#7245) 2020-02-07 15:50:24 -06:00
snapshot_oss.go server: create new memdb table for storing system metadata (#8703) 2020-10-06 10:08:37 -05:00
snapshot_oss_test.go server: create new memdb table for storing system metadata (#8703) 2020-10-06 10:08:37 -05:00