| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -2/+2 | |
| 2025-05-22 | added context to filer_client method calls (#6808) | Aleksey Kosov | 1 | -1/+1 | |
| Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2024-07-12 | ensure metadata follow a specific folder | chrislu | 1 | -1/+6 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5774 | |||||
| 2024-06-17 | adjust error handling | chrislu | 1 | -1/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5677 | |||||
| 2024-01-18 | skip updating multipart .upload files | chrislu | 1 | -0/+3 | |
| 2024-01-18 | go fmt | chrislu | 1 | -1/+1 | |
| 2024-01-18 | refactor | chrislu | 1 | -2/+5 | |
| 2024-01-12 | Fix filer sync set offset (#5197) | Konstantin Lebedev | 1 | -6/+6 | |
| * fix: compose 2mount with sync * fix: DATA RACE https://github.com/seaweedfs/seaweedfs/issues/5194 https://github.com/seaweedfs/seaweedfs/issues/5195 | |||||
| 2023-12-22 | go fmt | chrislu | 1 | -1/+1 | |
| 2023-12-13 | fix wrong parameter | chrislu | 1 | -4/+4 | |
| fix https://github.com/seaweedfs/seaweedfs/pull/5102 | |||||
| 2023-03-21 | refactoring | chrislu | 1 | -2/+15 | |
| 2022-10-01 | fix delete key panic of remote sync dir (#3770) | Konstantin Lebedev | 1 | -4/+9 | |
| 2022-09-11 | refactor | chrislu | 1 | -3/+9 | |
| 2022-09-10 | simplify a bit | chrislu | 1 | -4/+3 | |
| 2022-09-10 | [sync] override amz storage class, None to delete (#3639) | Konstantin Lebedev | 1 | -0/+6 | |
| * override amz storage class, None to delete https://github.com/seaweedfs/seaweedfs/issues/3636 * use empty string to delete * without nil check | |||||
| 2022-09-09 | skip directories under ".uploads" directory | chrislu | 1 | -1/+7 | |
| related to https://github.com/seaweedfs/seaweedfs/issues/3636 skipping all directories under ".uploads" directory. | |||||
| 2022-08-22 | filer.remote.sync: parallelize uploading to remove object storage | chrislu | 1 | -4/+15 | |
| 2022-08-17 | move proto package | chrislu | 1 | -1/+1 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -8/+8 | |
| 2022-07-23 | metadata subscription uses client epoch | chrislu | 1 | -1/+2 | |
| 2022-06-02 | fix filer.sync missing source srv uploaded files to target when target down | creeew | 1 | -1/+1 | |
| 2022-05-30 | subscribe metadata between a range | chrislu | 1 | -1/+1 | |
| 2022-02-25 | refactoring | chrislu | 1 | -3/+3 | |
| 2021-12-30 | add client id for all metadata listening clients | chrislu | 1 | -1/+1 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-11-28 | adjust error log | Chris Lu | 1 | -1/+3 | |
| 2021-11-27 | add logs for writing to remote file | Chris Lu | 1 | -3/+5 | |
| 2021-11-22 | add retries when writing to remote s3 | Chris Lu | 1 | -5/+16 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2465 | |||||
| 2021-09-15 | separate filer.remote.gateway command to avoid confusion | Chris Lu | 1 | -6/+7 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -4/+4 | |
| 2021-09-04 | filer.remote.sync fix upload logic | Chris Lu | 1 | -1/+1 | |
| 2021-09-04 | remember sync time | Chris Lu | 1 | -0/+1 | |
| 2021-09-04 | filer.remote.sync: split into buckets mode and single directory mode | Chris Lu | 1 | -0/+220 | |
