Marek Siarkowicz
|
5b6f4579fb
|
server: Rename buckets to schema
|
2021-07-12 15:37:21 +02:00 |
|
Marek Siarkowicz
|
5e40a8b00c
|
server: Create storage package and move mvcc files to it
|
2021-07-12 15:37:21 +02:00 |
|
Marek Siarkowicz
|
bf3e7033e9
|
etcdserver: Move Read/Update methods on Meta bucket to one place
There are still some left like compact keys, but they will require more
work to avoid circular dependency.
|
2021-07-05 13:23:53 +02:00 |
|
Marek Siarkowicz
|
e2740b4afa
|
server,etcdutl: Preserve etcd version in backend allowing etcdutl to read it from snapshot
|
2021-06-25 14:06:56 +02:00 |
|
Marek Siarkowicz
|
e1b1d93548
|
*: Snapshot returns local etcd version
Co-authored-by: Lili Cosic <cosiclili@gmail.com>
|
2021-06-14 16:36:50 +02:00 |
|
Piotr Tabor
|
2dbecea5b2
|
Simplify KVStore interaction with cindex thanks to hooks.
|
2021-05-04 18:21:23 +02:00 |
|
Piotr Tabor
|
aaf423e962
|
server: Update imports.
find -name '*.go' | xargs sed -i --follow-symlinks 's|etcd/v3/|etcd/server/v3/|g'
|
2020-10-26 13:02:32 +01:00 |
|
Piotr Tabor
|
4a5e9d1261
|
server: Move server files to 'server' directory.
26 git mv mvcc wal auth etcdserver etcdmain proxy embed/ lease/ server
36 git mv go.mod go.sum server
|
2020-10-26 12:57:19 +01:00 |
|