Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-01 | [pkg] fold in changes0.4.0 | Ivan Alejandro | |
2015-05-28 | [bug] use dict keys to iterate | Victor 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 BaseLeapTest | Ruben 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 ZMQ | drebs | |
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 soledad | Ruben 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 tests | Ivan 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-26 | Fold in changes.0.3.10 | Ivan Alejandro | |
2015-01-21 | Consider 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-03 | Add support for deferreds to memoize_method decorator | Ruben Pollan | |
2014-12-03 | Extract the environment set up and tear down for tests | Ruben 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-11-11 | update changelog | Kali Kaneko | |
2014-11-07 | freeze debian version | Kali Kaneko | |
2014-11-07 | Merge tag '0.3.9' into deb-0.3.9 | Kali Kaneko | |
Tag leap.common version 0.3.9 | |||
2014-10-06 | Merge remote-tracking branch 'meskio/feature/cache_invalidation' into develop | Ivan Alejandro | |
2014-09-16 | Add invalidation timeout to cache | Ruben Pollan | |
2014-07-18 | Merge branch 'release-0.3.9'0.3.9 | Tomás Touceda | |
2014-07-18 | Fold in changes | Tomás Touceda | |
2014-07-14 | Merge remote-tracking branch 'refs/remotes/kali/bug/install-pemfiles-data' ↵ | Tomás Touceda | |
into develop | |||
2014-07-14 | include pemfile in the installed package | kali | |
2014-07-10 | Merge remote-tracking branch 'chiiph/feature/cacert_osx' into develop | Ivan Alejandro | |
2014-07-10 | Look for cacert.pem in the Resources dir in OSX | Tomás Touceda | |
2014-07-08 | Merge remote-tracking branch 'refs/remotes/meskio/doc' into develop | Tomás Touceda | |
2014-07-04 | Update documentation about events/proto | Ruben Pollan | |
2014-06-10 | freeze debian version | Kali Kaneko | |
2014-06-10 | bump version | Kali Kaneko | |
2014-06-10 | Merge tag '0.3.8' into deb-0.3.8 | Kali Kaneko | |
Tag leap.common version 0.3.8 | |||
2014-06-06 | Merge branch 'release-0.3.8'0.3.8 | Tomás Touceda | |
2014-06-06 | Fold in changes | Tomás Touceda | |
2014-05-29 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/5517_add-soledad-sync-status-signals' into develop | |||
2014-05-02 | Add soledad sync status signals (#5517). | drebs | |
2014-04-23 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'chiiph-github/bug/improve_changelog_readability' into develop | |||
2014-04-09 | bump standards-version | Kali Kaneko | |
2014-04-09 | freeze debian ver to 0.3.7 | Kali Kaneko | |
2014-04-09 | update changelog to 0.3.7 final release | Kali Kaneko | |
2014-04-09 | Merge tag '0.3.7' into deb-0.3.7 | Kali Kaneko | |
Tag leap.common version 0.3.7 | |||
2014-04-09 | Update changelog for improved readability | Tomás Touceda | |
2014-04-08 | Merge remote-tracking branch 'refs/remotes/kali/fix-changelog-year' into develop | Tomás Touceda | |
2014-04-08 | fix year in changelog | Kali Kaneko | |
2014-04-04 | Merge branch 'release-0.3.7'0.3.7 | Tomás Touceda | |
2014-04-04 | Fold in changes | Tomás Touceda | |
2014-03-18 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/5191_add-soledad-invalid-auth-token-event' into develop | |||
2014-03-18 | Add Soledad invalid auth token event (#5191). | drebs | |
2014-01-17 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/support-str-in-charset-detection' into develop | |||
2014-01-17 | Support str type in email charset detection. | Ivan Alejandro | |
2013-12-23 | Fix the reported string under _version (0.3.7-rc) | Kali Kaneko | |
2013-12-23 | freeze debian version to 0.3.7-rc | Kali Kaneko | |
2013-12-23 | update changelog for 0.3.7 | Kali Kaneko | |
2013-12-23 | Merge branch 'develop' into debian-0.3.7-rc | Kali Kaneko | |
2013-12-19 | Merge remote-tracking branch 'refs/remotes/kali/bug/fix-memoize' into develop | Tomás Touceda | |
2013-12-19 | add cache invalidation | Kali Kaneko | |