Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-10 | fix failing test on test_eipconnection | kali | |
Closes #738 | |||
2012-10-08 | Merge branch 'feature/network_check' into develop | kali | |
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py | |||
2012-10-06 | Merge branch 'feature/detect_vpn' into develop | kali | |
2012-10-05 | added tests. | antialias | |
2012-10-02 | refactored jsonconfig, included jsonschema validation | kali | |
and type casting. | |||
2012-09-25 | moved LeapNetworkChecker and test in base. | antialias | |
2012-09-24 | improved network checks on the way to a network checker. | antialias | |
2012-09-25 | workaround for #638 and fix for eip config check for gateways | kali | |
(we were picking gateway in a wrong way) Closes #610. | |||
2012-09-20 | tests pass after branding changes | kali | |
2012-09-12 | time boundary check of certificate using gnutls | kali | |
2012-09-12 | moved network checks to its own class | kali | |
so it can be more easily moved to base.checks and reused when eip is a module. | |||
2012-09-12 | pep8 | kali | |
2012-09-10 | Implemented basic networks checks: valid interface, default route, and can ↵ | antialias | |
ping the listed gateway. | |||
2012-09-06 | openvpn management socket is a temp path on each run | kali | |
2012-09-06 | make tests pass. | kali | |
forgot to update eipconnection tests after #504 changes :( | |||
2012-09-04 | fix test_checks: do not mess with real home path! | kali | |
It is really dangerous to mess with expanduser paths in tests without deriving testcases from LeapTestCase. It'd be good to devise a way of checking for that :( | |||
2012-09-04 | better separate cert validation/download logic | kali | |
stubbing out the timestamp validity check (waiting for #507) also some more deep tests are missing, wrote todo in tests. | |||
2012-09-03 | basic download cert functionality | kali | |
2012-09-03 | providercertchecks:check_https_is_working | kali | |
implementing a https server with its own base testcase for convenience. https is delicate, and I think it's better checking against a real implementation than mocking everything here. | |||
2012-08-31 | deprecated configparser. closes #500 | kali | |
2012-08-30 | working with options only from cli | kali | |
2012-08-30 | move extra options from config template to cl opts | kali | |
2012-08-30 | fetcher moved to baseconfig + eipchecker using eipservice config. | kali | |
2012-08-30 | fix config load method | kali | |
it was not updating config dict | |||
2012-08-30 | add lazy evaluation to config specs | kali | |
now callables are allowed in specs *only at one level depth* to allow for last-minute evaluation on context-sensitive data, like paths affected by os.environ also some minor modifications to make check tests pass after putting the new jsonconfig-based eipconfig in place. aaaaaall green again :) | |||
2012-08-29 | add eipconfig spec and config object | kali | |
2012-08-29 | test for eip_config_checker called from eip_connection run_checks method | kali | |
also: - changed name EIPChecker -> EipConfigChecker - Added class documentation | |||
2012-08-28 | checki complete eip_config tests. | kali | |
completed first version of EIPChecks | |||
2012-08-28 | eipchecker.fetch definition and tests | kali | |
deprecated base:test_config.test_complete_file (dup functionality) | |||
2012-08-27 | add test_dump_default_eipconfig to eip.test_checks | kali | |
plus a little bit of cleaning around (created constants file). added some notes about inminent deprecation *work in progress* | |||
2012-08-27 | add stubs for eip.checks | kali | |
will handle pre-init sanity checks for eip connection. some of this will actually end in more general leap-checks, but let's keep it alltogether by now. | |||
2012-08-27 | make eipconductor test use BaseLeapTest | kali | |
2012-08-27 | change default_provider_path to base.constants | kali | |
fix tests by introducing a (dirtish) workaround for check for openvpn keys during vpn connection initialization. noted that eipconnection constructor should be better not having that class of side-effects. | |||
2012-08-27 | fix expanduser for home in expected openvpn option | kali | |
2012-08-24 | Merge branch 'get-definition.json' into providers-static | kali | |
adjusted some loose ends to make tests pass again. this merge is still half-baked regarding functionality: I've left in place old Configuration class used by some tests antialias did on his branch. I plan to merge that functionality with the more recent JSONConfig and Spec classes. Conflicts: src/leap/base/configuration.py src/leap/eip/config.py src/leap/eip/tests/test_config.py | |||
2012-08-24 | fix config imports to make tests pass. | kali | |
we still have to move most of those tests to test_baseconfig | |||
2012-08-22 | grabs a definition.json file if one isn't present. includes some basic error ↵ | antialias | |
handling and tests. uses the requests library for network interactions and mocks for simulating network states. | |||
2012-08-23 | test_config uses the new leap base testcase | kali | |
2012-08-22 | moved json-config tests | kali | |
2012-08-22 | Merge branch 'refactor-tests' into refactor | kali | |
2012-08-21 | minor pep8 clean up. | antialias | |
2012-08-22 | minor tweaks to setup + env test | kali | |
2012-08-22 | config tests | kali | |
2012-08-22 | moved tests to directory | kali | |
2012-08-20 | added json parsing from eip.json file and some basic tests. | antialias | |