<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_pycommon.git/src, branch 0.4.3</title>
<subtitle>[leap_pycommon] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/'/>
<entry>
<title>[refactor] move checking flag to main module</title>
<updated>2015-09-16T16:29:45+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-16T16:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=967763e8d0cc5f70f0760994d87500e30ad724a7'/>
<id>967763e8d0cc5f70f0760994d87500e30ad724a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] Make txclient honor flags.EVENTS_ENABLED</title>
<updated>2015-09-16T09:21:01+00:00</updated>
<author>
<name>Folker Bernitt</name>
<email>fbernitt@thoughtworks.com</email>
</author>
<published>2015-09-16T09:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=d4e4d3dc8ff88d98477e1fcd1104d7cd8b9e6612'/>
<id>d4e4d3dc8ff88d98477e1fcd1104d7cd8b9e6612</id>
<content type='text'>
- Breaks tests in dependent repos like soledad otherwise,
  because server.key could not be found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Breaks tests in dependent repos like soledad otherwise,
  because server.key could not be found
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] expose async events in api</title>
<updated>2015-09-15T16:40:02+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-15T03:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=9d0900de85d07ec5b7926708c51136810b337158'/>
<id>9d0900de85d07ec5b7926708c51136810b337158</id>
<content type='text'>
to make simpler the import of the tx client

- Related: #7274
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to make simpler the import of the tx client

- Related: #7274
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8 fix</title>
<updated>2015-08-17T23:15:05+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-17T23:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=97096fa2c22e96ec238c38ad3befdd052b5028cf'/>
<id>97096fa2c22e96ec238c38ad3befdd052b5028cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] allow passing callback to http client</title>
<updated>2015-08-17T15:47:18+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-08-11T14:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=8965be42773e3e6c7e154f2c1a27f4e34031ae91'/>
<id>8965be42773e3e6c7e154f2c1a27f4e34031ae91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] HTTP timeout was not being cleared on abort</title>
<updated>2015-08-04T21:44:21+00:00</updated>
<author>
<name>Bruno Wagner</name>
<email>bwgpro@gmail.com</email>
</author>
<published>2015-08-04T21:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=0a8f455965fff778d993912f1dc11a77db264a93'/>
<id>0a8f455965fff778d993912f1dc11a77db264a93</id>
<content type='text'>
In case the http client loses connection, it has to clear
it's timeout or the reactor will be left in a dirty state
Fixing this solves a problem with some of the tests in Soledad
that were trying to run on a dirty reactor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case the http client loses connection, it has to clear
it's timeout or the reactor will be left in a dirty state
Fixing this solves a problem with some of the tests in Soledad
that were trying to run on a dirty reactor
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] register and unregister controlled by flag</title>
<updated>2015-07-29T16:34:08+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-07-29T16:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=2d9ce114daeaf6c4c193079b018576ad1f4f8f28'/>
<id>2d9ce114daeaf6c4c193079b018576ad1f4f8f28</id>
<content type='text'>
Since register and unregister cant be used without full zmq initialization,
it should make sense to also check flag for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since register and unregister cant be used without full zmq initialization,
it should make sense to also check flag for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] Extract flags check to caller</title>
<updated>2015-07-29T16:30:41+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-07-29T16:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=2e911bd0c949b7f42824ed87c467b1ac0919224a'/>
<id>2e911bd0c949b7f42824ed87c467b1ac0919224a</id>
<content type='text'>
Checking was done inside of emit method. Doing on emit function at
a module level makes it cleaner with less lines inside of check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Checking was done inside of emit method. Doing on emit function at
a module level makes it cleaner with less lines inside of check.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] set flag before starting client</title>
<updated>2015-07-28T19:48:04+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-07-28T19:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=e47f4bcc0eb9c3d08c649adcb62b0325f439113e'/>
<id>e47f4bcc0eb9c3d08c649adcb62b0325f439113e</id>
<content type='text'>
Test client will only start with flag set to True.
Change EventsGenericClientTestCase to set the flag on the
first line of setUp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test client will only start with flag set to True.
Change EventsGenericClientTestCase to set the flag on the
first line of setUp.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Consider events flag when ensuring client</title>
<updated>2015-07-28T19:26:14+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-07-28T19:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=08779379337ff77729c9d2ebdb6f4aaf486d38a7'/>
<id>08779379337ff77729c9d2ebdb6f4aaf486d38a7</id>
<content type='text'>
Change EventsClientThread behavior so it won't start anymore if
the events flag is set to False
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change EventsClientThread behavior so it won't start anymore if
the events flag is set to False
</pre>
</div>
</content>
</entry>
</feed>
