Age | Commit message (Expand) | Author |
2015-09-28 | [feat] Validate and execute commands by subprocess | Victor Shyba |
2015-09-24 | [style] pep8 | Victor Shyba |
2015-09-24 | [refactor] init_caching instead of setting attr | Victor Shyba |
2015-09-24 | [feat] enable delayed commits | Victor Shyba |
2015-09-24 | [feat] adds cache expiration | Victor Shyba |
2015-09-24 | [feat] use one doc per remote replica in sync log | drebs |
2015-09-24 | [feat] full caching for each sync_id session | Victor Shyba |
2015-09-24 | [feat] adds caching for other gen and trans id | Victor Shyba |
2015-09-24 | [refactor] uses ThreadPool instead of own implementation | Victor Shyba |
2015-09-24 | [refactor] couch.py should use superclass methods | Victor Shyba |
2015-09-17 | [tests] test for ensure ddocs independently | Victor Shyba |
2015-09-17 | [bug] ensure needs to check into all design docs | Victor Shyba |
2015-09-16 | Merge remote-tracking branch 'leapcode/pr/271' into develop | Kali Kaneko |
2015-09-16 | [test] fix tests with the new emit_async | Ruben Pollan |
2015-09-16 | [tests] remove remaining dbs check | Victor Shyba |
2015-09-14 | [style] pep8 fixes | Victor Shyba |
2015-09-13 | [tests] test_couch does not need a server | Victor Shyba |
2015-09-13 | [tests] change big tearDown for simple addCleanup | Victor Shyba |
2015-09-12 | [tests] subclass instead of copy test code | Victor Shyba |
2015-09-11 | [tests] db3 is expected to be an attribute | Victor Shyba |
2015-09-11 | [tests] simplify make_app and getTarget code | Victor Shyba |
2015-09-11 | [tests] isolate LockResource tests using a mock | Victor Shyba |
2015-09-11 | [tests] extract db creation with doc ensure method | Victor Shyba |
2015-09-11 | [tests] use addCleanup to ensure db deletion | Victor Shyba |
2015-09-11 | [tests] isolate database names, use uuid | Victor Shyba |
2015-09-11 | [tests] get rid of CouchDB python process | Victor Shyba |
2015-08-28 | [style] pep8 fixes | Kali Kaneko |
2015-08-27 | [tests] fix variable name from refactor | Victor Shyba |
2015-08-26 | [refactor] Move constructor, use isinstance | Victor Shyba |
2015-08-26 | [bug] fixes small issues pointed by drebs | Victor Shyba |
2015-08-26 | [bug] check type before processing | Victor Shyba |
2015-08-26 | [refactor] _process_incoming_doc is a function now | Victor Shyba |
2015-08-26 | [refactor] prune conflicts is Document's responsibility | Victor Shyba |
2015-08-26 | [refactor] simplify conflicts management | Victor Shyba |
2015-08-26 | [refactor] remove unused parameter | Victor Shyba |
2015-08-26 | [refactor] removing getters and setters from couch.py | Victor Shyba |
2015-08-26 | [refactor] simplify the case of a brand new doc | Victor Shyba |
2015-08-26 | [refactor] split put_doc_if_newer in two operations | Victor Shyba |
2015-08-25 | [style] pep8 fixes | Kali Kaneko |
2015-08-24 | [refactor] remove simplejson dependency on common | drebs |
2015-08-24 | [tests] add sqlite tests to sqlcipher | drebs |
2015-08-24 | [tests] remove u1db test remote sync target module | drebs |
2015-08-24 | [tests] add u1db sync target tests to soledad | drebs |
2015-08-24 | [tests] add missing sync tests to sqlcipher | drebs |
2015-08-20 | [style] pep8 fixes | Kali Kaneko |
2015-08-20 | [tests] adapt test for end-of-sync event | drebs |
2015-08-20 | [tests] add u1db sync tests to soledad couch tests | drebs |
2015-08-20 | [style] pep8'd | Kali Kaneko |
2015-08-20 | [tests] add u1db sync tests to sqlcipher's tests | drebs |
2015-08-19 | [style] pep8 cleanups | Kali Kaneko |