Age | Commit message (Expand) | Author |
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 |
2015-09-28 | [tests] tests for ensure_security | Victor Shyba |
2015-09-28 | [feat] ensure security document | Victor Shyba |
2015-09-28 | [bug] ensure_database returns db and replica_uid | Victor Shyba |
2015-09-28 | [tests] CouchServerState tests for ensure_database | Victor Shyba |
2015-09-28 | [feat] ensure_database is now able to call a cmd | Victor Shyba |
2015-09-28 | [tests] Tests for command validation and execution | Victor Shyba |
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 |