aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_grpc_batch_delete.go
AgeCommit message (Collapse)AuthorFilesLines
2023-10-12fix has changes false if deleted result size eq zero (#4909)Konstantin Lebedev1-0/+5
* fix has changes false if deleted result size eq zero https://github.com/seaweedfs/seaweedfs/issues/4171 * fix change respos status 202 to 304 if the file has already been deleted https://github.com/seaweedfs/seaweedfs/issues/4171 * fix delete if set apply changes https://github.com/seaweedfs/seaweedfs/issues/4171 --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-01-03batch delete EC needleschrislu1-18/+46
fix https://github.com/seaweedfs/seaweedfs/issues/4107
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2021-08-08volume: support concurrent download data size limitChris Lu1-1/+1
2021-06-19mount: fix for deletion stopped working since 2.53Chris Lu1-2/+1
fix https://github.com/chrislusf/seaweedfs/issues/2138 due to 4d0cbd2700655e17f26817297fd3e9fa57e78876
2020-08-18pass in option to read deleted entriesChris Lu1-1/+1
not working yet
2020-08-18refactoring to typed SizeChris Lu1-1/+1
Go is amazing with refactoring!
2020-03-25batch delete orphan data by file keysChris Lu1-18/+29
2019-07-17refactoringChris Lu1-1/+1
2019-04-18refactoringChris Lu1-3/+3
2018-10-14rename filesChris Lu1-0/+78