summaryrefslogtreecommitdiff
path: root/common/changes
AgeCommit message (Collapse)Author
2016-07-14[pkg] bump changelog to 0.8.10.8.1Kali Kaneko
2016-04-18[pkg] Update changelog0.8.0Kali Kaneko
2015-11-19[bug] fix indirect dependency on couchdb for clientKali Kaneko
by subclassing the MissingDesignDocError, we don't have to import the soledad.common.couch submodule into the soledad.client.sync - Resolves: #7626
2015-09-28[refactor] kaliy's review and pep8 fixesVictor Shyba
README with information about latest change, missing docs and licenses, variable naming and pep8.
2015-09-21[pkg] fold in changes0.7.3Ivan Alejandro
2015-08-27[tests] fix variable name from refactorVictor 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.2Ivan Alejandro
2015-08-24[refactor] add changes file about simplejson dep removaldrebs
2015-06-01[pkg] fold in changes0.7.0drebs
2015-05-27[feat] adapt to new events api on commonIvan Alejandro
- Related: #6359
2015-04-09[fix] remove unneded params to CouchServerStatedrebs
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-11Bail out ddocs installation if the path doesn't exist. Fix: #6671Kali Kaneko
2014-08-19Include ddocs in sdist (#5896).drebs
2013-12-06Fold in changesTomás Touceda
2013-12-05Revert "Encode U1DB metadata doc prefix. Closes #4658."drebs
This reverts commit 6792e50606e33f10c12f16b0d7d7aeb87d4a4adb.
2013-12-04Encode U1DB metadata doc prefix. Closes #4658.drebs
2013-11-21Remove tests dependency on nose2. Closes #4258.drebs
2013-11-21Add unicode conversion to put_doc. Closes #4095.drebs
2013-09-06Fold in changes.0.3.2Ivan Alejandro
2013-08-23packaging improvementsKali Kaneko
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling
2013-08-21Split soledad into common, client and server.drebs