| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-12-23 | Merge pull request #1166 from BruceWangNo1/s3-selectorigin/s3-select | Chris Lu | 1 | -0/+47 | |
| temporary s3-select feature documentation | |||||
| 2019-12-23 | temporary s3-select feature documentation | Bruce Wang | 1 | -0/+47 | |
| 2019-11-25 | Merge pull request #1137 from BruceWangNo1/s3-select | Chris Lu | 5 | -20/+626 | |
| followed @chrislusf and @iliul 's suggestions | |||||
| 2019-11-26 | turning off support for Go 1.11 and 1.12 in .travis.yml | Bruce Wang | 1 | -2/+0 | |
| 2019-11-25 | followed @chrislusf and @iliul 's suggestions. Commits is moved to branch ↵ | Bruce Wang | 1 | -44/+14 | |
| s3-select and proxyToFiler is modified to accommodate S3 Select | |||||
| 2019-11-24 | AWS S3 Select feature now available | Bruce Wang | 4 | -16/+654 | |
| 2019-11-22 | adjust build1.45 | Chris Lu | 1 | -1/+2 | |
| 2019-11-22 | skip build for 32 bit computers | Chris Lu | 2 | -0/+63 | |
| 2019-11-22 | 1.45 | Chris Lu | 1 | -1/+1 | |
| 2019-11-22 | go fmt | Chris Lu | 2 | -4/+4 | |
| 2019-11-22 | shell: fs.meta.save missed directory data with more than 1024 entries | Chris Lu | 1 | -2/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1130 | |||||
| 2019-11-19 | Merge pull request #1129 from divinerapier/master | Chris Lu | 1 | -6/+4 | |
| can not break out of from for-select block | |||||
| 2019-11-20 | can not break out of for-select block | divinerapier | 1 | -6/+4 | |
| Signed-off-by: divinerapier <poriter.coco@gmail.com> | |||||
| 2019-11-18 | WIP | Chris Lu | 7 | -9/+195 | |
| 2019-11-18 | change uuid package | Chris Lu | 2 | -2/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1126 | |||||
| 2019-11-18 | Merge pull request #1125 from PapaYofen/fix-rm-ldb-bdb | Chris Lu | 1 | -2/+2 | |
| rm ldb and bdb directory | |||||
| 2019-11-19 | rm ldb and bdb directory | chenwanli | 1 | -2/+2 | |
| 2019-11-14 | refactoring scaffolding for master.toml | Chris Lu | 3 | -18/+13 | |
| 2019-11-12 | adjust memory mapped file size | Chris Lu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/pull/1087 | |||||
| 2019-11-12 | passing in averageShardsPerEcNode instead of expectedTotalEcShards | Chris Lu | 1 | -2/+1 | |
| addressing https://github.com/chrislusf/seaweedfs/issues/1111 | |||||
| 2019-11-12 | add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscending | Chris Lu | 3 | -5/+11 | |
| addressing https://github.com/chrislusf/seaweedfs/issues/1111 | |||||
| 2019-11-12 | Update go.sum | Chris Lu | 1 | -0/+4 | |
| 2019-11-12 | avoid double counting ec slot | Chris Lu | 1 | -10/+10 | |
| addressing issue found in https://github.com/chrislusf/seaweedfs/issues/1111 The ec slots are already counted on the server side. | |||||
| 2019-11-11 | Merge pull request #1115 from iliul/enhanced-master-logic | Chris Lu | 8 | -42/+50 | |
| fix master maintenance logic | |||||
| 2019-11-12 | fix master maintenance logic | Lei Liu | 8 | -42/+50 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-11 | Merge branch 'master' into refactoring_dat_backend | Chris Lu | 13 | -145/+509 | |
| 2019-11-11 | Merge pull request #1102 from stlpmo-jn/add_ETCD_sequencer | Chris Lu | 4 | -3/+342 | |
| Add etcd sequencer | |||||
| 2019-11-11 | delete unused function | stlpmo | 1 | -12/+0 | |
| 2019-11-11 | ut pass | stlpmo | 4 | -11/+16 | |
| 2019-11-11 | move from cmd-line to scaffold | stlpmo | 4 | -14/+32 | |
| 2019-11-10 | fix rack_not_found case | Chris Lu | 1 | -0/+4 | |
| fix rack_not_found in https://github.com/chrislusf/seaweedfs/issues/1111 | |||||
| 2019-11-10 | use constant | Chris Lu | 1 | -1/+1 | |
| 2019-11-10 | change parameter name | Chris Lu | 3 | -125/+134 | |
| 2019-11-10 | Merge pull request #1112 from song-zhang/add-assign-volume-number | Chris Lu | 6 | -19/+31 | |
| add volume number param in assign operation | |||||
| 2019-11-10 | add volume number param in assign operation | zhangsong | 6 | -19/+31 | |
| 2019-11-09 | refactor memory mapped file into backend storage | Chris Lu | 10 | -120/+122 | |
| 2019-11-08 | Merge branch 'master' into refactoring_dat_backend | Chris Lu | 9 | -21/+48 | |
| 2019-11-08 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2019-11-08 | adjust ec reading log level | Chris Lu | 1 | -2/+2 | |
| 2019-11-08 | volume: fix ec shard reading | Chris Lu | 1 | -2/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1106 | |||||
| 2019-11-08 | Merge pull request #1107 from song-zhang/master | Chris Lu | 1 | -4/+14 | |
| use read lock to avoid io hang during heartbeat | |||||
| 2019-11-08 | use read lock to avoid io hang during heartbeat | zhangsong | 1 | -4/+14 | |
| 2019-11-05 | delete the var etcdClient and comments | stlpmo | 3 | -141/+91 | |
| refactor the code add sequencer cmd-line delete nerver used codes | |||||
| 2019-11-04 | Create etcd_sequencer.go | stlpmo | 1 | -0/+378 | |
| the 1st version | |||||
| 2019-10-31 | Merge pull request #1099 from iliul/enhanced-api-logic | Chris Lu | 2 | -4/+9 | |
| enhanced master api logic | |||||
| 2019-10-31 | return error when garbageThreshold is not a valid float number | Lei Liu | 1 | -0/+1 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-10-31 | fix dir/lookup and col/delete api | Lei Liu | 2 | -4/+8 | |
| 1, Fix Layouts first letter capitalized 2, Return http 204 when delete a collection Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-10-30 | Merge pull request #1098 from iliul/fix-leader-errormessage | Chris Lu | 4 | -9/+15 | |
| fix leader master /dir/lookup api error message | |||||
| 2019-10-30 | fix leader master /dir/lookup api | Lei Liu | 4 | -9/+15 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-10-29 | skip memory mapped file when compacting | Chris Lu | 1 | -1/+1 | |
