| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -3/+3 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-08-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-08-12 | use grpc and jwt | Chris Lu | 1 | -2/+2 | |
| 2021-05-26 | remove verbose log | Chris Lu | 1 | -1/+0 | |
| 2021-02-28 | filer source: support filerProxy mode | Chris Lu | 1 | -2/+6 | |
| 2021-01-28 | add back AdjustedUrl() related code | Chris Lu | 1 | -0/+4 | |
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -4/+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 | 1 | -0/+4 | |
| volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec. | |||||
| 2021-01-24 | mount: when outside cluster network, use filer as proxy to access volume servers | Chris Lu | 1 | -4/+0 | |
| 2021-01-24 | filer.sync: replicate outside of either cluster, only need to see filers | Chris Lu | 1 | -3/+16 | |
| 2020-10-11 | refactoring in order to adjust volume server url later | Chris Lu | 1 | -2/+2 | |
| 2020-10-07 | read from alternative replica | Chris Lu | 1 | -6/+15 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1512 | |||||
| 2020-09-09 | filer: cross cluster synchronization | Chris Lu | 1 | -2/+2 | |
| 2020-09-09 | return http response directly | Chris Lu | 1 | -3/+3 | |
| 2020-04-29 | refactoring | Chris Lu | 1 | -2/+8 | |
| 2020-03-04 | refactoring | Chris Lu | 1 | -1/+2 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -8/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -7/+8 | |
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -4/+4 | |
| 2019-04-05 | use cached grpc client | Chris Lu | 1 | -8/+4 | |
| 2019-03-15 | add context.Context | Chris Lu | 1 | -7/+7 | |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -5/+10 | |
| 2018-10-03 | add s3 replication sink | Chris Lu | 1 | -6/+16 | |
| 2018-09-21 | go fmt | Chris Lu | 1 | -6/+7 | |
| 2018-09-21 | able to sync the changes | Chris Lu | 1 | -5/+6 | |
| 2018-09-17 | fix compilation | Chris Lu | 1 | -4/+4 | |
| 2018-09-17 | adjust replicated entry name | Chris Lu | 1 | -6/+3 | |
| 2018-09-17 | add WIP filer.replicate | Chris Lu | 1 | -0/+97 | |
