<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/client/src/leap, branch 0.7.3</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[bug] set the received active secret before saving local file</title>
<updated>2015-09-21T17:54:03+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-18T04:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=733893d2fe39c2573c896d0e05cd29f9983cdbce'/>
<id>733893d2fe39c2573c896d0e05cd29f9983cdbce</id>
<content type='text'>
- bug: we were dumping the received secrets locally to disk *before*
  setting the received property for the active secret, and therefore the
  'active_secret' was always marked as null.
- refactor common code into an utility method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bug: we were dumping the received secrets locally to disk *before*
  setting the received property for the active secret, and therefore the
  'active_secret' was always marked as null.
- refactor common code into an utility method.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] decrease verbosity of sync logs</title>
<updated>2015-09-17T21:49:26+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-17T21:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d38d0aa5836080cfaad90df430ab4a4d14822856'/>
<id>d38d0aa5836080cfaad90df430ab4a4d14822856</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] review some of the close methods</title>
<updated>2015-09-16T08:00:45+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-14T18:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=98f99d1106a8941b701acda78095c3e4d1cd5f9e'/>
<id>98f99d1106a8941b701acda78095c3e4d1cd5f9e</id>
<content type='text'>
We are getting "too many files open" while running tests with 1024 max
files open. This is a leak from close methods. Some of them should be fixed
on this commit, but further investigation may be necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are getting "too many files open" while running tests with 1024 max
files open. This is a leak from close methods. Some of them should be fixed
on this commit, but further investigation may be necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use async events client</title>
<updated>2015-09-16T00:02:49+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-15T03:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9a68d9a1db0e3d2ddbea9c194d4ad0d006bf94e3'/>
<id>9a68d9a1db0e3d2ddbea9c194d4ad0d006bf94e3</id>
<content type='text'>
in this way we use the reactor pattern to dispatch the events, instead
of having the overhead of running a separate client thread.

- Resolves: #7274
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in this way we use the reactor pattern to dispatch the events, instead
of having the overhead of running a separate client thread.

- Resolves: #7274
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] check threadpool state before closing it</title>
<updated>2015-09-09T17:39:59+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-09T17:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1e00c9966ed2a5cb4a4b1075e450f5e1ce13f188'/>
<id>1e00c9966ed2a5cb4a4b1075e450f5e1ce13f188</id>
<content type='text'>
Code is trying to close a closed threadpool. This raises errors on
Twisted 15.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code is trying to close a closed threadpool. This raises errors on
Twisted 15.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] emit dict instead of str</title>
<updated>2015-08-31T18:48:23+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-08-31T18:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3342cc75c8ad63a0a08d1116e0e4b9bc890271a2'/>
<id>3342cc75c8ad63a0a08d1116e0e4b9bc890271a2</id>
<content type='text'>
- Resolves: #7412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7412
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] cleanup http_target.py file from refactor</title>
<updated>2015-08-28T17:19:20+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-08-28T17:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8a80c8a2475580d3d6b4ae365cc00e09059ec587'/>
<id>8a80c8a2475580d3d6b4ae365cc00e09059ec587</id>
<content type='text'>
The http_target.py refactor started in 8adf2dedb74941352520d8de42326b0c59818728
forgot to remove the old file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The http_target.py refactor started in 8adf2dedb74941352520d8de42326b0c59818728
forgot to remove the old file.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8 fixes</title>
<updated>2015-08-28T16:37:01+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-28T16:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=af611822aa0ed3fa4be7089fa9835820f489431f'/>
<id>af611822aa0ed3fa4be7089fa9835820f489431f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] reduce memory usage by consuming single doc</title>
<updated>2015-08-26T20:20:22+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-08-21T15:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=23ea0193a521a1f5cb539a342be594b7b7acedcf'/>
<id>23ea0193a521a1f5cb539a342be594b7b7acedcf</id>
<content type='text'>
Preparing many docs is useful for batching only. As we are sendind one
by one I will leave prepare_one_doc method to do the encrypt as the docs
goes to upload.
Also fixes method name as kaliy suggested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparing many docs is useful for batching only. As we are sendind one
by one I will leave prepare_one_doc method to do the encrypt as the docs
goes to upload.
Also fixes method name as kaliy suggested.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] Move constructor, use isinstance</title>
<updated>2015-08-26T20:20:22+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-08-20T17:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=de73fc6969433a69ec6ba12ec508c3c93b83fcc6'/>
<id>de73fc6969433a69ec6ba12ec508c3c93b83fcc6</id>
<content type='text'>
isinstance is better, as kaliy pointed out, and the constructor is also
in a safer place on __init__.py to be explicit.
Also re-apply a change from last rebase;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
isinstance is better, as kaliy pointed out, and the constructor is also
in a safer place on __init__.py to be explicit.
Also re-apply a change from last rebase;
</pre>
</div>
</content>
</entry>
</feed>
