aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_collection_list.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
2022-03-04use logical number of files and sizes for statistics and quotachrislu1-9/+12
2022-02-08volume.balance: add delay during tight loopchrislu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/2637
2022-01-21refactoringchrislu1-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-07-30shell command to calculate size / number of volumes in a collectionChris Lu1-1/+53
fix https://github.com/chrislusf/seaweedfs/issues/2224
2020-02-25avoid reusing context objectChris Lu1-3/+2
fix https://github.com/chrislusf/seaweedfs/issues/1182
2019-06-05periodic scripts exeuction from leader masterChris Lu1-4/+4
2019-05-30collection list normal and ec volumesChris Lu1-3/+6
2019-05-05refactoringChris Lu1-8/+19
2019-03-23weed shell: adjust help text formatChris Lu1-1/+1
2019-03-19refactoring function parameterChris Lu1-2/+2
2019-03-19refactoringChris Lu1-2/+8
2019-03-17weed shell: list volumesChris Lu1-1/+1
2019-03-17adjust collection list outputChris Lu1-1/+1
2019-03-17adjust outputChris Lu1-1/+1
2019-03-16add shell command to list all collectionsChris Lu1-0/+39