Piotr Tabor
|
63b2f63cc1
|
Rename package alising "apply2" -> apply.
|
2022-05-20 14:32:04 +02:00 |
|
Piotr Tabor
|
4e04770bac
|
Apply encapsulation: Cleanup metrics reporting.
Side effect: applySec(0.4s) used to be reported as 0s, now it's correctly 0.4s.
|
2022-05-20 14:32:04 +02:00 |
|
Marek Siarkowicz
|
804fddf921
|
tests: Use zaptest.NewLogger in tests
|
2022-04-04 13:03:15 +02:00 |
|
Marek Siarkowicz
|
a206ad2c96
|
server: Rename GetIDs to GetEffectiveNodeIDsFromWalEntries
|
2021-09-20 12:21:36 +02:00 |
|
Marek Siarkowicz
|
83a325ac46
|
server: Move all functions needed for storage bootstrap to storage package
This is prerequestite to move storage bootstrap, splitted to separate PR
to make it easier to review.
|
2021-08-03 13:09:15 +02:00 |
|
Piotr Tabor
|
a70386a1a4
|
Simplify membership interface: Does not pass the 'unused' token.
|
2021-04-27 17:17:31 +02:00 |
|
Piotr Tabor
|
3bb7acc8cf
|
Migrate dependencies pkg/foo -> client/pkg/foo
|
2021-04-07 00:38:47 +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 |
|