aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_meta_sync.go
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-1/+1
2025-05-22added context to filer_client method calls (#6808)Aleksey Kosov1-1/+1
Co-authored-by: akosov <a.kosov@kryptonite.ru>
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2024-08-15minorchrislu1-1/+1
2022-09-16refactor(shell): readability improvements (#3704)Ryan Russell1-1/+1
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-14go fmtchrislu1-33/+42
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-11-07fix help messageChris Lu1-1/+1
2021-08-31adjust error messageChris Lu1-1/+1
2021-08-30adjust commentChris Lu1-1/+1
2021-08-29cloud mount: remote storage support hdfsChris Lu1-3/+3
2021-08-26refactor: separating out remote.protoChris Lu1-2/+3
2021-08-15retry forever with filer.remote.sync, and some refactoringChris Lu1-27/+1
2021-08-15refactorChris Lu1-9/+8
2021-08-15remove printlnChris Lu1-4/+0
2021-08-15shell: add "remote.meta.sync"Chris Lu1-0/+208