summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-08-27add stubs for eip.checkskali
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-27make eipconductor test use BaseLeapTestkali
2012-08-27change default_provider_path to base.constantskali
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-27add new TODO commentkali
2012-08-27fix expanduser for home in expected openvpn optionkali
2012-08-27make provider-fetch tests passkali
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-24Merge branch 'get-definition.json' into providers-statickali
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-24fix config imports to make tests pass.kali
we still have to move most of those tests to test_baseconfig
2012-08-24fix circular importkali
2012-08-23moved 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-23basic provider-definition and provider spec classeskali
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-23add get_tempfile and comment to testing/basetestkali
2012-08-23base config and json-configkali
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-22grabs 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-22moved help functions from eip/config.py to base/configuration.py.antialias
2012-08-23fix ad0hoc testsuite runnerkali
2012-08-23test_config uses the new leap base testcasekali
2012-08-23base leap testcase that creates a tempdir and changes path therekali
2012-08-22bye bye conductor, watcher (after refactor)kali
2012-08-22fix exceptions locationkali
2012-08-22moved json-config testskali
2012-08-22Merge branch 'refactor-tests' into refactorkali
2012-08-22removed dup exceptionskali
2012-08-21minor pep8 clean up.antialias
2012-08-22mv util tests to folderkali
2012-08-22minor tweaks to setup + env testkali
2012-08-22config testskali
2012-08-22moved tests to directorykali
2012-08-22fix udstelnet called test (green)kali
2012-08-22fix for failing bad port init testkali
2012-08-22add conductor + manager tests (red)kali
2012-08-22conductor testskali
2012-08-22pep8kali
2012-08-21Merge branch 'refactor' into json-configantialias
2012-08-21Error fixes and json commit.antialias
2012-08-22yay! 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-22clean imports and remove connection base methodkali
2012-08-20added json parsing from eip.json file and some basic tests.antialias
2012-08-21fix status_watcher callback stubkali
2012-08-21fix 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-21udstelnet to its own filekali
2012-08-21moved exceptions to its own filekali
2012-08-21rf -rf eip_client egg info (from old pkg)kali
2012-08-21add __init__ to base modulekali
2012-08-21fix imports + style cleaningkali
2012-08-21pep8 cleaningkali
2012-08-16Cleaned up files and file names using the PEP 8 style guide.antialias
2012-08-14Works and is now ready to write tests for.antialias
2012-08-14Merge branch 'develop' of ssh://leap.se:4422/leap-client into refactorantialias
2012-08-13First (non-working) pass at abstracting exisiting functionality into OO ↵antialias
framework.