aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
AgeCommit message (Expand)AuthorFilesLines
2020-04-21filer: add -ip.bind optionChris Lu1-2/+4
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-1/+2
2020-03-09remove not ready statusChris Lu1-1/+1
2020-03-08mark encryptVolumeData as not readyChris Lu1-1/+1
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-3/+0
2020-03-06filer: option to encrypt data on volume serverChris Lu1-0/+3
2020-03-04refactoringChris Lu1-1/+2
2020-03-01master able to list all master clients by typeChris Lu1-1/+1
2020-02-24filer: move buckets folder to filer.toml since it should not be changed oftenChris Lu1-3/+0
2020-02-24s3: move buckets folder configuration to filerChris Lu1-0/+3
2020-01-29support env variables to overwrite toml fileChris Lu1-4/+3
2019-06-30filer: default to leveldb2Chris Lu1-2/+2
2019-06-23simplify metrics settingsChris Lu1-6/+0
2019-06-15refactoringChris Lu1-0/+1
2019-06-13filer: adds basic metrics pushing to Prometheus gatewayChris Lu1-0/+6
2019-06-05periodic scripts exeuction from leader masterChris Lu1-3/+4
2019-04-24filer: listen on specified ip addressChris Lu1-1/+1
2019-04-23filer: remove customizable grpc port, fixed to filer port + 10000Chris Lu1-6/+1
2019-04-11filer: rename -port.public to -port.readonlyChris Lu1-1/+1
2019-03-21weed filer, weed master: add option to disable httpChris Lu1-0/+3
2019-03-15fix filer starting under "weed server" when ip is not localhostChris Lu1-1/+1
2019-02-18adding grpc mutual tlsChris Lu1-1/+5
2019-02-09cleanup security.SecretChris Lu1-3/+0
2019-02-09wip: add security.toml fileChris Lu1-1/+1
2018-12-16error log formatChris Lu1-1/+1
2018-12-05default "weed server -filer" to same directory as -mdirChris Lu1-0/+9
2018-11-25WIP SeaweedFileSystem added mkdirs, getFileStatus, listStatus, deleteChris Lu1-1/+1
2018-10-11reformatChris Lu1-1/+1
2018-10-10refactor func nameChris Lu1-2/+2
2018-08-19add "weed scaffold" commandChris Lu1-3/+2
2018-08-19merge notification config with filer.tomlChris Lu1-2/+0
2018-08-13add filer notificationChris Lu1-10/+13
2018-08-10small refactoringChris Lu1-3/+1
2018-07-22remove printlnChris Lu1-2/+0
2018-07-10adjust filer help messageChris Lu1-1/+1
2018-07-09filer add data center optionChris Lu1-0/+3
2018-07-08refactoring: add type for needle id, offsetChris Lu1-7/+9
2018-07-07add dir list limit optionChris Lu1-6/+12
2018-07-07refactorChris Lu1-1/+1
2018-07-03keep alive for gRpc callsChris Lu1-2/+1
2018-06-05use separate filer grpc portChris Lu1-11/+13
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-5/+8
2018-05-27go fmtChris Lu1-3/+3
2018-05-26add leveldb storeChris Lu1-29/+6
2018-05-09mv filer proto to filer_pbChris Lu1-2/+2
2018-05-08change filer API to gRPCChris Lu1-2/+21
2018-01-15adjust instructionsChris Lu1-1/+1
2017-09-15filer default to auto chunking file size to 32MBChris Lu1-1/+1
2017-05-27filer add readonly public portChris Lu1-10/+40
2017-05-27rename variablesChris Lu1-3/+3