<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tapicero.git/lib/tapicero.rb, 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.3.1 with new flags --run-once, --rerun and --overwrite-security</title>
<updated>2013-12-22T14:58:21+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-12-22T14:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=8c83e7a78385da8d15d274ee86f126a27f4763c7'/>
<id>8c83e7a78385da8d15d274ee86f126a27f4763c7</id>
<content type='text'>
--run-once will exit once all current changes have been processed
--rerun will process all users again even those that were processed before
--overwrite-security will overwrite security for user databases even
  if it has been set before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--run-once will exit once all current changes have been processed
--rerun will process all users again even those that were processed before
--overwrite-security will overwrite security for user databases even
  if it has been set before.
</pre>
</div>
</content>
</entry>
<entry>
<title>add design docs on db creation, use Pathname</title>
<updated>2013-12-19T14:59:55+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-12-19T14:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=f47712d803811f06b4371f50fabdfc1fefffe4cc'/>
<id>f47712d803811f06b4371f50fabdfc1fefffe4cc</id>
<content type='text'>
Pathname makes dealing with files easier than String.

Tapicero will look for design documents in design directory in the tapicero path for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pathname makes dealing with files easier than String.

Tapicero will look for design documents in design directory in the tapicero path for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.2.0: use CouchRest::Changes</title>
<updated>2013-12-19T12:18:28+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-12-19T12:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=e4df501035434cbb1920ccca21e489599b5ad382'/>
<id>e4df501035434cbb1920ccca21e489599b5ad382</id>
<content type='text'>
This also changes the format of the config file. Please make sure to adjust it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also changes the format of the config file. Please make sure to adjust it.
</pre>
</div>
</content>
</entry>
<entry>
<title>log to file or syslog instead of STDOUT</title>
<updated>2013-09-25T10:29:48+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-09-25T10:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=377195ce83c22c3a3771565cf15f6a06f1440b06'/>
<id>377195ce83c22c3a3771565cf15f6a06f1440b06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use CouchRest::Database#changes, store and retrieve seq</title>
<updated>2013-09-12T07:57:45+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-09-12T07:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=37f87300c9804bdad66d730b676715e242b9ca42'/>
<id>37f87300c9804bdad66d730b676715e242b9ca42</id>
<content type='text'>
This commit bundles a few different changes:
* we now use the CouchRest::Database#changes stream instead of our own
* we store and read the last sequence number so on a restart we can start where we left
* we now have a UserDatabase class rather than the CouchDatabaseCreator. It also knows about it's name and we create an instance of it per database we want to create. It's also more flexible when the databases already exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit bundles a few different changes:
* we now use the CouchRest::Database#changes stream instead of our own
* we store and read the last sequence number so on a restart we can start where we left
* we now have a UserDatabase class rather than the CouchDatabaseCreator. It also knows about it's name and we create an instance of it per database we want to create. It's also more flexible when the databases already exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>create couch dbs as users are created</title>
<updated>2013-09-11T06:00:09+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-09-11T06:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=3c879a45a0f923e9dc9d7fc25cc04c3be7ffefae'/>
<id>3c879a45a0f923e9dc9d7fc25cc04c3be7ffefae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use our own JsonStream and a created callback in CouchChanges</title>
<updated>2013-09-10T16:57:52+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-09-10T16:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=7958827a0ba1126646e01314e7c6bb4f86292dc8'/>
<id>7958827a0ba1126646e01314e7c6bb4f86292dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bringing over couch_changes from leap_ca including tests</title>
<updated>2013-09-10T07:44:38+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-09-10T07:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=57140b80f00aab43918a3ec3276062823971dec7'/>
<id>57140b80f00aab43918a3ec3276062823971dec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
