aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/etcd
AgeCommit message (Expand)AuthorFilesLines
2024-03-24Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries in etcd meta ...Nikita Borzykh1-5/+5
2024-03-24Add TLS support, initial etcd connection check, fix key_prefix handling for e...Nikita Borzykh2-23/+51
2023-11-26go fmtchrislu2-12/+12
2023-05-18Feat: etcd filer store keys should have customizable prefix (#4484)Mesar Hameed2-8/+10
2023-05-15fix testchrislu1-1/+1
2023-05-15Feat: support username/password authentication for etcd filer store s… (#4477)Mesar Hameed1-2/+7
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
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
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
2021-01-30filer: etcd store fix listingChris Lu1-2/+10
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
2020-09-03filer: compress stored metadataChris Lu1-4/+8
2020-09-01filer store adds kv supportChris Lu1-0/+44
2020-09-01rename filer2 to filerChris Lu1-0/+204