aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
AgeCommit message (Collapse)AuthorFilesLines
2020-02-03master: add configurable volume growth toml settingChris Lu1-0/+9
2020-01-29adjust exampleChris Lu1-1/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-0/+8
2020-01-12correct commentsChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1181
2019-12-31filer: optional recursive deletionChris Lu1-4/+13
fix https://github.com/chrislusf/seaweedfs/issues/1176
2019-12-21default redis reads optionsChris Lu1-2/+4
details in https://github.com/chrislusf/seaweedfs/pull/1165
2019-12-21default to false in scaffold.goChris Lu1-2/+2
2019-12-20Add readOnly and routeByLatency options to scaffold.goDakota Sullivan1-0/+2
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-9/+0
2019-11-29pass backend config from master to volume serversChris Lu1-1/+0
2019-11-28tweakingChris Lu1-1/+1
2019-11-28master load backend storage config from master.tomlChris Lu1-7/+8
2019-11-28fix scaffold errorChris Lu1-2/+2
2019-11-27filer: support memsqlChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/1141
2019-11-18WIPChris Lu1-0/+8
2019-11-14refactoring scaffolding for master.tomlChris Lu1-3/+4
2019-11-12fix master maintenance logicLei Liu1-0/+2
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-11-11ut passstlpmo1-2/+2
2019-11-11move from cmd-line to scaffoldstlpmo1-0/+7
2019-10-23filer: add tikv supportChris Lu1-0/+5
2019-08-06filer: fix typoChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1031
2019-08-05notes on supported meta data storeChris Lu1-2/+2
2019-08-01Add etcd filestoreFeng Ye1-4/+9
2019-06-06customizable sleep intervalsChris Lu1-0/+1
2019-06-06jwt for read access controlChris Lu1-0/+6
2019-06-05adjust script parameterChris Lu1-0/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+21
2019-05-20filer: redis cluster add option for passwordChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/971
2019-05-17filer: optimization for leveldb, add leveldb2Chris Lu1-0/+6
large filer db may see high CPU and disk usage due to background compaction
2019-05-17filer: adjust recommended mysql meta data type to LONGBLOBChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/966
2019-05-04master: add jwt expires_after_secondsChris Lu1-2/+3
2019-04-19filer mysql: adjust scaffolding instructionsChris Lu1-2/+3
2019-04-05added entry to scaffoldJonathan Amsterdam1-0/+1
2019-04-01weed filer: increase default mysql/postgres dir or name length to 65535Chris Lu1-5/+5
2019-03-20notification: add Go CDK pubsub supportJonathan Amsterdam1-0/+10
Add the gocdk_pub_sub package, which supports the Go Cloud Development Kit pubsub API. Link in all current providers. Update the notification scaffold.
2019-02-25volume server directly support httpsChris Lu1-2/+11
2019-02-19adjust formatting and commentsChris Lu1-5/+6
2019-02-18adding grpc mutual tlsChris Lu1-0/+26
2019-02-14add authorizing fileId write accessChris Lu1-3/+7
need to secure upload/update/delete for benchmark/filer/mount need to add secure grpc
2019-02-09wip: add security.toml fileChris Lu1-1/+11
2018-12-05adjust messageChris Lu1-2/+8
2018-11-04working b2 sinkChris Lu1-6/+5
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu1-19/+28
2018-10-31support AWS SQS as file change notification message queueChris Lu1-0/+15
2018-10-23adding BackBlaze, AzureChris Lu1-1/+9
2018-10-09adding filer replication sink to AzureChris Lu1-0/+8
2018-10-07remove commentsChris Lu1-1/+0
2018-10-06add filer replication to google cloud storageChris Lu1-6/+4
2018-10-04add google cloud storageChris Lu1-0/+10
2018-10-03add s3 replication sinkChris Lu1-2/+12