aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu205-1246/+1340
2020-11-16fail fast if user configures collection for a bucketChris Lu1-0/+4
2020-11-16remove deprecated optionsChris Lu1-4/+0
2020-11-16add commentChris Lu1-0/+1
2020-11-16deprecating "filer.options.buckets_fsync" in filer.tomlChris Lu2-4/+1
2020-11-16filer confi: support hierachical configurationChris Lu5-131/+148
2020-11-16adjust help messageChris Lu1-1/+1
2020-11-15filere.conf: prefer to use json formatChris Lu2-5/+20
2020-11-15adds more help messageChris Lu1-1/+12
2020-11-15volume id cache: reduce cache timeChris Lu1-1/+1
2020-11-15protect against edge cases when locations expiresChris Lu1-4/+10
2020-11-15fix typoChris Lu1-1/+1
2020-11-152.112.11Chris Lu3-3/+3
2020-11-15filer conf: delete location specific configurationChris Lu3-5/+46
2020-11-15remove unused functionChris Lu1-17/+0
2020-11-15fs.configure: read and local add filer configurationChris Lu2-4/+114
2020-11-15go fmtChris Lu7-12/+11
2020-11-15refactoringChris Lu12-256/+242
2020-11-15refactoringChris Lu6-41/+82
2020-11-15filer: load filer conf when startingChris Lu5-24/+77
2020-11-15load filer conf and match by prefixChris Lu5-4/+100
2020-11-14add reference implementation to detect create/update/delete/rename eventsChris Lu1-0/+17
2020-11-14able to read filer.conf if updatedChris Lu1-0/+33
2020-11-14raft: grpc wait for readyChris Lu2-1/+3
2020-11-14go get github.com/chrislusf/raft@v1.0.2Chris Lu2-1/+3
2020-11-14filer watch "/etc" folder for configuration changesChris Lu2-0/+24
2020-11-13Update release.ymlChris Lu1-1/+1
2020-11-13updatesChris Lu1-9/+13
2020-11-13add example of watch filesChris Lu3-10/+59
2020-11-13renameChris Lu2-0/+0
2020-11-13HCFS: 1.5.4Chris Lu9-9/+19
2020-11-13Update release.ymlChris Lu1-1/+1
2020-11-13Merge pull request #1616 from taozix/masterChris Lu1-16/+16
2020-11-13adjust check bucket if exist or has access.ruitao.liu1-16/+16
2020-11-12add volume id cacheChris Lu3-7/+49
2020-11-12adding test exampleChris Lu2-0/+78
2020-11-12enable admin to access all bucketsChris Lu3-22/+41
2020-11-12fix ErrNotFoundChris Lu1-1/+1
2020-11-12rename functionChris Lu2-3/+3
2020-11-12Merge pull request #1613 from taozix/masterChris Lu2-19/+32
2020-11-12skip if entry.Extended map is nil.ruitao.liu1-8/+14
2020-11-12return NoSuchBucket instead of InternalError delete non-existed bucket.ruitao.liu1-7/+10
2020-11-12adjust filer confChris Lu3-276/+434
2020-11-12minorChris Lu4-8/+8
2020-11-12remove unused message typeChris Lu2-469/+395
2020-11-12check permission for bucket delete/head.ruitao.liu2-19/+23
2020-11-11prepare for path based configurationChris Lu3-119/+228
2020-11-11Merge pull request #1612 from taozix/masterChris Lu3-16/+46
2020-11-12check if bucket already exists.ruitao.liu1-0/+3
2020-11-11Merge pull request #1610 from kmlebedev/prefer_read_in_this_dcChris Lu18-370/+388