<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/src/leap/soledad/common, branch 0.10.5</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[bug] properly log missing schema version in config doc</title>
<updated>2017-11-22T10:23:59+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-21T22:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e8664be1edd380e3f0cf1ddea977da965ef38715'/>
<id>e8664be1edd380e3f0cf1ddea977da965ef38715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix logging while checking CouchDB schema versions on server startup</title>
<updated>2017-11-22T10:23:59+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-21T21:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=787f5360b801eecbebb4d28128c343832b29df57'/>
<id>787f5360b801eecbebb4d28128c343832b29df57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] wait for checks before running servers</title>
<updated>2017-11-14T21:01:15+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-13T23:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=201ef7a9b979f8c8efaedbe542c631944d8956f4'/>
<id>201ef7a9b979f8c8efaedbe542c631944d8956f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] set errbacks before gathering results</title>
<updated>2017-10-31T18:53:02+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-10-27T21:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=17b4ab3d98439cf5e7e7893da1f1b9f6a08ab82c'/>
<id>17b4ab3d98439cf5e7e7893da1f1b9f6a08ab82c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] improve speed of server startup</title>
<updated>2017-10-31T18:52:59+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-25T17:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3306ea69ee33cdafa8803f9c717b60b9f3d3b4a0'/>
<id>3306ea69ee33cdafa8803f9c717b60b9f3d3b4a0</id>
<content type='text'>
To avoid corrupting data, Soledad Server checks all user databases
during startup to make sure all of them use the correct schema version.
This was done synchronously, so when there are many databases startup
would take a long time. This commit makes that verification
asynchronous, thus speeding up server startup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid corrupting data, Soledad Server checks all user databases
during startup to make sure all of them use the correct schema version.
This was done synchronously, so when there are many databases startup
would take a long time. This commit makes that verification
asynchronous, thus speeding up server startup.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] E722 do not use bare except</title>
<updated>2017-10-27T19:01:48+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-10-25T16:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=ed48667738335c0f54f0e522c684231f2b740403'/>
<id>ed48667738335c0f54f0e522c684231f2b740403</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] TypeError: Incorrect padding</title>
<updated>2017-10-27T19:01:47+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-10-25T16:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=99658eb24a2cd2bb2c23147a837f9402c11de160'/>
<id>99658eb24a2cd2bb2c23147a837f9402c11de160</id>
<content type='text'>
preamble.py wasn't using urlsafe version of base64, while all other
parts of blobs were using it.

--Resolves: #8980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
preamble.py wasn't using urlsafe version of base64, while all other
parts of blobs were using it.

--Resolves: #8980
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] revert unintentional changes from last commit</title>
<updated>2017-10-23T12:47:52+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-23T12:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=0312dd53f4e485034799bff8d66319b4af593f49'/>
<id>0312dd53f4e485034799bff8d66319b4af593f49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] add script for copying doc to leap_se repo</title>
<updated>2017-10-23T12:38:07+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-23T12:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d499358f0aae5e547de054b70786b726c5be65bb'/>
<id>d499358f0aae5e547de054b70786b726c5be65bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] change default dict params</title>
<updated>2017-10-05T08:41:40+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-09-21T21:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5d797ddbfe226a2fb6ebff5b4f4184bb41b1b34d'/>
<id>5d797ddbfe226a2fb6ebff5b4f4184bb41b1b34d</id>
<content type='text'>
As raised by kali, they can bring some bugs and avoiding it is pretty
easy.

-- Resolves: #8957
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As raised by kali, they can bring some bugs and avoiding it is pretty
easy.

-- Resolves: #8957
</pre>
</div>
</content>
</entry>
</feed>
