<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tapicero.git, branch 0.3.1</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>Merge pull request #6 from azul/deploy-design-docs</title>
<updated>2013-12-22T14:33:56+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-12-22T14:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=12dbeefe693e5432416ec8019368e591c526736b'/>
<id>12dbeefe693e5432416ec8019368e591c526736b</id>
<content type='text'>
Deploy design docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deploy design docs</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5 from azul/feature/use-couchrest-changes</title>
<updated>2013-12-22T14:33:21+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-12-22T14:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=41dee6ee7242a731763bb1b75e12cc97403aa4a4'/>
<id>41dee6ee7242a731763bb1b75e12cc97403aa4a4</id>
<content type='text'>
Version 0.2.0: use CouchRest::Changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version 0.2.0: use CouchRest::Changes</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.3.0: include design docs on created databases</title>
<updated>2013-12-20T14:35:35+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-12-20T14:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=c1e6eea1eb2a9fbdb92e806929806acef32ed8dc'/>
<id>c1e6eea1eb2a9fbdb92e806929806acef32ed8dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>proceed if design docs are already there</title>
<updated>2013-12-20T14:22:16+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-12-20T14:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=1bf3ee50638ba1e06c7df297635f28b6c8715eb1'/>
<id>1bf3ee50638ba1e06c7df297635f28b6c8715eb1</id>
<content type='text'>
We'll add a flag to overwrite designs and / or security later. For now just make sure this does not crash tapicero.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We'll add a flag to overwrite designs and / or security later. For now just make sure this does not crash tapicero.
</pre>
</div>
</content>
</entry>
<entry>
<title>add design docs to be included in each user database</title>
<updated>2013-12-20T11:58:53+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-12-20T11:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=d8c28a0c3cba76fadd0495a79f67efd61458218c'/>
<id>d8c28a0c3cba76fadd0495a79f67efd61458218c</id>
<content type='text'>
Also strip the .json extention because soledad does not expect it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also strip the .json extention because soledad does not expect it
</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>Merge pull request #4 from azul/feature/more_robust_sequence_handling</title>
<updated>2013-11-29T21:43:32+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-11-29T21:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=8104b882032a851604ba6a2a904c7e267523f158'/>
<id>8104b882032a851604ba6a2a904c7e267523f158</id>
<content type='text'>
Feature/more robust sequence handling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Feature/more robust sequence handling</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3 from azul/feature/ignore_design_doc_changes</title>
<updated>2013-11-29T21:40:57+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-11-29T21:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=ddda87a96c6c95c1afc163aea3c0d52943ecd41c'/>
<id>ddda87a96c6c95c1afc163aea3c0d52943ecd41c</id>
<content type='text'>
ignore design document changes - do not trigger callbacks then</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ignore design document changes - do not trigger callbacks then</pre>
</div>
</content>
</entry>
</feed>
