Jarek Kowalski
|
1a7a02ddbe
|
cleanup imports by grouping all local imports together
|
2019-06-01 10:57:55 -07:00 |
|
Jarek Kowalski
|
63303904e1
|
switched remaining fmt.Errorf to errors.Wrap()
|
2019-06-01 10:57:05 -07:00 |
|
Jarek Kowalski
|
a6a153b22e
|
switched fmt.Errorf() to errors.Wrap()
|
2019-05-11 12:34:14 -07:00 |
|
Jarek Kowalski
|
242d012a54
|
removed fs.EntryMetadata and replaced fs.Entry with os.FileInfo + small additions
|
2018-11-03 11:28:06 -07:00 |
|
Jarek Kowalski
|
c57531b751
|
switched Go logging library to github.com/op/go-logging which lets us override log levels per module
|
2018-07-09 21:28:12 -07:00 |
|
Jarek Kowalski
|
d8201229d8
|
plumbed through ctx in storage.Storage APIs and all uses
|
2018-04-03 17:39:54 -07:00 |
|
Jarek Kowalski
|
10ca234633
|
switched to using zerolog for logging, by default log level=info, can be set to debug on commandline
|
2018-01-01 19:12:35 -08:00 |
|
Jarek Kowalski
|
b08a35e92b
|
refactored FS cache into reusable wrapper that can be applied on top of any filesystem abstraction
|
2017-09-04 17:42:50 -07:00 |
|
Jarek Kowalski
|
e8847b65cc
|
mounting webdav works, changed how FS directory caching is implemented to be based solely on ObjectIDs
|
2017-09-02 08:29:59 -07:00 |
|
Jarek Kowalski
|
d613d99f7e
|
beginnings of WebDAV mounting support, not really working yet, need to do have better caching
|
2017-08-27 15:02:56 -07:00 |
|