Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ObjectStore(InMemoryDatabase).
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
pkg/requirements.pip
|
|
|
|
improved default network request (771).
fixed ERROR "cannot concatenate 'str' and 'list' objects" (1449).
|
|
|
|
|
|
CouchDatabase now inherits from u1db InMemoryDatabase, so it can use all
available facilities. The important thing is to make sure every modification
of logs or indexes gets propagated to the ObjectStore backend.
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/leap/soledad/__init__.py
|
|
|
|
|
|
watch out the skynet gadget on line 42
|
|
Conflicts:
src/leap/soledad/util.py
|
|
|
|
|
|
I had missed this one while deprecating gnutls
|
|
plus:
* added soledad test requirements
* removed soledad from run_tests run (+1K tests failing)
* added option to run All tests to run_tests script
* pep8 cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/leap/soledad/__init__.py
src/leap/soledad/backends/couch.py
src/leap/soledad/backends/leap_backend.py
src/leap/soledad/backends/objectstore.py
src/leap/soledad/tests/test_couch.py
src/leap/soledad/tests/test_logs.py
src/leap/soledad/tests/test_sqlcipher.py
src/leap/soledad/util.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
only if we can find the geoip database,
which comes with geoip-database in debian.
we will have to think more about this in the future
but it's nice to have now for testing.
|
|
|