<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/server/changes, branch debian/platform-0.8</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Merge tag '0.8.0' into debian/platform-0.8</title>
<updated>2016-05-04T15:34:42+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-04T15:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=259d37b430564c03f27d0835e23769473034df6f'/>
<id>259d37b430564c03f27d0835e23769473034df6f</id>
<content type='text'>
Tag soledad version 0.8.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tag soledad version 0.8.0
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] Update changelog</title>
<updated>2016-04-18T15:29:46+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-18T15:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d5974f61df6ca640dde69903976d4721b6d88007'/>
<id>d5974f61df6ca640dde69903976d4721b6d88007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into debian/platform-0.8</title>
<updated>2015-12-04T19:02:42+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-12-04T19:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=fb7045bbb15af70def876775eef9eb1a2f5c6ca7'/>
<id>fb7045bbb15af70def876775eef9eb1a2f5c6ca7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] prepare server to handle batches</title>
<updated>2015-12-03T20:30:48+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-11-14T02:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=577abee147c98592753bcdc68e1693d1f4ab5a08'/>
<id>577abee147c98592753bcdc68e1693d1f4ab5a08</id>
<content type='text'>
Created two methods on the backend to start and finish a batch. A dict of
callbacks is available to defer actions for the last document, allowing
temporary (changing often) metadata to be recorded only once.
Using those methods we will also be able to put all docs in one go on
the CouchDatabase implementation, but that is another step.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created two methods on the backend to start and finish a batch. A dict of
callbacks is available to defer actions for the last document, allowing
temporary (changing often) metadata to be recorded only once.
Using those methods we will also be able to put all docs in one go on
the CouchDatabase implementation, but that is another step.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into debian/platform-0.8</title>
<updated>2015-11-18T00:49:38+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-18T00:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=aa6a34bc4ac5962dacaa5908778e444fe5aae3d7'/>
<id>aa6a34bc4ac5962dacaa5908778e444fe5aae3d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] remove SSL tsafe monkeypatch</title>
<updated>2015-10-29T19:50:07+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-27T16:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3b869fb7ffedc88c738e0a17347b9506d242cabe'/>
<id>3b869fb7ffedc88c738e0a17347b9506d242cabe</id>
<content type='text'>
This was added for a Twisted 12 bug that should be gone by now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was added for a Twisted 12 bug that should be gone by now.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] adds --migrate-all to create-user-db script</title>
<updated>2015-10-29T19:50:01+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-27T16:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=bc8e8bea61b01e0b93593e24a816574f5a19ac61'/>
<id>bc8e8bea61b01e0b93593e24a816574f5a19ac61</id>
<content type='text'>
This parameter applies the ensure_database to all existing databases,
making all of them use the latest design documents.
This can be used to migrate security documents, update handlers or any
other kind of design document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This parameter applies the ensure_database to all existing databases,
making all of them use the latest design documents.
This can be used to migrate security documents, update handlers or any
other kind of design document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into debian/platform-0.8</title>
<updated>2015-10-06T14:56:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-10-06T14:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9975e9b4ecc553d13a5e5b283257af9fedab51bf'/>
<id>9975e9b4ecc553d13a5e5b283257af9fedab51bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Move config dir to /etc/soledad</title>
<updated>2015-10-05T12:03:44+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-10-05T09:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=147986547f400f79e8bc0d50af5ae7b5d2a140b4'/>
<id>147986547f400f79e8bc0d50af5ae7b5d2a140b4</id>
<content type='text'>
- Resolves: #7509
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7509
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] read netrc path from configuration file</title>
<updated>2015-10-01T13:59:01+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-30T18:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7a0dba8b7008aca8652f7b334352d9ca63cb2054'/>
<id>7a0dba8b7008aca8652f7b334352d9ca63cb2054</id>
<content type='text'>
netrc file was hardcoded inside create-user-db. Now it reads the path
from /etc/leap/soledad-server.conf as done on server process.
The new configuration property is called 'admin_netrc'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
netrc file was hardcoded inside create-user-db. Now it reads the path
from /etc/leap/soledad-server.conf as done on server process.
The new configuration property is called 'admin_netrc'.
</pre>
</div>
</content>
</entry>
</feed>
