summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2014-06-06Fold in changesTomás Touceda
2014-06-05Add changes file.drebs
2014-06-05Replace client sync state by a sync_id.drebs
2014-06-05Remove close_connections() from tests.drebs
2014-06-03Use a fresh resource for multipart puts (#5739).drebs
2014-05-28Fix stuff from kali's review.drebs
2014-05-23Fix tests for new sync process.drebs
2014-05-22Properly raise when couch db does not exist.drebs
2014-05-22Allow for interrupting and recovering sync (#5571).drebs
2014-05-22Split sync in multiple POST requests in server (#5571).drebs
2014-05-22Add splitted POST sync design docs (#5571).drebs
2014-05-22Cleanup and pep8 fix.drebs
2014-05-16Fold in changesTomás Touceda
2014-04-10Prevent file descriptor leaks on tests.drebs
2014-04-10Properly close connections on couch backend (#5493).drebs
2014-04-09Prevent couch instantiation from creating the db (#5386).drebs
2014-04-09Fix class doc.drebs
2014-04-09Prevent Couch Server State from making one unneeded GET request (#5386).drebs
2014-04-07Add script to compile design docs (#5315)drebs
2014-04-04Fold in changesTomás Touceda
2014-04-04Preload time.strptime() to avoid multi thread problem on couch backend ↵drebs
get_docs() method (#5449).
2014-04-04Renew couch connection session after multipart PUT (#5448).drebs
2014-04-02Retry recording sync info on couch backend (#5388).drebs
2014-03-26Remove check for design docs from couch server state init (#5387).drebs
2014-03-17Fix raising of auth token errors (#5191).drebs
2014-03-17Parallelize get_docs on couch backend (#5008).drebs
2014-03-12Remove check for couch permissions.drebs
2014-03-12Prevent Soledad server from creating or deleting couch databases (#3502).drebs
2014-03-11Make resolve_doc() not use a design document.drebs
2014-03-11Use less memory when putting docs on couch. Closes #5011.drebs
2014-01-25Improve unauthorized error messages.drebs
2014-01-24Add decorator to register exceptions.drebs
2014-01-22Improve DesignDocUnknownError error reporting.drebs
2014-01-20Make couch tests use only one couch instance.drebs
2014-01-20Add test for syncing many small documents (#4836).drebs
2014-01-20Allow sync of large files (~100MB) (#4836).drebs
2014-01-17Improve error reporting on couch backend design documents access failure ↵drebs
(#4994).
2014-01-07Use temp dir for server side locks (#4918).drebs
2014-01-06Add proper error reporting to shared db lock.drebs
2013-12-24Avoid concurrent sync attempts from the same replica in the client (#4451).drebs
2013-12-19Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/feature/consistent-metadata' into develop
2013-12-19Add couch atomicity tests.drebs
2013-12-18Add changes file.drebs
2013-12-18Add 'ddocs.py' generation on setup.py.drebs
2013-12-18Remove index tests for couch backend.drebs
2013-12-18Fix couch tests to reflect remodelling.drebs
2013-12-18Monkey-patch u1db to use CouchDocument.drebs
2013-12-18Make couch backend consistent and lightweight.drebs
This commit introduces the use of couch view, list and update functions to put and get data from the couch database. This avoids loads of metadata transferring and encapsulates operations in atomic PUTs.
2013-12-17Use git.exe instead of git.cmd in windows since we use GitBashTomás Touceda
2013-12-16patch the _version file so it reports the running versionKali Kaneko
until now this was only possible when running python setup.py version from the source tree. now the <module>.__version__ also reports correctly the runnng version