aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server.go
AgeCommit message (Expand)AuthorFilesLines
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-1/+0
2020-03-06filer: option to encrypt data on volume serverChris Lu1-0/+2
2020-03-01master able to list all master clients by typeChris Lu1-2/+2
2020-02-27weed queue startsChris Lu1-4/+5
2020-02-25avoid reusing context objectChris Lu1-2/+2
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-1/+4
2020-02-24filer: move buckets folder to filer.toml since it should not be changed oftenChris Lu1-0/+1
2020-02-24s3: move buckets folder configuration to filerChris Lu1-0/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-5/+3
2020-01-26use the same context object in order to retryChris Lu1-2/+2
2019-12-31filer: optional recursive deletionChris Lu1-2/+6
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-1/+0
2019-10-23filer: add tikv supportChris Lu1-0/+1
2019-08-01Add etcd filestoreFeng Ye1-0/+1
2019-07-17skip all azuresbChris Lu1-1/+1
2019-07-17disable azure due to api changesChris Lu1-1/+1
2019-06-30filer: default to leveldb2Chris Lu1-2/+3
2019-06-23go fmtChris Lu1-1/+1
2019-06-23simplify metrics settingsChris Lu1-4/+38
2019-06-17volume servers get metrics address and interval from the masterChris Lu1-1/+4
2019-06-15refactoringChris Lu1-10/+1
2019-06-15refactoringChris Lu1-1/+11
2019-06-14refactoringChris Lu1-24/+0
2019-06-14volume server: adds basic metricsChris Lu1-5/+5
2019-06-13filer: adds basic metrics pushing to Prometheus gatewayChris Lu1-0/+29
2019-06-10go fmtChris Lu1-1/+0
2019-06-05periodic scripts exeuction from leader masterChris Lu1-30/+3
2019-05-04remove unused codeChris Lu1-4/+0
2019-04-16adjust log levelChris Lu1-1/+1
2019-03-21weed filer, weed master: add option to disable httpChris Lu1-1/+4
2019-03-20notification: add Go CDK pubsub supportJonathan Amsterdam1-1/+3
2019-03-04adjust log level for loading configurationsChris Lu1-2/+2
2019-02-18adding grpc mutual tlsChris Lu1-5/+8
2019-02-09cleanup security.SecretChris Lu1-2/+1
2018-12-05default "weed server -filer" to same directory as -mdirChris Lu1-3/+16
2018-11-01go fmtChris Lu1-1/+1
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu1-4/+6
2018-10-31support AWS SQS as file change notification message queueChris Lu1-0/+1
2018-10-07embed static resources via statikChris Lu1-3/+4
2018-09-23add more instructionsChris Lu1-3/+5
2018-09-16renaming msgqueue to notificationChris Lu1-4/+4
2018-08-22adding filer.export prototypeChris Lu1-2/+2
2018-08-19fix test error0.93Chris Lu1-1/+1
2018-08-19go fmtChris Lu1-1/+1
2018-08-19merge notification config with filer.tomlChris Lu1-6/+30
2018-08-13go fmtChris Lu1-3/+4
2018-08-13add filer notificationChris Lu1-0/+8
2018-07-21go fmtChris Lu1-2/+2
2018-07-09filer add data center optionChris Lu1-0/+1
2018-07-07add dir list limit optionChris Lu1-21/+18