aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer_conf.go
AgeCommit message (Expand)AuthorFilesLines
2024-07-20get, set and add path confchrislu1-1/+19
2024-04-29chore(deps): bump github.com/viant/ptrie from 0.3.1 to 1.0.1 (#5552)dependabot[bot]1-14/+11
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-0/+3
2023-03-29fix key corrupt when fs.configure copy path trie (#4353)LHHDZ1-1/+2
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+1
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-09-14refactor: `Directory` readability (#3665)Ryan Russell1-1/+1
2022-08-21filer: do not always save files in "/etc" folder to filer storechrislu1-1/+1
2022-08-17also migrate jsonpbchrislu1-9/+3
2022-08-17move proto packagechrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-02-07filer read empty file may cause OOM in some caseschrislu1-3/+3
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-12-23filer server: add "datacenter, rack and datanode" for path specific configura...banjiaojuhao1-6/+5
2021-10-14GetBucketLifecycleConfigurationHandlerKonstantin Lebedev1-0/+12
2021-10-11AclHandlersKonstantin Lebedev1-0/+27
2021-07-21go fmtChris Lu1-7/+7
2021-07-21configure and store remote configurationsChris Lu1-6/+7
2021-06-04filer: add path-specific option to enforce readonlyChris Lu1-0/+3
2021-04-10GetUserPolicyKonstantin Lebedev1-0/+1
2021-02-18filer: fs.configure should try to read from entry.content alsoChris Lu1-7/+9
2020-12-13rename from volumeType to diskTypeChris Lu1-1/+1
2020-12-10filer: change to /etc/seaweedfs folder on filerChris Lu1-5/+6
2020-12-06refactoringChris Lu1-0/+2
2020-12-06filer conf: support json conf onlyChris Lu1-10/+1
2020-11-30filer: cache small file to filer storeChris Lu1-0/+4
2020-11-17fs.configure: configurable volume growthChris Lu1-0/+3
2020-11-16filer confi: support hierachical configurationChris Lu1-8/+14
2020-11-15filere.conf: prefer to use json formatChris Lu1-5/+19
2020-11-15filer conf: delete location specific configurationChris Lu1-1/+13
2020-11-15fs.configure: read and local add filer configurationChris Lu1-4/+27
2020-11-15go fmtChris Lu1-4/+3
2020-11-15refactoringChris Lu1-1/+0
2020-11-15filer: load filer conf when startingChris Lu1-8/+52
2020-11-15load filer conf and match by prefixChris Lu1-0/+48