| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-11-10 | 2.102.10 | Chris Lu | 3 | -3/+3 | |
| 2020-11-10 | delete old volume replica | Chris Lu | 1 | -12/+14 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1607 old is: * older compaction revision * older modified time * smaller volume size | |||||
| 2020-11-09 | avoid verbose logs | Chris Lu | 1 | -1/+1 | |
| 2020-11-09 | Update README.md | Chris Lu | 1 | -2/+0 | |
| 2020-11-09 | Update README.md | Chris Lu | 1 | -1/+3 | |
| 2020-11-09 | filer: add API to add/modify/delete tagging | Chris Lu | 3 | -6/+118 | |
| 2020-11-08 | 2.092.09 | Chris Lu | 9 | -9/+9 | |
| 2020-11-07 | Merge pull request #1603 from LazyDBA247-Anyvision/master | Chris Lu | 7 | -8/+8 | |
| Chart Fix | |||||
| 2020-11-08 | fix reading the correct Values.yaml for s3 metricsPort | LazyDBA247-Anyvision | 1 | -1/+1 | |
| 2020-11-08 | remove extra curly brace | LazyDBA247-Anyvision | 7 | -7/+7 | |
| helm read/need only 2 | |||||
| 2020-11-07 | Merge pull request #1602 from LazyDBA247-Anyvision/master | Chris Lu | 2 | -0/+0 | |
| naming typo fix | |||||
| 2020-11-07 | naming typo fix | LazyDBA247-Anyvision | 2 | -0/+0 | |
| 2020-11-07 | Merge pull request #1601 from LazyDBA247-Anyvision/master | Chris Lu | 2 | -1349/+1873 | |
| grafana dashboard - use Helm Files.Get | |||||
| 2020-11-07 | grafana dashboard - use Helm Files.Get | LazyDBA247-Anyvision | 2 | -1349/+1873 | |
| easier to use "original" json without escaping and tabs updated json to latest from: https://raw.githubusercontent.com/chrislusf/seaweedfs/master/other/metrics/grafana_seaweedfs.json | |||||
| 2020-11-04 | Update release.yml | Chris Lu | 1 | -2/+0 | |
| 2020-11-04 | Update README.md | Chris Lu | 1 | -1/+2 | |
| 2020-11-04 | Merge pull request #1598 from kmlebedev/hotfix/ErrNoSuchKey | Chris Lu | 1 | -1/+1 | |
| avoid blank response for 404 | |||||
| 2020-11-04 | Update release.yml | Chris Lu | 1 | -0/+12 | |
| 2020-11-04 | avoid blank response for 404 | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-11-04 | add instructions to get help | Chris Lu | 1 | -0/+2 | |
| 2020-11-04 | Update release.yml | Chris Lu | 1 | -11/+13 | |
| 2020-11-03 | volume: detect max volume count changes based on disk usage | Chris Lu | 3 | -8/+11 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1594 | |||||
| 2020-11-03 | ensure entryViewCache is in sync with the chunks | Chris Lu | 2 | -2/+1 | |
| 2020-11-03 | in case some chunks modified earliar are added later | Chris Lu | 1 | -5/+27 | |
| 2020-11-03 | lock "addChunks()" | Chris Lu | 1 | -1/+3 | |
| 2020-11-03 | Update README.md | Chris Lu | 1 | -1/+1 | |
| 2020-11-03 | HCFS: add close() to SeaweedFileSystem.java | Chris Lu | 4 | -0/+28 | |
| 2020-11-03 | store together with "Seaweed-" prefix | Chris Lu | 1 | -1/+1 | |
| 2020-11-03 | filer: Headers with "Seaweed-" prefix are stored as extended properties | Chris Lu | 2 | -5/+17 | |
| 2020-11-02 | avoid []byte reuse | Chris Lu | 1 | -4/+1 | |
| 2020-11-02 | Revert "revert bytebufferpool, seems problematic" | Chris Lu | 1 | -4/+9 | |
| This reverts commit e0fcab47c00bbebf2352000bc8f8a9a2e30c076f. | |||||
| 2020-11-02 | Revert "go mod tidy" | Chris Lu | 2 | -0/+3 | |
| This reverts commit 85e43b678f00da7f97d0860551084895f6507a2b. | |||||
| 2020-11-02 | go mod tidy | Chris Lu | 2 | -3/+0 | |
| 2020-11-02 | go fmt | Chris Lu | 1 | -1/+0 | |
| 2020-11-02 | avoid closing chunkSaveErrChan too early | Chris Lu | 1 | -5/+8 | |
| 2020-11-02 | revert bytebufferpool, seems problematic | Chris Lu | 1 | -9/+4 | |
| 2020-11-01 | mount: clear possible leftover entry data in memory | Chris Lu | 1 | -0/+8 | |
| 2020-11-01 | README: add quick start | Chris Lu | 1 | -1/+5 | |
| 2020-11-01 | 2.082.08 | Chris Lu | 3 | -3/+3 | |
| 2020-11-01 | move to util.RetryWaitTime | Chris Lu | 7 | -20/+17 | |
| 2020-11-01 | break import cycle | Chris Lu | 1 | -2/+1 | |
| 2020-11-01 | mount: remove files that may still are open | Chris Lu | 1 | -0/+6 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1581 | |||||
| 2020-11-01 | refactoring | Chris Lu | 2 | -38/+28 | |
| 2020-11-01 | add retry to master clients also | Chris Lu | 2 | -7/+16 | |
| 2020-11-01 | only retry transport related errors | Chris Lu | 1 | -3/+6 | |
| 2020-11-01 | mount: add retry for all operations with filer | Chris Lu | 2 | -4/+29 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1589 | |||||
| 2020-10-31 | go fmt | Chris Lu | 4 | -4/+4 | |
| 2020-10-31 | filer: add CORS support | Chris Lu | 3 | -9/+29 | |
| 2020-10-31 | volume: add CORS support | Chris Lu | 2 | -1/+23 | |
| 2020-10-31 | ensure offset in the index file is positive | Chris Lu | 1 | -1/+1 | |
