| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-08-12 | use grpc and jwt | Chris Lu | 1 | -2/+2 | |
| 2021-07-26 | remote.mount | Chris Lu | 1 | -1/+1 | |
| 2021-07-21 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-07-19 | optimization: improve random range query for large filesorigin/remote_overlay | Chris Lu | 1 | -2/+3 | |
| 2021-07-19 | add remote to filer.Entry and filer_pb entry, add RemoteConf | Chris Lu | 1 | -0/+1 | |
| 2021-05-26 | filer.backup: fix cloud sinks when updating entry | Chris Lu | 4 | -10/+4 | |
| 2021-05-26 | remove verbose log | Chris Lu | 1 | -1/+0 | |
| 2021-05-26 | local sink: write and update files | Chris Lu | 1 | -3/+14 | |
| fix issues with https://github.com/chrislusf/seaweedfs/issues/2084 | |||||
| 2021-05-25 | filer.backup: backup to local directory optionally is incremental | Chris Lu | 1 | -5/+8 | |
| fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084 | |||||
| 2021-05-07 | add retry to assign volume | Chris Lu | 1 | -22/+23 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2056 | |||||
| 2021-03-16 | revert fasthttp changes | Chris Lu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1907 | |||||
| 2021-02-28 | go fmt | Chris Lu | 4 | -13/+13 | |
| 2021-02-28 | adjust log level | Chris Lu | 1 | -4/+4 | |
| 2021-02-28 | local file sink: create backup files with permission 0755 | Chris Lu | 1 | -2/+2 | |
| 2021-02-28 | always use non bucket prefixing url | Chris Lu | 1 | -0/+1 | |
| 2021-02-28 | filer source: support filerProxy mode | Chris Lu | 2 | -5/+10 | |
| 2021-02-28 | data sink: add incremental mode | Chris Lu | 8 | -15/+52 | |
| 2021-02-28 | rename file | Chris Lu | 1 | -1/+1 | |
| 2021-02-12 | use fasthttp lib to read | Chris Lu | 1 | -1/+1 | |
| 2021-02-11 | Merge pull request #1801 from kmlebedev/recoveringRabbitMQ | Chris Lu | 1 | -9/+24 | |
| Do reconnect to RabbitMQ | |||||
| 2021-02-11 | Do reconnect to RabbitMQ | Konstantin Lebedev | 1 | -9/+24 | |
| https://github.com/google/go-cloud/issues/2958 https://github.com/chrislusf/seaweedfs/issues/1773 | |||||
| 2021-02-10 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-02-10 | restart replication if RabbitMQ connection closed | Konstantin Lebedev | 1 | -0/+4 | |
| https://github.com/google/go-cloud/issues/2958 | |||||
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 12 | -29/+289 | |
| 2021-02-03 | fix log warn | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-02-03 | RabbitMQ delay retry with Dead Letter Exchange | Konstantin Lebedev | 2 | -9/+95 | |
| https://github.com/chrislusf/seaweedfs/issues/1773 https://github.com/google/go-cloud/issues/2952 | |||||
| 2021-01-28 | add back AdjustedUrl() related code | Chris Lu | 2 | -0/+7 | |
| 2021-01-28 | replicate: incremental sink only contains new and updated files | Chris Lu | 1 | -4/+4 | |
| address https://github.com/chrislusf/seaweedfs/commit/da08402ba253fe5391f0152905f51f82c51fd527 | |||||
| 2021-01-28 | replicate: use creation time for local incremental file sink | Chris Lu | 2 | -7/+6 | |
| related to https://github.com/chrislusf/seaweedfs/pull/1762 | |||||
| 2021-01-28 | rename backup to local_incremental and use mtime | Konstantin Lebedev | 3 | -23/+23 | |
| 2021-01-27 | replication to create time date directory | Konstantin Lebedev | 3 | -14/+36 | |
| 2021-01-27 | replication to todays date directory | Konstantin Lebedev | 1 | -5/+12 | |
| 2021-01-26 | Merge pull request #1759 from kmlebedev/sink.local | Chris Lu | 1 | -0/+101 | |
| replication to local disk storage | |||||
| 2021-01-26 | notification add ack and nack | Chris Lu | 5 | -8/+25 | |
| 2021-01-26 | replication to local disk storage | Konstantin Lebedev | 1 | -0/+101 | |
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 2 | -7/+0 | |
| Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. | |||||
| 2021-01-24 | Revert "mount: when outside cluster network, use filer as proxy to access ↵ | Chris Lu | 2 | -0/+7 | |
| volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec. | |||||
| 2021-01-24 | mount: when outside cluster network, use filer as proxy to access volume servers | Chris Lu | 2 | -7/+0 | |
| 2021-01-24 | filer.sync: replicate outside of either cluster, only need to see filers | Chris Lu | 3 | -14/+41 | |
| 2021-01-06 | add "weed filer.cat" to read files directly from volume servers | Chris Lu | 1 | -1/+2 | |
| 2020-12-16 | go fmt | Chris Lu | 2 | -2/+2 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 2 | -5/+5 | |
| 2020-12-13 | adding volume type | Chris Lu | 2 | -1/+5 | |
| 2020-11-30 | filer: cache small file to filer store | Chris Lu | 1 | -0/+1 | |
| 2020-10-25 | passing full path when assign volume locations | Chris Lu | 2 | -8/+8 | |
| 2020-10-25 | renaming | Chris Lu | 1 | -1/+1 | |
| 2020-10-22 | to read files that are quickly changing | Chris Lu | 1 | -1/+1 | |
| 2020-10-13 | Only wait on retryable requests | Chris Lu | 1 | -1/+1 | |
