Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-21 | [pkg] fold in changes0.7.3 | Ivan Alejandro | |
2015-08-27 | [tests] fix variable name from refactor | Victor Shyba | |
From: [refactor] removing getters and setters from couch.py _couch_url was a private variable with getter and setter doing the same as a public variable. It is accessed all over the code, so being private with getters and setters didnt make sense. This commit fixes the tests to also follow this style from now on. | |||
2015-08-26 | [pkg] fold in changes0.7.2 | Ivan Alejandro | |
2015-08-24 | [refactor] add changes file about simplejson dep removal | drebs | |
2015-06-01 | [pkg] fold in changes0.7.0 | drebs | |
2015-05-27 | [feat] adapt to new events api on common | Ivan Alejandro | |
- Related: #6359 | |||
2015-04-09 | [fix] remove unneded params to CouchServerState | drebs | |
This commit removes some leftover code from a time when Soledad Server used to check for permissions on certain databases when starting (i.e. shared and tokens databases). This was later removed as correct permissions enforcement was relayed to tapicero. Closes: #6833. | |||
2015-02-11 | Bail out ddocs installation if the path doesn't exist. Fix: #6671 | Kali Kaneko | |
2014-08-19 | Include ddocs in sdist (#5896). | drebs | |
2013-12-06 | Fold in changes | Tomás Touceda | |
2013-12-05 | Revert "Encode U1DB metadata doc prefix. Closes #4658." | drebs | |
This reverts commit 6792e50606e33f10c12f16b0d7d7aeb87d4a4adb. | |||
2013-12-04 | Encode U1DB metadata doc prefix. Closes #4658. | drebs | |
2013-11-21 | Remove tests dependency on nose2. Closes #4258. | drebs | |
2013-11-21 | Add unicode conversion to put_doc. Closes #4095. | drebs | |
2013-09-06 | Fold in changes.0.3.2 | Ivan Alejandro | |
2013-08-23 | packaging improvements | Kali Kaneko | |
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling | |||
2013-08-21 | Split soledad into common, client and server. | drebs | |