<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/src, branch 0.10.5</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[feature] make logs less noisy by monkey-patching twisted.internet.protocol.Factory</title>
<updated>2017-11-22T10:23:59+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-21T22:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f429355952bf008f9fa768b5c7f6186de4238bd5'/>
<id>f429355952bf008f9fa768b5c7f6186de4238bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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] ensure shutdown happens only after reactor start</title>
<updated>2017-11-22T10:23:59+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-21T22:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=00a201d0f3fb4796286300fe7b16eda189afef7a'/>
<id>00a201d0f3fb4796286300fe7b16eda189afef7a</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] use os._exit to ensure a clean log on startup failure</title>
<updated>2017-11-21T22:57:17+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-21T21:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5956b8e095966f91ea8d83956d0d7d46a447ddba'/>
<id>5956b8e095966f91ea8d83956d0d7d46a447ddba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] log and exit on server startup errors</title>
<updated>2017-11-20T13:21:27+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-20T13:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d74f27b75d69c37fac1587930508da6cd953f33c'/>
<id>d74f27b75d69c37fac1587930508da6cd953f33c</id>
<content type='text'>
Some errors during server startup could leave the server in a zombie
state (running, but not listening). This commit makes sure the server
stops if errors occur during deferreds created on server startup.

Closes #8997.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some errors during server startup could leave the server in a zombie
state (running, but not listening). This commit makes sure the server
stops if errors occur during deferreds created on server startup.

Closes #8997.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use reactor.stop() to exit when server startup checks fail</title>
<updated>2017-11-20T13:20:53+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-20T12:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=642541e2ab7f0c7eacd45ba013221e43db19fd7f'/>
<id>642541e2ab7f0c7eacd45ba013221e43db19fd7f</id>
<content type='text'>
Our current use of sys.exit(20) to stop the server when startup checks
fail affects logging in a bad way. This commit uses a system event
trigger to exit with the desired status code when startup checks fail.

Closes: #8996
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our current use of sys.exit(20) to stop the server when startup checks
fail affects logging in a bad way. This commit uses a system event
trigger to exit with the desired status code when startup checks fail.

Closes: #8996
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] allow setting couchdb url from environment</title>
<updated>2017-11-19T22:10:00+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-19T20:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=0844dc3a1a15f60757a680c819cad686b5724bf4'/>
<id>0844dc3a1a15f60757a680c819cad686b5724bf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] factor server twisted app to it's own .py file</title>
<updated>2017-11-14T21:44:53+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-14T21:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=55d6c783e985bea54e21cae7dec8bc632f4062f9'/>
<id>55d6c783e985bea54e21cae7dec8bc632f4062f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] comment fix and variable renaming</title>
<updated>2017-11-14T21:21:53+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-14T21:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b365fdc374fa0e54b28a4061811fc7ed0f69846a'/>
<id>b365fdc374fa0e54b28a4061811fc7ed0f69846a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
