aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_tree.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22added context to filer_client method calls (#6808)Aleksey Kosov1-1/+2
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
2020-04-29able to subscribe any topic from any point of timeChris Lu1-3/+3
2020-03-23simplify parsing filer host and portChris Lu1-2/+2
2020-03-23shell: desupport filer url in the argumentsChris Lu1-1/+2
2020-03-23refactoringChris Lu1-5/+5
2020-02-25remove ctx if possibleChris Lu1-6/+3
2020-02-25avoid reusing context objectChris Lu1-1/+1
2020-01-19refactoringChris Lu1-6/+3
2019-12-13filer: streaming file listingChris Lu1-58/+29
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-04-05weed shell: fs.tree fix directory tree listingChris Lu1-1/+1
2019-04-05weed shell: fs.tree improvementsChris Lu1-3/+25
2019-04-04weed shell: fs.cd change current directoryChris Lu1-8/+1
2019-03-30go fmtChris Lu1-2/+2
2019-03-28some commentsChris Lu1-1/+1
2019-03-28weed shell: add fs.treeChris Lu1-0/+132