Commit graph

9 commits

Author SHA1 Message Date
Petr Kalis
e793ee1c11 Changed get_sync_representation
Changed sites from dictionary to array of dictionaries for better performance
Added @timeit decorator
Changed initialization of gdrive._tree to be more lazy
2020-09-18 18:54:14 +02:00
petr.kalis
0ecb2d393e Refactored build tree
Added download functionality
2020-07-30 13:11:13 +02:00
petr.kalis
9ec7ecfdbc Added possibility of tree injection to constructor
Speed optimalization - limits number of times folder structures is
being build during synchronization loop.
2020-07-27 15:13:38 +02:00
petr.kalis
477868c3ca Added batch limit
Updated parallelization
Dedup of processed files in a batch
2020-07-27 11:57:40 +02:00
petr.kalis
7b64505042 Added better exceptions
Added error metadata
Added retries limit
2020-07-21 20:21:30 +02:00
petr.kalis
4a232eded3 Better import - added missed file
Fix - changed metaclass of AbstractProvider
Fix - added missed implementation of abstract method
2020-07-21 16:58:32 +02:00
petr.kalis
574dc150a3 Better import 2020-07-21 12:37:39 +02:00
petr.kalis
88b6bfa840 Stylistic changes 2020-07-17 12:51:32 +02:00
petr.kalis
c3219554c0 Init commit of synchronization server for cloud destination
WIP - implemented GDrive upload and update in MongoDB
credentials.json file ommitted for security reasons, to be decided
which flow and how credentials should be stored.
2020-07-16 20:24:52 +02:00