<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_pycommon.git/src, branch 0.4.2</title>
<subtitle>[leap_pycommon] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/'/>
<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>
<entry>
<title>[style] more pep8 cleanup</title>
<updated>2015-07-28T15:41:32+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-07-28T15:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=a119dd4fa2fc4a14577fd2d6e32dff950d934193'/>
<id>a119dd4fa2fc4a14577fd2d6e32dff950d934193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] fix initialization of basetest case</title>
<updated>2015-07-23T20:36:12+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-07-23T20:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=16242a1ebbac7ee0b38d3199b2a1317297d4506b'/>
<id>16242a1ebbac7ee0b38d3199b2a1317297d4506b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fixed pep8 warnings on http and test events</title>
<updated>2015-07-23T20:17:53+00:00</updated>
<author>
<name>Bruno Wagner</name>
<email>bwgpro@gmail.com</email>
</author>
<published>2015-07-23T03:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=e8d54bd3dc4b5f0327a30c0a6848dd832beb7da0'/>
<id>e8d54bd3dc4b5f0327a30c0a6848dd832beb7da0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
