<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/testing/tests/client, branch 0.10.2</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[tests] use assert_has_calls instead of has_calls</title>
<updated>2017-08-08T00:10:15+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-08T00:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=01eaca2a16316adf91803a1c43803c85733183ea'/>
<id>01eaca2a16316adf91803a1c43803c85733183ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] skip processing if no consumers to avoid data loss</title>
<updated>2017-08-08T00:09:44+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-08T00:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=90c8ebd220b0e15b75e9c1efc6c760f8b6592c4f'/>
<id>90c8ebd220b0e15b75e9c1efc6c760f8b6592c4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] fix typos and improve text from code review</title>
<updated>2017-08-08T00:07:58+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-08T00:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9e7671b4bc8847ab59cca6742e87b83933c60736'/>
<id>9e7671b4bc8847ab59cca6742e87b83933c60736</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] incoming processing flow</title>
<updated>2017-08-03T08:33:01+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-21T08:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8fc244cb0946f46ba9aff019b70568d08a226b29'/>
<id>8fc244cb0946f46ba9aff019b70568d08a226b29</id>
<content type='text'>
This class implements a process flow between the ones defined at #8881
and #8874. It uses a LoopingCall to keep running in a loop and accepts
IIncomingBoxConsumers defined by soledad users, such as leap mail.

- Resolves: #8874
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This class implements a process flow between the ones defined at #8881
and #8874. It uses a LoopingCall to keep running in a loop and accepts
IIncomingBoxConsumers defined by soledad users, such as leap mail.

- Resolves: #8874
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] creates a common.blobs with preamble</title>
<updated>2017-07-21T13:58:45+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-08T08:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=eb000dac7a66ea249adb8c9b7d154101b897311c'/>
<id>eb000dac7a66ea249adb8c9b7d154101b897311c</id>
<content type='text'>
Refactor suggested from !105 review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor suggested from !105 review.
</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>[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>[feat] use OpenSSL backend for scrypt if available</title>
<updated>2017-07-08T06:15:05+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-06-30T10:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=88d52a578d0d7b06e138820fc0df24ba5f22e0e1'/>
<id>88d52a578d0d7b06e138820fc0df24ba5f22e0e1</id>
<content type='text'>
This needs OpenSSL &gt;= 1.1, otherwise it will keep using the scrypt
dependency.

We should think about deprecating scrypt as a dependency when we can be
sure that the adoption of libssl 1.1 is wide enough. I think that at
some point (soledad 0.11 or so) we can drop the scrypt dependency, which
was being somehow problematic at times (the _scrypt.so was not appearing
when installing with pip, needed workarounds). From that moment on, we
can raise an error if an old libssl is found and no scrypt can be
imported - leaving that to the user/packager.

In debian stretch and afterwards, you can get that version by installing
libssl-dev

- Related: #8472
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This needs OpenSSL &gt;= 1.1, otherwise it will keep using the scrypt
dependency.

We should think about deprecating scrypt as a dependency when we can be
sure that the adoption of libssl 1.1 is wide enough. I think that at
some point (soledad 0.11 or so) we can drop the scrypt dependency, which
was being somehow problematic at times (the _scrypt.so was not appearing
when installing with pip, needed workarounds). From that moment on, we
can raise an error if an old libssl is found and no scrypt can be
imported - leaving that to the user/packager.

In debian stretch and afterwards, you can get that version by installing
libssl-dev

- Related: #8472
</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>
</feed>
