Age | Commit message (Expand) | Author |
2016-06-22 | [bug] fix test processing order | NavaL |
2016-06-22 | [style] pep8 compatibility: indent and white space | NavaL |
2016-06-08 | [tests] avoid using get_all_docs on asserts | Victor Shyba |
2016-06-06 | [style] remove misused lambdas | Tulio Casagrande |
2016-06-06 | [test] use inline deferreds in test for change passphrase | drebs |
2016-06-06 | [test] turn test for _gen_secret into many unit tests | drebs |
2016-06-06 | [bug] ensures docs_received table has the sync_id column | NavaL |
2016-06-06 | [refactor] encdecpool queries and testing | Victor Shyba |
2016-05-23 | [refactor] remove user_id argument from Soledad init | Caio Carrara |
2016-05-16 | [style] pep8 | Kali Kaneko |
2016-04-26 | [refactor] cleanup bootstrap process | drebs |
2016-04-26 | [refactor] remove shared db locking from tests | drebs |
2016-04-26 | [refactor] remove shared db locking from client | drebs |
2016-04-01 | [pkg] update to versioneer 0.16 | Kali Kaneko |
2016-01-21 | [Fix] fix concurrency problem in test_sync_deferred | Folker Bernitt |
2015-12-22 | [docs] incomplete doc for security config parameter | Victor Shyba |
2015-12-14 | [fix] remove trailing whitespace to please pep8 | Christoph Kluenter |
2015-12-14 | [bug] fix failing tests after last events modification | Kali Kaneko |
2015-12-03 | [feat] set default to False on batching for now | Victor Shyba |
2015-12-03 | [feat] generation caching during a batch | Victor Shyba |
2015-12-03 | [feat] add configuration to disable batching | Victor Shyba |
2015-12-03 | [feat] checks staged docs inside batch | Victor Shyba |
2015-12-03 | [feat] put all docs at once | Victor Shyba |
2015-12-03 | [feat] prepare server to handle batches | Victor Shyba |
2015-12-01 | [test] shuffle and decrypts 5 docs 3 times | Victor Shyba |
2015-12-01 | [tests] encdec pool is being reused, adding a test | Victor Shyba |
2015-11-24 | [bug] generation_info cant be cached per replica | Victor Shyba |
2015-11-23 | [bug] BackendNotReadyError breaks without status | Bruno Wagner |
2015-11-23 | [bug] put a monkeypatch back for bigcouch | Victor Shyba |
2015-11-20 | [bug] do not register exception, breaks | Kali Kaneko |
2015-11-19 | [bug] fix indirect dependency on couchdb for client | Kali Kaneko |
2015-11-03 | [refactor] remove exception based logic | Victor Shyba |
2015-11-03 | [style] pep8 | Victor Shyba |
2015-11-03 | [feat] add caching to a place that was missing | Victor Shyba |
2015-11-03 | [refactor] resource logic encapsulation | Victor Shyba |
2015-11-03 | [refactor] token verification moved to couch module + tests | Victor Shyba |
2015-11-03 | [refactor] move couch errors and expose methods | Victor Shyba |
2015-11-03 | [refactor] CouchDocument is now ServerDocument | Victor Shyba |
2015-11-03 | [refactor] split out backend from couch database | Victor Shyba |
2015-11-03 | [refactor] separate SoledadBackend from CouchDatabase | Victor Shyba |
2015-11-03 | [refactor] remove MultipartWriter monkey patch | Victor Shyba |
2015-11-03 | [refactor] separate errors and model from couch | Victor Shyba |
2015-10-29 | [feat] adds --migrate-all to create-user-db script | Victor Shyba |
2015-10-28 | [style] fix pep8 warnigs | Folker Bernitt |
2015-10-28 | [feat] read security doc from configuration | Victor Shyba |
2015-10-05 | [bug] fix leap mx by default false on ensure_ddocs | Victor Shyba |
2015-10-02 | [bug] Migrate back to python-couchdb 0.8 | Victor Shyba |
2015-09-28 | [test] Making test_command pass on Mac OS X. | Gislene Pereira |
2015-09-28 | [test] remove old mocks | Victor Shyba |
2015-09-28 | [refactor] kaliy's review and pep8 fixes | Victor Shyba |