Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-02 | refactored jsonconfig, included jsonschema validation | kali | |
and type casting. | |||
2012-09-20 | tests pass after branding changes | kali | |
2012-09-06 | openvpn management socket is a temp path on each run | kali | |
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-29 | add eipconfig spec and config object | kali | |
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 | 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 | minor tweaks to setup + env test | kali | |
2012-08-22 | config tests | kali | |