Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | add new TODO comment | kali | |
2012-08-27 | fix expanduser for home in expected openvpn option | kali | |
2012-08-27 | make provider-fetch tests pass | kali | |
test provider-definition dump functions. refactored the set-temp-to-home methods to setUpClass separate provider-fetch tests on different testcases (so they actually call to requests). | |||
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-24 | fix circular import | kali | |
2012-08-23 | added requests to requirements.pip and setup | kali | |
2012-08-23 | moved help functions from eip/config.py to base/configuration.py. | antialias | |
(cherry picked from get-definition.json branch) solve merge conflict since antialias was working in a version in which baseconfig was still at `configuration` file. Conflicts: src/leap/base/configuration.py | |||
2012-08-23 | updated requirements | kali | |
2012-08-23 | basic provider-definition and provider spec classes | kali | |
tests green for load/dump operations on config. defaults on config spec for LeapServiceProvider should be outputting a minimal working config for bootstrapping the connection. we should be using this config mechanism for other config operations; but probably we should specify a local_editable flag for those configs that are only changed by server. | |||
2012-08-23 | add get_tempfile and comment to testing/basetest | kali | |
2012-08-23 | base config and json-config | kali | |
an initial attempt at stablishing base classes for config. we go with a jsonconfig by now, and will switch to a different storage backend in near future. things will surely be broken at this state; i'm splitting work on different commits. | |||
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-22 | moved help functions from eip/config.py to base/configuration.py. | antialias | |
2012-08-22 | Merge branch 'develop' of ssh://leap.se:4422/leap-client into ↵ | antialias | |
get-definition.json | |||
2012-08-23 | fix ad0hoc testsuite runner | kali | |
2012-08-23 | test_config uses the new leap base testcase | kali | |
2012-08-23 | base leap testcase that creates a tempdir and changes path there | kali | |
2012-08-21 | Merge branch 'develop' of ssh://leap.se:4422/leap-client into develop | antialias | |
2012-08-22 | bye bye conductor, watcher (after refactor) | kali | |
2012-08-22 | fix exceptions location | kali | |
2012-08-22 | fix install virtualenv for running tests | kali | |
(actually, it's not completely working. it's missing a fix for the broken qt4 libs inside virtualenv, which still need manual intervention) | |||
2012-08-21 | pep | antialias | |
2012-08-22 | moved json-config tests | kali | |
2012-08-22 | Merge branch 'refactor-tests' into refactor | kali | |
2012-08-22 | removed dup exceptions | kali | |
2012-08-21 | minor pep8 clean up. | antialias | |
2012-08-22 | mv util tests to folder | kali | |
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-22 | fix udstelnet called test (green) | kali | |
2012-08-22 | fix for failing bad port init test | kali | |
2012-08-22 | add conductor + manager tests (red) | kali | |
2012-08-22 | conductor tests | kali | |
2012-08-22 | pep8 | kali | |
2012-08-21 | Merge branch 'refactor' into json-config | antialias | |
2012-08-21 | Error fixes and json commit. | antialias | |
2012-08-22 | yay! First WORKING GUI in refactor branch :) | kali | |
Obviously then, you should ignore the commit message in 489ed46140d6d. That commit WAS NOT working, believe me :) Fix an annoying bug by which we were overwriting the "connect" method that came from vpnmanager with basically an empty stub. | |||
2012-08-22 | clean imports and remove connection base method | kali | |
2012-08-20 | added json parsing from eip.json file and some basic tests. | antialias | |
2012-08-21 | fix status_watcher callback stub | kali | |
2012-08-21 | fix out-of-sync refactor. | kali | |
manually merge changes from the develop branch that were lost due to having branched a previous state when refactored former "conductor" class. also, moved more exceptions to its own file. | |||
2012-08-21 | udstelnet to its own file | kali | |
2012-08-21 | moved exceptions to its own file | kali | |
2012-08-21 | rf -rf eip_client egg info (from old pkg) | kali | |