aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/etcd
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu2-5/+5
2025-06-24Changes logging function (#6919)Aleksey Kosov1-3/+4
* updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru>
2024-03-24Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries in etcd meta ↵Nikita Borzykh1-5/+5
storage backend (#5416) Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries
2024-03-24Add TLS support, initial etcd connection check, fix key_prefix handling for ↵Nikita Borzykh2-23/+51
etcd backend meta storage (#5403)
2023-11-26go fmtchrislu2-12/+12
2023-05-18Feat: etcd filer store keys should have customizable prefix (#4484)Mesar Hameed2-8/+10
An etcd cluster is not necessarily only dedicated to seaweedfs. This security enhancement adds a customizable key_prefix option to the etcd filer store. This will allow an etcd cluster administrator to limit the seaweedfs etcd user to only read/write a subset of keys under the key_prefix, instead of all keys on the etcd cluster.
2023-05-15fix testchrislu1-1/+1
2023-05-15Feat: support username/password authentication for etcd filer store s… (#4477)Mesar Hameed1-2/+7
Feat: support username/password authentication for etcd filer store seaweedfs/seaweedfs#4262 Co-authored-by: Mesar Hameed <mesar.hameed@gmail.com>
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
for later locking on reading chunks
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu3-6/+6
2022-05-06how to setup local test envchrislu1-1/+3
2022-05-06add commentschrislu1-1/+1
2022-05-06a bit optimizationchrislu1-1/+1
2022-05-06Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-1/+1
2022-05-06filer: etcd fix paginationchrislu2-1/+15
fix https://github.com/chrislusf/seaweedfs/issues/3016
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-1/+1
2021-09-03go modChris Lu1-1/+1
2021-07-22filer: fix mysql, postgres batch delete errorChris Lu1-1/+1
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-1/+1
https://github.com/chrislusf/seaweedfs/issues/2125
2021-01-30filer: etcd store fix listingChris Lu1-2/+10
fix https://github.com/chrislusf/seaweedfs/issues/1767
2021-01-15add stream list directory entriesChris Lu1-7/+9
2021-01-14change limit to int64 in case of overflowChris Lu1-2/+2
2021-01-14implement etcd changesChris Lu1-8/+9
2021-01-12filer store: leveldb2 fix nil entry error if not foundChris Lu1-1/+1
2020-09-11filer: etcd store avoid read with nil optionChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1463
2020-09-03filer: compress stored metadataChris Lu1-4/+8
2020-09-01filer store adds kv supportChris Lu1-0/+44
can compile now, need to implement those unimplemented
2020-09-01rename filer2 to filerChris Lu1-0/+204