<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/testing, branch 0.10.0</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[feat] use MX as default namepace for incoming blobs</title>
<updated>2017-07-18T21:07:21+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-07-18T20:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d8071742d6fc6bdcfacd974b2ca7531a180f50eb'/>
<id>d8071742d6fc6bdcfacd974b2ca7531a180f50eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] enable blobs in tests</title>
<updated>2017-07-18T19:33:09+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-07-18T19:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c85b15c728c28a1315ad84cb85a7bb371c4bb36b'/>
<id>c85b15c728c28a1315ad84cb85a7bb371c4bb36b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] avoid reinstalling pysqlcipher if unneeded</title>
<updated>2017-07-18T18:45:01+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-07-18T18:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=92a34ab8ad7c2373c9d607d0e3f21a687761c9fc'/>
<id>92a34ab8ad7c2373c9d607d0e3f21a687761c9fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] add namespace support for BlobsManager</title>
<updated>2017-07-18T18:30:30+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-07T05:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1aa9dee0ce87434188d37c821617caeff24fd70f'/>
<id>1aa9dee0ce87434188d37c821617caeff24fd70f</id>
<content type='text'>
'namespace' argument is supported by backend but not yet exposed on API
for clients. Since IncomingBox makes heavy usage of it, this commit
exposes the argument as a query string for clients to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'namespace' argument is supported by backend but not yet exposed on API
for clients. Since IncomingBox makes heavy usage of it, this commit
exposes the argument as a query string for clients to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] remote list sorting by date</title>
<updated>2017-07-18T18:30:30+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-07T05:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=679e1bb7990fc1fc9c4971db6383a75ae6acab80'/>
<id>679e1bb7990fc1fc9c4971db6383a75ae6acab80</id>
<content type='text'>
Listing by date is useful for listing newest/oldest documents on blobs
storage and should be used for listing new IncomingMessages as described
on specification.

-- Resolves: #8879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Listing by date is useful for listing newest/oldest documents on blobs
storage and should be used for listing new IncomingMessages as described
on specification.

-- Resolves: #8879
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fix naming from review</title>
<updated>2017-07-18T18:22:37+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-08T06:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1b71b5c3f5df1c88f61ac2c57abe791f47027143'/>
<id>1b71b5c3f5df1c88f61ac2c57abe791f47027143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] add blobs as a incoming api backend</title>
<updated>2017-07-18T18:22:23+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-05T05:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=361eb8d7121cc8abb94d9fef784d5ff2b27722d0'/>
<id>361eb8d7121cc8abb94d9fef784d5ff2b27722d0</id>
<content type='text'>
We started with CouchDB due legacy system relying on it. This commit
adds the possibility of adding blobs as a IncomingAPI backend if blobs
is enabled on config file.

-- Resolves: #8868
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We started with CouchDB due legacy system relying on it. This commit
adds the possibility of adding blobs as a IncomingAPI backend if blobs
is enabled on config file.

-- Resolves: #8868
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] move preamble module to common</title>
<updated>2017-07-18T18:22:23+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-06-27T09:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=74dae7251e2aa28f1887f36d47bcf9366557bbe6'/>
<id>74dae7251e2aa28f1887f36d47bcf9366557bbe6</id>
<content type='text'>
This move allows server to use it on #8868 as described in #8890

-- Relates: #8890
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This move allows server to use it on #8868 as described in #8890

-- Relates: #8890
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] move preamble to a new module</title>
<updated>2017-07-18T18:22:22+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-06-27T09:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9a14e2bae39709402595326652083c2af05d452e'/>
<id>9a14e2bae39709402595326652083c2af05d452e</id>
<content type='text'>
Extracted preamble code for making space to #8890 changes.

-- Related: #8890
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extracted preamble code for making space to #8890 changes.

-- Related: #8890
</pre>
</div>
</content>
</entry>
<entry>
<title>[benchmarks] add docstrings for benchmarks</title>
<updated>2017-07-18T16:51:09+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-07-17T23:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=49484d93ba4183af460e592bb163153a92ba8571'/>
<id>49484d93ba4183af460e592bb163153a92ba8571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
