summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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.
2012-08-09update README with another example for how to run tests (mostly i'm just ↵k clair
making a commit to see if buildbot catches it and starts a build)
2012-08-10add .gitattributeskali
2012-08-09fix install virtualenv scriptkali
2012-08-09updated resourcekali
2012-08-09added packaging feature to Makefilekali
2012-08-09remove debian/ from integration branch (moved to its own branch)kali
2012-08-09remove qt tests from main run (break deb pkg build)kali
2012-08-09re-added missing mainwindow_rckali
2012-08-08updated READMEk clair
cherry-picked kclair updates on buildbot branch into develop branch.
2012-08-08Merge branch 'tests-cleanup' into developkali
moved out old broken stuff; copied a run_scripts entry point for tests; created a bunch of (mostly stubs) simple tests on secondary functions.
2012-08-08Merge branch 'dict-comprenhension-fix' into developkali
fix for 2.6 compatibility, we should try not to use syntax backported from 3.x into 2.7 :|
2012-08-08test for hash of the resources filekali
this extra step might help avoiding accidental updates, /methinks
2012-08-08updated README with brief running tests notekali
2012-08-08stub test for leap_argparsekali
2012-08-08fix bad permission check on check_and_fix_urw_onlykali
(was not testing the mode properly. gotcha!)
2012-08-08bunch of tests for leap/util/fileutilkali
2012-08-08add test requirements for pipkali
2012-08-08minimal coverage configkali
still needing some love for the --include part in the html report.
2012-08-08reset tests + run_tests script + very simple first test.kali
2012-08-08exclude egginfokali
2012-08-08Merge branch 'ovpn-invocation' into tests-cleanupkali
Conflicts: .gitignore
2012-08-08check for validity of the remote_ip entry (is ip?)kali
2012-08-08catch missing keyfile errorkali
2012-08-08check for bad permissions on vpn key fileskali
2012-08-08fix dict comprenhension unsupported in 2.6kali
2012-08-07build default provider openvpn config.kali
preparation for completion of #356, #355, #354, #182 if no default openvpn config is present, we build one with a preset template and the remote_ip of the eip service as the only input. right now we're taking it from the eip.cfg file.
2012-08-03added log info for polkit checkskali
2012-08-03check also for a suitable polkit-authentication-agent runningkali
fix #382.