Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-28 | Merge branch 'feature/coverage_eipbootstrapper' into develop | Ivan Alejandro | |
2013-06-28 | Add EIPBootstrapper tests | Tomás Touceda | |
2013-06-27 | Change leap.common.certs.* calls to be dependent on certs | Tomás Touceda | |
This gives us the possibility of mocking up the methods inside it. Also, return the deferred from the run_* method | |||
2013-06-27 | Add missing eip-service.json sample file for the fake provider | Tomás Touceda | |
2013-06-27 | Improve fake provider implementation | Tomás Touceda | |
2013-06-27 | Merge branch 'feature/coverage_providerbootstrapper' into develop | Ivan Alejandro | |
2013-06-27 | Add ProviderBootstrapper tests | Tomás Touceda | |
2013-06-27 | Fix minor bugs and return defer in the run_* methods | Tomás Touceda | |
2013-06-27 | Add missing openvpn.pem certificate for tests | Tomás Touceda | |
2013-06-27 | Fix problem with an SRPRegister test | Tomás Touceda | |
2013-06-27 | Improve fake_provider to support the modified-if-needed feature | Tomás Touceda | |
2013-06-27 | Merge remote-tracking branch 'ivan/feature/improve_vpngatewayselector_tests' ↵ | Tomás Touceda | |
into develop | |||
2013-06-27 | Merge remote-tracking branch 'ivan/feature/improve_eipconfig_tests' into develop | Tomás Touceda | |
2013-06-26 | Refactor & add tests for eipconfig | Ivan Alejandro | |
2013-06-26 | Improve VPNGatewaySelector tests coverage. | Ivan Alejandro | |
Add +13 and +14 timezones support. | |||
2013-06-26 | Merge remote-tracking branch 'chiiph/feature/fix_test_srpregister' into develop | Kali Kaneko | |
Nice reworking, all things deferreds! Note that in this commit we're removing a couple of tests that should go in test_srpauth... soon. | |||
2013-06-25 | Improve SRPRegister tests | Tomás Touceda | |
2013-06-25 | Merge remote-tracking branch 'chiiph/feature/add_abstractbootstrapper_test' ↵ | Ivan Alejandro | |
into develop | |||
2013-06-25 | Properly return the error responseCode when login is already taken | Tomás Touceda | |
2013-06-25 | pep8 fixes | Tomás Touceda | |
2013-06-25 | Add tests for AbstractBootstrapper | Tomás Touceda | |
2013-06-25 | Return the deferred so that we can use it for other things | Tomás Touceda | |
2013-06-25 | Merge remote-tracking branch 'ivan/feature/2982_test_leap_log_handler' into ↵ | Tomás Touceda | |
develop | |||
2013-06-25 | Add test for the LEAP log handler | Ivan Alejandro | |
2013-06-25 | Change method for 'dependency injection' in test. | Ivan Alejandro | |
2013-06-24 | Merge remote-tracking branch 'ivan/feature/add-pyside-tests-helper' into develop | Tomás Touceda | |
2013-06-24 | Add PySide tests helper. | Ivan Alejandro | |
Look at https://github.com/jasonmccampbell/PySide/blob/master/tests/signals/signal_emission_gui_test.py for an usage example. The original file is: PySide/tests/util/helper/__init__.py | |||
2013-06-24 | Merge remote-tracking branch 'kali/feature/2925_osx-use-cocoasudo' into develop | Tomás Touceda | |
2013-06-25 | use cocoasudo instead of osascript | Kali Kaneko | |
Closes:#2925 | |||
2013-06-24 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/2962_test-vpngatewayselector_rev1' into develop | |||
2013-06-25 | add small img for cocoasudo icon | Kali Kaneko | |
2013-06-24 | Add test for vpngatewayselector class. | Ivan Alejandro | |
2013-06-24 | Bugfix: timezone calculation. | Ivan Alejandro | |
Also use int notation instead of datetime.timedelta. | |||
2013-06-24 | Remove test exclusion for nose. | Ivan Alejandro | |
2013-06-24 | Merge remote-tracking branch 'kali/feature/better-vpn-control' into develop | Tomás Touceda | |
2013-06-24 | Merge remote-tracking branch 'chiiph/bug/catch_oserror' into develop | Kali Kaneko | |
2013-06-24 | Catch OSError when checking for permissions | Tomás Touceda | |
2013-06-24 | Improve OpenVPN Process Control | Kali Kaneko | |
* Disable toggle button until we get "connected" status. #2956 * Catch abnormal termination and update UI accordingly. #2890 | |||
2013-06-24 | let errors go in their own panel | Kali Kaneko | |
2013-06-23 | Merge remote-tracking branch 'chiiph/bug/properly_check_permissions' into ↵ | Kali Kaneko | |
develop | |||
2013-06-23 | Merge remote-tracking branch 'chiiph/bug/disable_bad_keyring' into develop | Kali Kaneko | |
2013-06-23 | Merge remote-tracking branch 'chiiph/feature/openvpn_windows_manifest' into ↵ | Kali Kaneko | |
develop | |||
2013-06-21 | Allow to create the class using a specific offset. | Ivan Alejandro | |
This is useful for testing purposes, so we can be consistent with the distance calculation. | |||
2013-06-21 | Bugfix: return the correct gateway. | Ivan Alejandro | |
After this fix we always returned the first gateway, no matter what the user asked for. | |||
2013-06-21 | Merge remote-tracking branch 'kali/bug/fix_version' into develop | Tomás Touceda | |
2013-06-21 | Disable remembering when not using a proper keyring backend | Tomás Touceda | |
2013-06-21 | Add openvpn manifest for windows binary | Tomás Touceda | |
2013-06-22 | fix versioneer build and sdist commands | Kali Kaneko | |
It turns out that I was using remnants of old functions in which I had to hook the branding mechanism, but that's not needed anymore, so it's much simple. With this change, we get the correct _version generated after a build or sdist command. For the bundles, we should use that _version. Ideally we should use the whole build tree for bundles instead of the source tree directly. | |||
2013-06-21 | Use an alternative method to check for file permission | Tomas Touceda | |
2013-06-20 | Merge remote-tracking branch 'kali/bug/hide-mx' into develop | Tomas Touceda | |