summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2015-05-20[feature] ensure reactor stops on client db scriptdrebs
2015-05-20[feature] add --create-doc to client db scriptdrebs
2015-05-20[bug] fix order of insertion of decrypted docsdrebs
This commit actually does some different things: * When doing asynchronous decryption of incoming documents in soledad client during a sync, there was the possibility that a document corresponding to a newer generation would be decrypted and inserted in the local database before a document corresponding to an older generation. When this happened, the metadata about the target database (i.e. its locally-known generation) would be first updated to the newer generation, and then an attempt to insert a document corresponding to an older generation would cause the infamous InvalidGeneration error. To fix that we use the sync-index information that is contained in the sync stream to correctly find the insertable docs to be inserted in the local database, thus avoiding the problem described above. * Refactor the sync encrypt/decrypt pool to its own file. * Fix the use of twisted adbapi with multiprocessing. Closes: #6757.
2015-05-20[bug] fix log messages for secrets in storagedrebs
2015-04-23[bug] create directory in client db access scriptdrebs
2015-03-24[fix] turn client side db access script into asyncdrebs
With changes in soledad client api to make it async, the supporting scripts also have to be updated. This commit also adds more functionalities as exporting incoming mail and public or private keys.
2014-12-18Update testing scripts.drebs
2014-12-08Add key manager to client db access script.drebs
2014-12-08Update debian package building script.drebs
2014-09-10Add benchmarking scripts.drebs
2014-08-08Protect sync db with a password.drebs
2014-08-01Make client db access script defer decryption.drebs
2014-07-08Add spam script for profiling.drebs
2014-06-09Add profiling scripts.drebs
2014-06-05Reorganize profiling scripts.drebs
2014-06-03Add password option to client db script.drebs
2014-06-03Fix package build script.drebs
2014-04-09Reorganize scripts directory.drebs
2014-04-07Add script to compile design docs (#5315)drebs
2014-04-04Renew couch connection session after multipart PUT (#5448).drebs
2014-04-02Add test script for syncing many replicas concurrently (#5386).drebs
2014-03-26Add script for resetting users database.drebs
2014-03-14Improve client db access script.drebs
2014-03-12Add scripts to measure backend cpu usage.drebs
2014-03-11Add script to measure PUT memory usage.drebs
2014-03-11Add script for updating design docs.drebs
2014-03-11Remove old migration script.drebs
2014-03-07Improve local db script.drebs
2014-01-30Add script to find max upload size (#5011).drebs
2014-01-22Add debian package build dev script.drebs
2014-01-22Fix dev scripts doc and names.drebs
2013-12-18Add database migration script.drebs
2013-12-06add develop mode mini-script for bbot useKali Kaneko
2013-11-21Add scripts for debugging client and server side databases.drebs