| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-28 | go fmt | Chris Lu | 1 | -1/+0 | |
| 2021-02-28 | filer.backup: added to replace filer.replicate | Chris Lu | 4 | -99/+292 | |
| 2021-02-28 | minor | Chris Lu | 1 | -2/+2 | |
| 2021-02-28 | data sink: add incremental mode | Chris Lu | 1 | -0/+8 | |
| 2021-02-22 | disk type support custom tags | Chris Lu | 9 | -11/+11 | |
| 2021-02-20 | support command line arguments in a configuration file so we can `weed ↵ | bingoohuang | 1 | -1/+1 | |
| master -config=master.conf`, `weed volume -config=volume.conf` and etc. | |||||
| 2021-02-18 | webdav adds disktype | Chris Lu | 3 | -0/+5 | |
| 2021-02-18 | webdav add replication setting | Chris Lu | 3 | -1/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1817 | |||||
| 2021-02-17 | go fmt | Chris Lu | 3 | -4/+4 | |
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 5 | -12/+14 | |
| this will enable retrying later | |||||
| 2021-02-16 | this can compile now!!! | Chris Lu | 2 | -4/+5 | |
| 2021-02-15 | better postgres connection pool management | LazyDBA247-Anyvision | 1 | -0/+2 | |
| adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of stale connections. | |||||
| 2021-02-14 | disk type only supports hdd and ssd, not ready for random tags yet | Chris Lu | 7 | -8/+8 | |
| 2021-02-14 | postgres2 & memsql2 | LazyDBA247-Anyvision | 1 | -6/+6 | |
| add escape (quote identifiers) for the dynamic sql so tables (collections) with special characters will work. | |||||
| 2021-02-13 | adjust help message | Chris Lu | 7 | -8/+8 | |
| 2021-02-13 | disk type can be generic tags | Chris Lu | 2 | -10/+2 | |
| 2021-02-12 | use fasthttp lib to read | Chris Lu | 1 | -1/+1 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 16 | -202/+627 | |
| 2021-02-07 | fix typo offset.ToAcutalOffset to offset.ToActualOffset | bingoohuang | 1 | -1/+1 | |
| 2021-01-31 | webdav: can start together with "weed server" or "weed filer" | Chris Lu | 2 | -3/+46 | |
| 2021-01-28 | go fmt | Chris Lu | 3 | -30/+30 | |
| 2021-01-28 | mount: change option name to volumeServerAccess, with publicUrl and ↵ | Chris Lu | 2 | -27/+27 | |
| filerProxy modes | |||||
| 2021-01-28 | replicate: incremental sink only contains new and updated files | Chris Lu | 1 | -1/+2 | |
| address https://github.com/chrislusf/seaweedfs/commit/da08402ba253fe5391f0152905f51f82c51fd527 | |||||
| 2021-01-28 | replicate: use creation time for local incremental file sink | Chris Lu | 2 | -3/+1 | |
| related to https://github.com/chrislusf/seaweedfs/pull/1762 | |||||
| 2021-01-28 | Merge pull request #1762 from kmlebedev/backupsink | Chris Lu | 2 | -1/+7 | |
| replication to create time date directory | |||||
| 2021-01-28 | rename in scaffold | Konstantin Lebedev | 1 | -2/+2 | |
| 2021-01-28 | rename backup to local_incremental and use mtime | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-01-28 | Merge pull request #1764 from danlsgiga/handle-umask | Chris Lu | 1 | -2/+2 | |
| Use provided umask on mount | |||||
| 2021-01-27 | match upstream | Daniel Santos | 1 | -1/+3 | |
| 2021-01-27 | replication to create time date directory | Konstantin Lebedev | 2 | -1/+7 | |
| 2021-01-27 | adjust help message | Chris Lu | 1 | -2/+1 | |
| 2021-01-27 | replication to todays date directory | Konstantin Lebedev | 1 | -1/+4 | |
| 2021-01-26 | Merge pull request #1759 from kmlebedev/sink.local | Chris Lu | 2 | -0/+5 | |
| replication to local disk storage | |||||
| 2021-01-26 | Fix log message with correct mode | Daniel Santos | 1 | -1/+1 | |
| 2021-01-26 | Fix var assignment | Daniel Santos | 1 | -1/+1 | |
| 2021-01-26 | Enforce umask correctly | Daniel Santos | 1 | -4/+2 | |
| 2021-01-26 | notification add ack and nack | Chris Lu | 1 | -1/+13 | |
| 2021-01-26 | replication to local disk storage | Konstantin Lebedev | 2 | -0/+5 | |
| 2021-01-26 | mount: properly invalidate kernel node cache entry | Chris Lu | 1 | -1/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1752 | |||||
| 2021-01-25 | filer.sync: default filerProxy to true | Chris Lu | 1 | -2/+2 | |
| 2021-01-25 | mount: avoid the need to specify different cache directory for different mount | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/11 | |||||
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -0/+1 | |
| 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 | -1/+0 | |
| 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 | -0/+1 | |
| 2021-01-24 | filer.sync: replicate outside of either cluster, only need to see filers | Chris Lu | 1 | -24/+30 | |
| 2021-01-21 | filer.meta.tail: output json format for easier parsing | Chris Lu | 1 | -1/+11 | |
| 2021-01-20 | mount: limit background requests and congestion threshold | Chris Lu | 1 | -0/+2 | |
| 2021-01-19 | filer store: postgres configuration adjust text | Chris Lu | 1 | -2/+2 | |
| 2021-01-19 | filer store: postgres adjust default config, add optioanl schema | Chris Lu | 1 | -2/+4 | |
| 2021-01-19 | filer store: add postgres2 | Chris Lu | 1 | -0/+20 | |
