<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/testing/tests/server, 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>[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>[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>[test] mark tests that depend on couchdb server</title>
<updated>2017-07-07T18:59:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-06-30T12:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=305318a6b2a9cbd638c6c48ce447fb228d7fe47d'/>
<id>305318a6b2a9cbd638c6c48ce447fb228d7fe47d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] incoming doesnt accept encryption schemes</title>
<updated>2017-07-02T04:32:39+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-06-22T05:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=32322267dd9e89cb6f0ed07ac7869a57f0eaeb47'/>
<id>32322267dd9e89cb6f0ed07ac7869a57f0eaeb47</id>
<content type='text'>
According to /incoming specification, this parameter doesn't exists. It
was added on MX side and brought here on transition. This commit
explicitly removes it, leaving a track on history that it got removed
during transition. Further work on MX will also remove the "NONE"
encryption scheme, which is part of dead code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to /incoming specification, this parameter doesn't exists. It
was added on MX side and brought here on transition. This commit
explicitly removes it, leaving a track on history that it got removed
during transition. Further work on MX will also remove the "NONE"
encryption scheme, which is part of dead code.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fix naming from review</title>
<updated>2017-07-02T04:32:39+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-06-22T05:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b9a906aadbf9561cff76d406d89b644ee1f0e67a'/>
<id>b9a906aadbf9561cff76d406d89b644ee1f0e67a</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 formatting from MX into incoming</title>
<updated>2017-07-02T04:32:39+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-06-10T09:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=cbcc049737e26e30db8890e31d6b98725bdb3385'/>
<id>cbcc049737e26e30db8890e31d6b98725bdb3385</id>
<content type='text'>
Use the same formatting as MX was using for backwards compatibility.

-- Resolves: #8828
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the same formatting as MX was using for backwards compatibility.

-- Resolves: #8828
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] make /incoming persist doc on CouchDB</title>
<updated>2017-07-02T04:32:39+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-05-29T07:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7ef11157c9af8dcddbc52f063f8f362bddc6c36f'/>
<id>7ef11157c9af8dcddbc52f063f8f362bddc6c36f</id>
<content type='text'>
-- Resolves: #8827
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Resolves: #8827
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] direct /incoming requests to IncomingResource</title>
<updated>2017-07-02T04:32:39+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-05-18T06:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=154cfabeca53258e547adfb5ce815a59f8eff59c'/>
<id>154cfabeca53258e547adfb5ce815a59f8eff59c</id>
<content type='text'>
Adds the routing code for exposing /incoming from SoledadResource.

- Related: #8827
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the routing code for exposing /incoming from SoledadResource.

- Related: #8827
</pre>
</div>
</content>
</entry>
</feed>
