Age | Commit message (Expand) | Author |
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 |
2016-08-01 | [test] add custom couchdb docker image | drebs |
2016-08-01 | [test] allow passing number of docs on command line on perf tests | drebs |
2016-08-01 | [test] use random name for couchdb container in docker perf test | drebs |
2016-08-01 | [test] add rules to run perf test on docker with separate couchdb server cont... | drebs |
2016-08-01 | [test] use pip download cache for tests and docker image | drebs |
2016-08-01 | [test] use docker image with couchdb service to run tests | drebs |
2016-08-01 | [test] use tox and couchdb image to run tests | drebs |
2016-08-01 | [test] use tox to create docker image | drebs |
2016-08-01 | [test] remove pep8 from tox config | drebs |
2016-08-01 | [test] avoid perf tests to be run on normal tox calls | drebs |
2016-08-01 | [test] allow custom couch url for perf tests | drebs |
2016-08-01 | [test] allow custom couch url for couch tests | drebs |
2016-08-01 | [test] add some payload to perf sync tests | drebs |
2016-08-01 | [test] use pytest fixture scopes to provide per module soledad server for per... | drebs |
2016-08-01 | [test] add pytest initial setup for performance tests | drebs |
2016-08-01 | [feat] use a lock for updating couch gen data | drebs |
2016-08-01 | [bug] fix order of multipart serialization when writing to couch | drebs |
2016-08-01 | [test] remove traces of design docs from couch tests | drebs |
2016-08-01 | [feat] remove usage of design documents in couch | drebs |
2016-07-25 | [test] adapt couch tests to use new generation/transaction storage scheme | drebs |
2016-07-25 | [feat] do not use couch views for sync metadata | drebs |
2016-07-25 | [feat] use _local couch docs for metadata storage | drebs |
2016-07-25 | [test] remove ddocs param from docker setup script | drebs |
2016-07-25 | [test] update docker readme and todo | drebs |
2016-07-25 | [test] fail gracefully on cert delete | drebs |
2016-07-18 | [pkg] remove pixelated from requirements-latest.pip | Christoph Kluenter |
2016-07-14 | [pkg] bump changelog to 0.8.10.8.1 | Kali Kaneko |
2016-07-13 | [style] pep8 | Kali Kaneko |
2016-07-12 | add pep8/flake8 to tox | Kali Kaneko |
2016-07-12 | [tests] ignore tox folder | Kali Kaneko |
2016-07-12 | [test] use tox in gitlab-ci | drebs |
2016-07-12 | [test] refactor test files | drebs |
2016-07-12 | [refactor] make u1db connection pool args explicit | drebs |
2016-07-12 | [bug] properly trap db errors and close resources | drebs |
2016-07-12 | [test] properly close dbpool on async test | drebs |
2016-07-12 | [pkg] remove unneeded dirspec exceptions | drebs |
2016-07-12 | [pkg] remove testing couchdb dep from common | drebs |
2016-07-12 | [pkg] remove unneeded oauth code | drebs |
2016-07-12 | [pkg] add u1db dependencies directly in leap.soledad.common | drebs |
2016-07-12 | [test] toxify tests | drebs |
2016-07-12 | [bug] use default sqlcipher timeout | drebs |
2016-07-12 | [refactor] remove u1db dep from support code | drebs |
2016-07-12 | [refactor] make tests use l2db submodule | Kali Kaneko |