Age | Commit message (Expand) | Author |
2016-08-23 | [pkg] improve logging of couch schema migration script | drebs |
2016-08-23 | [pkg] log errors and continue with next db in couch schema migration script | drebs |
2016-08-23 | [pkg] log any errors in couch schema migration script | drebs |
2016-08-23 | [pkg] ignore existing correct gen docs in couch schema migrate script | drebs |
2016-08-23 | [pkg] improve log message for skipped dbs on couch schema migration script | drebs |
2016-08-23 | [pkg] fail gracefully for missing design doc on couch schema migration script | drebs |
2016-08-23 | [pkg] move config doc as last action of couch schema migration script | drebs |
2016-08-23 | [pkg] add leftovers deletion to couch scehma migration script | drebs |
2016-08-23 | [pkg] add --pdb option to migration script | drebs |
2016-08-23 | [test] test_instance -> test_initialization | Victor Shyba |
2016-08-23 | [doc] improve SQLITE_MAX_VARIABLE_NUMBER comments | Victor Shyba |
2016-08-23 | [test] point issue #7370 as reason for low values | Victor Shyba |
2016-08-22 | [test] refactor load_up for readability | Victor Shyba |
2016-08-22 | [tests] move doc creation to setup | Victor Shyba |
2016-08-22 | [tests] remove unused new=False logic | Victor Shyba |
2016-08-22 | [test] make txbench ignore kwargs for readability | Victor Shyba |
2016-08-22 | [test] calibrate encdecpool bench for memory | Victor Shyba |
2016-08-22 | [test] adds tests for raw encryption | Victor Shyba |
2016-08-22 | [test] adds test for SoledadCrypto | Victor Shyba |
2016-08-22 | [bug] limit pool comnsumption to 900 docs | Victor Shyba |
2016-08-22 | [test] adds encdecpool tests | Victor Shyba |
2016-08-22 | [test] test soledad instatiation time | Victor Shyba |
2016-08-22 | [test] sync without changes | Victor Shyba |
2016-08-22 | [test] remove fixed default uuid | Victor Shyba |
2016-08-22 | [test] make all nested fixture function-scoped | Victor Shyba |
2016-08-22 | [test] adds sqlcipher synchronous tests | Victor Shyba |
2016-08-22 | [test] adds sqlcipher create tests | Victor Shyba |
2016-08-22 | [test] use a nested func to simplify scenarios | Victor Shyba |
2016-08-22 | [test] Adds pytest-benchmark adapted to Twisted | Victor Shyba |
2016-08-17 | [tests] Adapt tests for ensure_ddocs death | Victor Shyba |
2016-08-17 | [bug] remove misleading ensure_ddoc | Victor Shyba |
2016-08-15 | [test] allow for shell autocomplete for test names | drebs |
2016-08-09 | [test] use "leapcode" in docker image name | drebs |
2016-08-09 | [feat] log to syslog (#8286) | drebs |
2016-08-08 | [pkg] remove version pinning for couchdb and beaker | drebs |
2016-08-05 | [bug] create gen document after saving the actual document in couch | drebs |
2016-08-03 | [pkg] support netrc couch access in migrate script | drebs |
2016-08-02 | [test] avoid race condition on test_processing_order | Victor Shyba |
2016-08-01 | [test] do not run pep8 tox env by default | drebs |
2016-08-01 | [test] adds optional parallel env for local dev | Victor Shyba |
2016-08-01 | [test] adds pep8 as a tox env | Victor Shyba |
2016-08-01 | [refactor] remove unused design docs compilation code | drebs |
2016-08-01 | [bug] retry allocation of gen instead of using a lock | drebs |
2016-08-01 | [feat] use couch _all_docs for get_docs() and get_all_docs() | drebs |
2016-08-01 | [refactor] simplify couch whats_changed calculation | drebs |
2016-08-01 | [bug] use couch lock to atomize saving of document | drebs |
2016-08-01 | [test] remove pip download cache | drebs |
2016-08-01 | [pkg] add couch schema migration script | drebs |
2016-08-01 | [feat] standardize metadata storage in couch backend. | drebs |
2016-08-01 | [test] remove duplicated function declaration | Victor Shyba |