aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filechunks2_test.go
AgeCommit message (Collapse)AuthorFilesLines
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu1-3/+3
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-3/+3
This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b.
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-3/+3
* Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.63.1 to 1.64.0. - [Release notes](https://github.com/rclone/rclone/releases) - [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md) - [Commits](https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0) --- updated-dependencies: - dependency-name: github.com/rclone/rclone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * API changes * go mod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu1-18/+18
2022-08-01filer.sync: fix synchronization logic in active-active modechrislu1-0/+39
fix https://github.com/seaweedfs/seaweedfs/issues/3328
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-5/+5
2020-09-01rename filer2 to filerChris Lu1-0/+46