<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/server/pkg/create-user-db, branch debian/platform-0.8</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[refactor] split out backend from couch database</title>
<updated>2015-11-03T15:38:59+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-14T00:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f0b96af943dcb6c8cde4f6d4280186d78c78096c'/>
<id>f0b96af943dcb6c8cde4f6d4280186d78c78096c</id>
<content type='text'>
First step of splitting classes across files on common.
backend.py holds SoledadBackend (generic backend logic)
couch/ is now a directory with old code inside __init__.py and
CouchServerState on state.py
Also removed mock IndexedSoledadBackend, since Soledad does not support
indexing due to encryption on server side.
Also fixed DesignDocUnknownError to show up what is the message of the
original exception. It was being lost.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First step of splitting classes across files on common.
backend.py holds SoledadBackend (generic backend logic)
couch/ is now a directory with old code inside __init__.py and
CouchServerState on state.py
Also removed mock IndexedSoledadBackend, since Soledad does not support
indexing due to encryption on server side.
Also fixed DesignDocUnknownError to show up what is the message of the
original exception. It was being lost.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] separate SoledadBackend from CouchDatabase</title>
<updated>2015-11-03T15:20:03+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-01T18:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b0557f9c1d5e6f153f926ba3cb5876453ef23a10'/>
<id>b0557f9c1d5e6f153f926ba3cb5876453ef23a10</id>
<content type='text'>
CouchDatabase was renamed to SoledadBackend and a new class
CouchDatabase was created to hold all couchdb code. This should make
SoledadBackend less tied to database implementation. A few more
separations are needed to split into modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CouchDatabase was renamed to SoledadBackend and a new class
CouchDatabase was created to hold all couchdb code. This should make
SoledadBackend less tied to database implementation. A few more
separations are needed to split into modules.
</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] read security doc from configuration</title>
<updated>2015-10-28T21:13:40+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-26T21:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f8d38125098829fe50199725545365d6d2a889a6'/>
<id>f8d38125098829fe50199725545365d6d2a889a6</id>
<content type='text'>
LEAP Platform needs to granularly allow access on user database for
other services, like mx. This is now possible by editing
soledad-server.conf file. A new section 'database-security' was added
and it is parsed during 'create-user-db' to be set on security design
document, present on every per-user database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LEAP Platform needs to granularly allow access on user database for
other services, like mx. This is now possible by editing
soledad-server.conf file. A new section 'database-security' was added
and it is parsed during 'create-user-db' to be set on security design
document, present on every per-user database.
</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>[style] pep8</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-28T19:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3c7a41574ed1a97ae168bbbc50b127d17694734a'/>
<id>3c7a41574ed1a97ae168bbbc50b127d17694734a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>[feat] script for user db creation</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-17T21:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b065492f35006c3d108965b2b50144e080fbe678'/>
<id>b065492f35006c3d108965b2b50144e080fbe678</id>
<content type='text'>
Added a simple script for user db creation and design docs creation.
It uses a netrc from /etc/couchdb/couchdb-admin.netrc and same validator
used on couch.py for database names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a simple script for user db creation and design docs creation.
It uses a netrc from /etc/couchdb/couchdb-admin.netrc and same validator
used on couch.py for database names.
</pre>
</div>
</content>
</entry>
</feed>
