aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_mv.go
AgeCommit message (Collapse)AuthorFilesLines
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
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-03-20minorChris Lu1-1/+1
2021-03-20fs.mv ensures there are 2 argumentsChris Lu1-0/+4
2020-04-05refactoringChris Lu1-2/+1
2020-03-23simplify parsing filer host and portChris Lu1-3/+3
2020-03-23refactoringChris Lu1-4/+4
2020-03-07fuse mount: avoid lookup nil entryChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1221
2020-02-26go fmtChris Lu1-1/+1
2020-02-25avoid reusing context objectChris Lu1-5/+3
fix https://github.com/chrislusf/seaweedfs/issues/1182
2020-02-25fix directory lookup nilChris Lu1-1/+1
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2019-07-21go fmtChris Lu1-3/+0
2019-07-11shell: add fs.mvChris Lu1-0/+96
fix https://github.com/chrislusf/seaweedfs/issues/954