<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/server, branch feature/streaming-transfer</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[bug] enable batching again</title>
<updated>2016-11-29T05:21:02+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-11-29T05:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=388e2b2916e49b0992ff7ffbf3fe4e212386b7b0'/>
<id>388e2b2916e49b0992ff7ffbf3fe4e212386b7b0</id>
<content type='text'>
Something happened during rebase. This configuration is supposed to be
True by default now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Something happened during rebase. This configuration is supposed to be
True by default now.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix import on create-user-db</title>
<updated>2016-11-26T22:31:25+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-11-26T22:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=2653f6ecb5013931f40bea2f56442fca05771a7a'/>
<id>2653f6ecb5013931f40bea2f56442fca05771a7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] delay couch state initialization</title>
<updated>2016-11-23T09:10:29+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-11-22T23:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=ab929ff384666922fdb54f33092d5d8a361f3bba'/>
<id>ab929ff384666922fdb54f33092d5d8a361f3bba</id>
<content type='text'>
The couch state checks if all user databases have the correct schema
version on initialization, and may log errors and raise exceptions if
that is not the case. Because we are currently using `twistd web
--wsgi`, if those errors are logged too early the reactor may have not
been started and the twistd logging facilities may not have been
initialized.

This commit delays the state initialization until the reactor has been
started, to make sure any errors raised and logged in that stage will
actually reach the logfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The couch state checks if all user databases have the correct schema
version on initialization, and may log errors and raise exceptions if
that is not the case. Because we are currently using `twistd web
--wsgi`, if those errors are logged too early the reactor may have not
been started and the twistd logging facilities may not have been
initialized.

This commit delays the state initialization until the reactor has been
started, to make sure any errors raised and logged in that stage will
actually reach the logfile.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] separate server application into another file</title>
<updated>2016-11-21T23:45:59+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-11-21T18:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e97239048adde8947eea54e0d121d0abbbd18d2d'/>
<id>e97239048adde8947eea54e0d121d0abbbd18d2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] remove dead parameters, improve comments</title>
<updated>2016-11-21T04:08:49+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-11-21T04:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=2cb3c060c62eb77d54be06784efa4fd03bfcf184'/>
<id>2cb3c060c62eb77d54be06784efa4fd03bfcf184</id>
<content type='text'>
received docs makes no sense for a single request download, plus all its
comments and docstrings. Also updated docstrings for other methods.
The method that tests if sqlcipher is encrypted can return a db handle
that can be used right away. If we ignore it and reopen we can end up
with a lost open cursor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
received docs makes no sense for a single request download, plus all its
comments and docstrings. Also updated docstrings for other methods.
The method that tests if sqlcipher is encrypted can return a db handle
that can be used right away. If we ignore it and reopen we can end up
with a lost open cursor.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fix pep8 and confs</title>
<updated>2016-11-18T18:55:52+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-11-17T04:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=476979060980c0d23bba34f101cf81f7713a5b93'/>
<id>476979060980c0d23bba34f101cf81f7713a5b93</id>
<content type='text'>
Fixes setup.cfg, adding current exclude rules, simplified tox.ini to use
setup.cfg and fixed all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes setup.cfg, adding current exclude rules, simplified tox.ini to use
setup.cfg and fixed all.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] explicit unlimited request size</title>
<updated>2016-11-18T18:55:52+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-11-17T01:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=15cc77eed8be772b2217cc2b0c236d052131a5ef'/>
<id>15cc77eed8be772b2217cc2b0c236d052131a5ef</id>
<content type='text'>
Request size on a stream can't be measured upfront and a limit doesn't
make much sense. The real limit is user's Quota, to be implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Request size on a stream can't be measured upfront and a limit doesn't
make much sense. The real limit is user's Quota, to be implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] simplify server insert</title>
<updated>2016-11-18T18:55:52+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-10-30T02:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=2a44139fe023de83563614a95e17ef3e8e5616bd'/>
<id>2a44139fe023de83563614a95e17ef3e8e5616bd</id>
<content type='text'>
Moved out magic numbers into a constant and simplified logic during doc
upload.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved out magic numbers into a constant and simplified logic during doc
upload.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] remove print debug statements</title>
<updated>2016-11-18T18:55:52+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-09-22T20:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e47fa37fe1416c4bf148214dabc34c0e9f1bf62f'/>
<id>e47fa37fe1416c4bf148214dabc34c0e9f1bf62f</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 bad merge in imports block</title>
<updated>2016-11-18T18:55:52+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-09-22T19:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9d8f781aead7e15ae7dab53e7dd33f8e7ce1780c'/>
<id>9d8f781aead7e15ae7dab53e7dd33f8e7ce1780c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
