aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/filerstore.go
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01rename filer2 to filerChris Lu1-208/+0
2020-08-31avoid tiny step paginationChris Lu1-1/+4
2020-08-31adjust metricsChris Lu1-2/+2
2020-08-31simplify if else logicChris Lu1-32/+35
2020-08-31Merge pull request #1431 from kmlebedev/wip-prefix-searchChris Lu1-0/+50
Wip prefix search
2020-08-31accurate limitKonstantin Lebedev1-5/+5
2020-08-31not convert err to stringKonstantin Lebedev1-1/+1
2020-08-31renameKonstantin Lebedev1-1/+1
2020-08-31add var UnsupportedListDirectoryPrefixedErrKonstantin Lebedev1-1/+1
2020-08-31add constKonstantin Lebedev1-6/+1
2020-08-31rm funcKonstantin Lebedev1-38/+33
2020-08-31filer store wrapper can implement the logic to filter by prefiKonstantin Lebedev1-1/+43
2020-08-28file mime avoid saving application/octet-streamChris Lu1-0/+6
2020-08-05test ListDirectoryPrefixedEntriesУстюжанин Антон Александрович1-2/+19
2020-08-05test ListDirectoryPrefixedEntriesУстюжанин Антон Александрович1-2/+3
2020-07-13change variable visibilityChris Lu1-26/+26
2020-07-13leveldb2: support subscribing from peersChris Lu1-0/+5
2020-03-23refactoringChris Lu1-8/+8
2020-03-14filer: close stores if interruptedChris Lu1-0/+6
2020-03-07breaks dependency loopChris Lu1-3/+0
2020-01-29support env variables to overwrite toml fileChris Lu1-3/+3
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-0/+11
2019-07-24avoid double warppingdivinerapier1-0/+3
Signed-off-by: divinerapier <poriter.coco@gmail.com>
2019-06-22go fmtChris Lu1-5/+15
2019-06-22add metrics for filer storeChris Lu1-0/+23
2019-05-28working with reading remote intervalsChris Lu1-2/+2
2019-05-17fix for testsChris Lu1-0/+3
2019-05-17filer: migrating filer store from persisting shorter structured file id ↵Chris Lu1-0/+62
instead of a string
2019-03-30support atomic renaming for mysql/postgres filer storeChris Lu1-0/+4
2019-03-15add context to all filer APIsChris Lu1-5/+6
2018-08-19merge notification config with filer.tomlChris Lu1-1/+2
2018-07-20set filer2.ErrNotFound for not found entryChris Lu1-0/+1
2018-06-17adjust interface parameter name and docChris Lu1-1/+2
2018-06-17decouple from viper for filer storeChris Lu1-2/+2
2018-05-30add mime, use simple insert and update filer store APIChris Lu1-1/+1
1. add mime type to file in filer 2. purge old chunks if overwrite during insert
2018-05-27go fmtChris Lu1-2/+2
2018-05-26add leveldb storeChris Lu1-2/+7
1. switch to viper for filer store configuration 2. simplify FindEntry() return values, removing “found” 3. add leveldb store
2018-05-25refactoringChris Lu1-0/+13