<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/server/changes, branch master</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[pkg] unify client and server into a single python package</title>
<updated>2017-06-23T22:49:17+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-06-18T14:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3e94cafa43d464d73815e21810b97a4faf54136d'/>
<id>3e94cafa43d464d73815e21810b97a4faf54136d</id>
<content type='text'>
We have been discussing about this merge for a while.
Its main goal is to simplify things: code navigation, but also
packaging.

The rationale is that the code is more cohesive in this way, and there's
only one source package to install.

Dependencies that are only for the server or the client will not be
installed by default, and they are expected to be provided by the
environment. There are setuptools extras defined for the client and the
server.

Debianization is still expected to split the single source package into
3 binaries.

Another avantage is that the documentation can now install a single
package with a single step, and therefore include the docstrings into
the generated docs.

- Resolves: #8896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have been discussing about this merge for a while.
Its main goal is to simplify things: code navigation, but also
packaging.

The rationale is that the code is more cohesive in this way, and there's
only one source package to install.

Dependencies that are only for the server or the client will not be
installed by default, and they are expected to be provided by the
environment. There are setuptools extras defined for the client and the
server.

Debianization is still expected to split the single source package into
3 binaries.

Another avantage is that the documentation can now install a single
package with a single step, and therefore include the docstrings into
the generated docs.

- Resolves: #8896
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] bump changelog to 0.8.1</title>
<updated>2016-07-14T08:19:21+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-07-14T08:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=6b23b3f3215f2443aa3e790559b63a41b3040072'/>
<id>6b23b3f3215f2443aa3e790559b63a41b3040072</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>[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>[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>[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>
<entry>
<title>[refactor] kaliy's review and pep8 fixes</title>
<updated>2015-09-28T19:52:53+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-25T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=de0cf00b4412e253a481ff19803bab66ffc4443e'/>
<id>de0cf00b4412e253a481ff19803bab66ffc4443e</id>
<content type='text'>
README with information about latest change, missing docs and licenses,
variable naming and pep8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
README with information about latest change, missing docs and licenses,
variable naming and pep8.
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] fold in changes</title>
<updated>2015-09-21T22:06:51+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-21T22:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4be6f05d91891122e83f74d21c83c5f8fcd3a618'/>
<id>4be6f05d91891122e83f74d21c83c5f8fcd3a618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
