Chris Lu
|
1012df7bb5
|
switch hardlink id from int64 to bytes
|
4 years ago |
Chris Lu
|
1295347958
|
adjust hardlink update
simplify logic, pass entity content directly to hard link. The "weed mount" handles the logic to calculate hard link counter.
|
4 years ago |
Chris Lu
|
5e239afdfc
|
hardlink works now
|
4 years ago |
Chris Lu
|
8acd714600
|
apply meta changes only if store is different
|
4 years ago |
Chris Lu
|
37234bf3f8
|
filer store adds kv support
can compile now, need to implement those unimplemented
|
4 years ago |
Chris Lu
|
eb7929a971
|
rename filer2 to filer
|
4 years ago |
Chris Lu
|
dd176cdb8b
|
avoid tiny step pagination
|
4 years ago |
Chris Lu
|
c8398bdb09
|
adjust metrics
|
4 years ago |
Chris Lu
|
8a1c8e41b3
|
simplify if else logic
|
4 years ago |
Konstantin Lebedev
|
9a195bebfd
|
accurate limit
|
4 years ago |
Konstantin Lebedev
|
18b98f9747
|
not convert err to string
|
4 years ago |
Konstantin Lebedev
|
22f32e75c4
|
rename
|
4 years ago |
Konstantin Lebedev
|
7f013d77d6
|
add var UnsupportedListDirectoryPrefixedErr
|
4 years ago |
Konstantin Lebedev
|
60a86cfe04
|
add const
|
4 years ago |
Konstantin Lebedev
|
82ea121d09
|
rm func
|
4 years ago |
Konstantin Lebedev
|
2ea638f865
|
filer store wrapper can implement the logic to filter by prefi
|
4 years ago |
Chris Lu
|
b7a654a318
|
file mime avoid saving application/octet-stream
|
4 years ago |
Устюжанин Антон Александрович
|
dc9fc01254
|
test ListDirectoryPrefixedEntries
|
4 years ago |
Устюжанин Антон Александрович
|
33a9e5e2d1
|
test ListDirectoryPrefixedEntries
|
4 years ago |
Chris Lu
|
87b5031714
|
change variable visibility
|
5 years ago |
Chris Lu
|
5ba894bb72
|
leveldb2: support subscribing from peers
|
5 years ago |
Chris Lu
|
c0f0fdb3ba
|
refactoring
|
5 years ago |
Chris Lu
|
7b37178716
|
filer: close stores if interrupted
|
5 years ago |
Chris Lu
|
afb20de14c
|
breaks dependency loop
|
5 years ago |
Chris Lu
|
d335f04de6
|
support env variables to overwrite toml file
|
5 years ago |
Chris Lu
|
bbb6ebc3c0
|
filer: DeleteFolderChildren for deleting large folders
|
5 years ago |
j.laycock
|
6fc6322c90
|
Change joeslay paths to chrislusf paths
|
5 years ago |
j.laycock
|
595a1beff0
|
Swap imports to use joeslay
|
5 years ago |
divinerapier
|
9e3b77c3ad
|
avoid double warpping
Signed-off-by: divinerapier <poriter.coco@gmail.com>
|
5 years ago |
Chris Lu
|
a14bd31f5b
|
go fmt
|
6 years ago |
Chris Lu
|
c369e5a13b
|
add metrics for filer store
|
6 years ago |
Chris Lu
|
3f9ecee40f
|
working with reading remote intervals
|
6 years ago |
Chris Lu
|
bf9d490538
|
fix for tests
|
6 years ago |
Chris Lu
|
82b0759493
|
filer: migrating filer store from persisting shorter structured file id instead of a string
|
6 years ago |
Chris Lu
|
97406333a5
|
support atomic renaming for mysql/postgres filer store
|
6 years ago |
Chris Lu
|
cece860bfd
|
add context to all filer APIs
|
6 years ago |
Chris Lu
|
f827ada811
|
merge notification config with filer.toml
|
6 years ago |
Chris Lu
|
80d80daf64
|
set filer2.ErrNotFound for not found entry
|
7 years ago |
Chris Lu
|
14c6f12b0c
|
adjust interface parameter name and doc
|
7 years ago |
Chris Lu
|
eb2acd11c2
|
decouple from viper for filer store
|
7 years ago |
Chris Lu
|
0301504184
|
add mime, use simple insert and update filer store API
1. add mime type to file in filer
2. purge old chunks if overwrite during insert
|
7 years ago |
Chris Lu
|
458ada173e
|
go fmt
|
7 years ago |
Chris Lu
|
9e77563c99
|
add leveldb store
1. switch to viper for filer store configuration
2. simplify FindEntry() return values, removing “found”
3. add leveldb store
|
7 years ago |
Chris Lu
|
c34feca59c
|
refactoring
|
7 years ago |