Age | Commit message (Expand) | Author |
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 |
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 |