summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-02[pkg] add pyzmq and txzmq dependenciesdebian/platform-0.7drebs
2015-06-01freeze debian versionKali Kaneko
2015-06-01add deb_release scriptKali Kaneko
2015-06-01add debian folder, with changelog updated to 0.4.0Kali Kaneko
2015-06-01[pkg] fold in changes0.4.0Ivan Alejandro
2015-05-28[bug] use dict keys to iterateVictor Shyba
We ran into a RuntimeError yesterday on this line, the callback can modify this dict and make the iteration raise an error. Using keys method to iterate is safer. See http://stackoverflow.com/questions/11941817/python-runtimeerror-dictionary-changed-size-during-iteration-how-to-avoid-th/11941855#11941855
2015-05-27[feat] add initialization of events to BaseLeapTestRuben Pollan
This is needed to get the tests working on environments where zmq was not initalizated. The environment variable XDG_CONFIG_HOME is set to get the leap configuration in the temp folder.
2015-05-27[feat] refactor events to use ZMQdrebs
Before this commit, protobuf and protobuf.socketrpc were used to serialize and transmit messages between events clients. This change implements a simpler ZMQ client/server events mechanism that uses ZMQ sockets for transmitting messages from clients to server and to redistribute such messages to subscribed clients. Closes: #6359
2015-05-27[refactor] move http twisted code from soledadRuben Pollan
Implements an HTTP client the twisted way, with a focus on pinning the SSL certs. * Related: #6506
2015-05-21[bug] get certificate times as UTC, add testsIvan Alejandro
The certificate validity times were converted to local time and later on compared with UTC time, which caused the certificate not being updated at the right times. Add tests to be sure this is not happenning again. Add a joint pem file for the existing cert and key files to ease test. - Resolves: #6994
2015-01-26Fold in changes.0.3.10Ivan Alejandro
2015-01-21Consider different possibilities for tmpdir.Ivan Alejandro
In some systems the used tmp dir is like '/tmp/leap_tests-asdf' and in others is like '/tmp/username/leap_tests-asdf'. With this fix we protect the home dir and consider different possible temp directories.
2014-12-03Add support for deferreds to memoize_method decoratorRuben Pollan
2014-12-03Extract the environment set up and tear down for testsRuben Pollan
Using trial there is no setUpClass neither tearDownClass, the setting up of the environment needs to be in an external class to be able to call it from inhereted classes.
2014-10-06Merge remote-tracking branch 'meskio/feature/cache_invalidation' into developIvan Alejandro
2014-09-16Add invalidation timeout to cacheRuben Pollan
2014-07-18Merge branch 'release-0.3.9'0.3.9Tomás Touceda
2014-07-18Fold in changesTomás Touceda
2014-07-14Merge remote-tracking branch 'refs/remotes/kali/bug/install-pemfiles-data' ↵Tomás Touceda
into develop
2014-07-14include pemfile in the installed packagekali
2014-07-10Merge remote-tracking branch 'chiiph/feature/cacert_osx' into developIvan Alejandro
2014-07-10Look for cacert.pem in the Resources dir in OSXTomás Touceda
2014-07-08Merge remote-tracking branch 'refs/remotes/meskio/doc' into developTomás Touceda
2014-07-04Update documentation about events/protoRuben Pollan
2014-06-06Merge branch 'release-0.3.8'0.3.8Tomás Touceda
2014-06-06Fold in changesTomás Touceda
2014-05-29Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/feature/5517_add-soledad-sync-status-signals' into develop
2014-05-02Add soledad sync status signals (#5517).drebs
2014-04-23Merge remote-tracking branch ↵Kali Kaneko
'chiiph-github/bug/improve_changelog_readability' into develop
2014-04-09Update changelog for improved readabilityTomás Touceda
2014-04-08Merge remote-tracking branch 'refs/remotes/kali/fix-changelog-year' into developTomás Touceda
2014-04-08fix year in changelogKali Kaneko
2014-04-04Merge branch 'release-0.3.7'0.3.7Tomás Touceda
2014-04-04Fold in changesTomás Touceda
2014-03-18Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/feature/5191_add-soledad-invalid-auth-token-event' into develop
2014-03-18Add Soledad invalid auth token event (#5191).drebs
2014-01-17Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/support-str-in-charset-detection' into develop
2014-01-17Support str type in email charset detection.Ivan Alejandro
2013-12-19Merge remote-tracking branch 'refs/remotes/kali/bug/fix-memoize' into developTomás Touceda
2013-12-19add cache invalidationKali Kaneko
2013-12-18Fix memoize decorator: raise instead of storing NoneKali Kaneko
With this fix, we will re-raise an exception that happens while evaluating the callable, instead of storing None as value.
2013-12-17Merge remote-tracking branch 'chiiph-github/bug/versioneer_windows' into developKali Kaneko
2013-12-17Use git.exe instead of git.cmd on windows since we use GitBashTomás Touceda
2013-12-17Merge remote-tracking branch 'refs/remotes/kali/feature/memoize' into developTomás Touceda
2013-12-17Add a memoize_method decoratorKali Kaneko
2013-12-06Merge branch 'release-0.3.6'0.3.6Tomás Touceda
2013-12-06Fold in changesTomás Touceda
2013-12-05Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/kali/bug/fix-missing-readme-while-pip' into develop
2013-12-05workaround for missing file during pip installKali Kaneko
2013-11-08Merge remote-tracking branch 'kali/add-readme-to-manifest' into developTomás Touceda