index
:
soledad.git
8938
8978
benchmark-all-commits
benchmark_elasticsearch
bug/remove-unicode-conversion
buildpackage
debian/experimental
debian/experimental-0.9
debian/platform-0.5
debian/platform-0.6
debian/platform-0.7
debian/platform-0.8
debian/platform-0.9
debian_package
feature/enc-sync-transitional-db
feature/streaming-transfer
master
onepython
release/0.6.x
release/0.7.x
release/0.8.x
release/0.9.x
release/bitmask-0.9.x-alpha
[soledad]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
couch.py
Age
Commit message (
Collapse
)
Author
2013-02-12
Small refactor (name change).
drebs
2013-02-09
Enforce doc.rev as bytes to match Twisted expectations.
drebs
2013-02-06
Add test scenario for SQLCipher backend using LeapSyncTarget.
drebs
2013-01-31
Soledad server can store using CouchDB.
drebs
2013-01-28
Add CouchServerState for serving Soledad as WSGI app.
drebs
2013-01-24
CouchDatabase refactoring and indexing.
drebs
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.
2013-01-24
Couch backend stores data as attachments.
drebs
2013-01-16
Fix copy_database for couch tests.
drebs
2013-01-14
CouchSyncTarget works as a LocalSyncTarget.
drebs
2013-01-10
CouchDatabase passes all relevant u1db tests.
drebs
2013-01-09
CouchDatabase passes u1db LocalDatabaseTests.
drebs
2013-01-08
Refactor and details of ObjectStore and CouchDatabase
drebs
2012-12-27
Fix imports and namespaces
drebs
2012-12-11
Store u1db contents in couch as json string.
drebs
2012-12-10
CouchDB backend can put and get objects.
drebs