Age | Commit message (Expand) | Author |
2015-09-16 | [bug] review some of the close methods | Victor Shyba |
2015-09-16 | [pkg] bump leap versions needed for client | Kali Kaneko |
2015-09-16 | [feat] use async events client | Kali Kaneko |
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-09-09 | [docs] add download badges | Kali Kaneko |
2015-09-09 | [docs] fix broken pypi badges | Kali Kaneko |
2015-09-09 | [bug] check threadpool state before closing it | Victor Shyba |
2015-09-08 | [docs] add documentation about soledad sync process | Kali Kaneko |
2015-08-31 | [bug] emit dict instead of str | Ivan Alejandro |
2015-08-28 | [bug] cleanup http_target.py file from refactor | drebs |
2015-08-28 | [style] pep8 fixes | Kali Kaneko |
2015-08-27 | [tests] fix variable name from refactor | Victor Shyba |
2015-08-26 | [bug] reduce memory usage by consuming single doc | Victor Shyba |
2015-08-26 | [refactor] Move constructor, use isinstance | Victor Shyba |
2015-08-26 | [docs] Fix docstrings | 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] splits http_target into 4 modules | Victor Shyba |
2015-08-26 | [refactor] simplify send_docs operations | Victor Shyba |
2015-08-26 | [refactor] simplify entity and content type | Victor Shyba |
2015-08-26 | [refactor] simplify the case of a brand new doc | Victor Shyba |
2015-08-26 | [refactor] extract logging and emitting on target | Victor Shyba |
2015-08-26 | [refactor] split put_doc_if_newer in two operations | Victor Shyba |
2015-08-26 | [bug] process put after last BadRequest check | Victor Shyba |
2015-08-26 | [pkg] fold in changes0.7.2 | Ivan Alejandro |
2015-08-26 | [pkg] add missing changes files | Ivan Alejandro |
2015-08-25 | [style] pep8 fixes | Kali Kaneko |
2015-08-24 | [refactor] add changes file about simplejson dep removal | drebs |
2015-08-24 | [refactor] remove simplejson dep on server | drebs |
2015-08-24 | [refactor] remove simplejson dep on client | drebs |
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 |