<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tapicero.git, branch 0.4.0</title>
<subtitle>[tapicero] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/'/>
<entry>
<title>Version 0.4.0</title>
<updated>2014-02-04T18:14:19+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-02-04T18:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=cda7ebacf35bcc0fcf233e5a23b958ed751fb108'/>
<id>cda7ebacf35bcc0fcf233e5a23b958ed751fb108</id>
<content type='text'>
minor changes improving stability
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minor changes improving stability
</pre>
</div>
</content>
</entry>
<entry>
<title>properly refer to logger in user_database</title>
<updated>2014-01-14T14:34:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-01-14T14:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=02834750009a22d518bd9bfba7eaaa063811062a'/>
<id>02834750009a22d518bd9bfba7eaaa063811062a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix UserDatabase#prepare</title>
<updated>2014-01-14T14:15:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-01-14T14:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=1c194442d1e6bc9ab1c6899a1fbfc394a54e81b8'/>
<id>1c194442d1e6bc9ab1c6899a1fbfc394a54e81b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8 from azul/bugfix/fix-for-revisions-starting-above-1</title>
<updated>2014-01-13T18:22:24+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2014-01-13T18:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=a421fc0a1fc2af9c91f459c6cfe256909c618d8e'/>
<id>a421fc0a1fc2af9c91f459c6cfe256909c618d8e</id>
<content type='text'>
Revisions sometimes start at 2 - work around this</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revisions sometimes start at 2 - work around this</pre>
</div>
</content>
</entry>
<entry>
<title>Revisions sometimes start at 2 - work around this</title>
<updated>2014-01-11T18:26:36+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-01-11T18:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=a4fa58013a97344a4af431c64b471211b020bea0'/>
<id>a4fa58013a97344a4af431c64b471211b020bea0</id>
<content type='text'>
This is an intermediate fix. There's a user record that never had it's database created. The first time it shows up in the changes feed the revision starts with 2-. Not sure why this is. But we loose this user record if we rely on CouchRest::Changes.created which checks for a revision starting with 1-.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an intermediate fix. There's a user record that never had it's database created. The first time it shows up in the changes feed the revision starts with 2-. Not sure why this is. But we loose this user record if we rely on CouchRest::Changes.created which checks for a revision starting with 1-.
</pre>
</div>
</content>
</entry>
<entry>
<title>make logging more precise</title>
<updated>2014-01-03T14:28:49+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-01-03T14:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=638e6a83a923e61d8b320818a39befd62529ae1a'/>
<id>638e6a83a923e61d8b320818a39befd62529ae1a</id>
<content type='text'>
* do not log the SystemExit after the fork
* log error classes alongside messages
* unify logging in retry_request_once
* debug now logs every step
* info has one message per user created
* warn only logs errors during the actions
* error only logs crashes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* do not log the SystemExit after the fork
* log error classes alongside messages
* unify logging in retry_request_once
* debug now logs every step
* info has one message per user created
* warn only logs errors during the actions
* error only logs crashes
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.3.2 - staying alive</title>
<updated>2014-01-03T13:50:04+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-01-03T09:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=2365ee92396dba077f01d50f34fa2203841bde9f'/>
<id>2365ee92396dba077f01d50f34fa2203841bde9f</id>
<content type='text'>
This version mainly improves the stability and should keep tapicero from dying too early.

* couchrest_changes 0.0.5 will resume if the connection died.
* lock yajl version to 1.1.0 - 1.2.0 requires mkmf on the server
* retry couch requests in case they fail
* log all crashes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version mainly improves the stability and should keep tapicero from dying too early.

* couchrest_changes 0.0.5 will resume if the connection died.
* lock yajl version to 1.1.0 - 1.2.0 requires mkmf on the server
* retry couch requests in case they fail
* log all crashes
</pre>
</div>
</content>
</entry>
<entry>
<title>better debug loggin, sleep before retrying</title>
<updated>2014-01-03T13:50:04+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-01-03T10:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=10807e06165bb78261b9da0f5e44666c56c1f8f2'/>
<id>10807e06165bb78261b9da0f5e44666c56c1f8f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure we log all errors</title>
<updated>2014-01-03T09:07:51+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-01-03T09:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=32409f06920cfa2eb9e23deb74c3e09db677fe77'/>
<id>32409f06920cfa2eb9e23deb74c3e09db677fe77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>retry couch requests once</title>
<updated>2014-01-03T09:03:47+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-01-03T09:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=331f33ec969e1fb3d893267231dfe5fc3e2701ca'/>
<id>331f33ec969e1fb3d893267231dfe5fc3e2701ca</id>
<content type='text'>
Couch sometimes responds with 500 or so. Often this is temporary. Let's retry once and log the error instead of dying.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Couch sometimes responds with 500 or so. Often this is temporary. Let's retry once and log the error instead of dying.
</pre>
</div>
</content>
</entry>
</feed>
