| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-21 | 2.272.27 | Chris Lu | 3 | -4/+4 | |
| 2021-02-21 | use basic file object to parse path | Chris Lu | 1 | -17/+16 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1825 | |||||
| 2021-02-20 | Merge pull request #1823 from bingoohuang/master | Chris Lu | 5 | -4/+1152 | |
| feature: support command line arguments in a configuration file | |||||
| 2021-02-20 | fix test | Chris Lu | 1 | -1/+1 | |
| fileSize need to be divided by 8 | |||||
| 2021-02-20 | disk file avoid file.Stat() | Chris Lu | 3 | -3/+12 | |
| 2021-02-21 | fix log help | bingoo | 1 | -1/+1 | |
| 2021-02-20 | Revert "Revert "avoid file.Stat()"" | Chris Lu | 1 | -7/+26 | |
| This reverts commit 7ef4c24f186f97d9a531849ed626ac1732437b77. | |||||
| 2021-02-20 | Revert "avoid file.Stat()" | Chris Lu | 1 | -26/+7 | |
| This reverts commit 98c93ca46587795fa03a0c52bea5be31a886be87. | |||||
| 2021-02-20 | skip seek() when index file writes | Chris Lu | 4 | -6/+23 | |
| 2021-02-20 | avoid file.Stat() | Chris Lu | 1 | -7/+26 | |
| avoid one Syscall, but did not help on performance though | |||||
| 2021-02-20 | revert comment temporarily | bingoohuang | 1 | -2/+0 | |
| 2021-02-20 | Merge remote-tracking branch 'origin/master' | bingoohuang | 0 | -0/+0 | |
| 2021-02-20 | revert ErrXyz to ErrorXyz temporarily. | bingoohuang | 7 | -16/+16 | |
| 2021-02-20 | revert ErrXyz to ErrorXyz temporarily. | bingoohuang | 6 | -13/+13 | |
| 2021-02-20 | support command line arguments in a configuration file so we can `weed ↵ | bingoohuang | 4 | -3/+1151 | |
| master -config=master.conf`, `weed volume -config=volume.conf` and etc. | |||||
| 2021-02-20 | Merge pull request #3 from chrislusf/master | bingoohuang | 20 | -108/+131 | |
| 2021-02-19 | Update data_node.go | Chris Lu | 1 | -1/+1 | |
| 2021-02-19 | add back volume ids | Chris Lu | 1 | -1/+1 | |
| address https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-782339576 | |||||
| 2021-02-19 | adjust | Chris Lu | 1 | -2/+2 | |
| 2021-02-19 | Revert "volume: avoid file.stat(), file.seek() if possible during writes" | Chris Lu | 2 | -33/+6 | |
| This reverts commit c78409a5983145784d128c86541c6715dad3a937. | |||||
| 2021-02-19 | add WIP message | Chris Lu | 1 | -2/+2 | |
| 2021-02-19 | grpc should fail when heart beating to master | Chris Lu | 1 | -1/+0 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1820 | |||||
| 2021-02-19 | add back actions | Chris Lu | 2 | -44/+62 | |
| 2021-02-19 | fix volume server display for volumes | Chris Lu | 2 | -20/+20 | |
| 2021-02-19 | renaming to ErrXyz | bingoohuang | 7 | -16/+18 | |
| 2021-02-18 | volume: avoid file.stat(), file.seek() if possible during writes | Chris Lu | 2 | -6/+33 | |
| 2021-02-18 | remove extra files | Chris Lu | 1 | -11/+0 | |
| 2021-02-18 | add descriptive error if no free volumes | Chris Lu | 4 | -15/+17 | |
| 2021-02-18 | filer: fs.configure should try to read from entry.content also | Chris Lu | 2 | -8/+10 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1792 | |||||
| 2021-02-18 | webdav adds disktype | Chris Lu | 3 | -0/+5 | |
| 2021-02-18 | Merge pull request #1818 from Derkades/patch-1 | Chris Lu | 1 | -1/+3 | |
| Add build arg to choose dev or stable release | |||||
| 2021-02-18 | Add build arg to choose dev or stable release | Robin | 1 | -1/+3 | |
| 2021-02-18 | webdav add replication setting | Chris Lu | 4 | -3/+9 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1817 | |||||
| 2021-02-18 | add more help message | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1816 | |||||
| 2021-02-18 | Merge pull request #1813 from bingoohuang/master | Chris Lu | 4 | -4/+4 | |
| 2021-02-18 | Merge remote-tracking branch 'origin/master' | bingoohuang | 147 | -2875/+4306 | |
| 2021-02-18 | use backticks instead of double quotes to avoid escaped additionally in regex | bingoohuang | 4 | -4/+4 | |
| 2021-02-18 | Merge pull request #2 from chrislusf/master | bingoohuang | 147 | -2875/+4306 | |
| 2021-02-17 | go fmt | Chris Lu | 15 | -39/+39 | |
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 20 | -57/+64 | |
| this will enable retrying later | |||||
| 2021-02-17 | add sleep between upload retries | Chris Lu | 1 | -0/+1 | |
| 2021-02-17 | s3: set filename when uploading file chunks | Chris Lu | 1 | -1/+1 | |
| 2021-02-17 | Merge pull request #1811 from kmlebedev/s3tests | Chris Lu | 5 | -0/+257 | |
| 2021-02-18 | ceph s3-tests include in the docker compose files | Konstantin Lebedev | 5 | -0/+257 | |
| https://github.com/chrislusf/seaweedfs/issues/1810 | |||||
| 2021-02-17 | filer: do not print password on error | Chris Lu | 4 | -5/+17 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1809 | |||||
| 2021-02-17 | Update release.yml | Chris Lu | 1 | -6/+0 | |
| 2021-02-17 | Delete auto_tag.yml | Chris Lu | 1 | -19/+0 | |
| 2021-02-17 | Update release.yml | Chris Lu | 1 | -3/+13 | |
| 2021-02-17 | Delete cleanup.yml | Chris Lu | 1 | -22/+0 | |
| 2021-02-17 | Update auto_tag.yml | Chris Lu | 1 | -1/+1 | |
