Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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-22 | bye bye conductor, watcher (after refactor) | kali | |
2012-08-22 | fix exceptions location | kali | |
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 | add __init__ to base module | kali | |
2012-08-21 | fix imports + style cleaning | kali | |
2012-08-21 | pep8 cleaning | kali | |
2012-08-16 | Cleaned up files and file names using the PEP 8 style guide. | antialias | |
2012-08-14 | Works and is now ready to write tests for. | antialias | |
2012-08-14 | Merge branch 'develop' of ssh://leap.se:4422/leap-client into refactor | antialias | |
2012-08-13 | First (non-working) pass at abstracting exisiting functionality into OO ↵ | antialias | |
framework. | |||
2012-08-09 | updated resource | kali | |
2012-08-09 | re-added missing mainwindow_rc | kali | |
2012-08-08 | Merge branch 'tests-cleanup' into develop | kali | |
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-08 | Merge branch 'dict-comprenhension-fix' into develop | kali | |
fix for 2.6 compatibility, we should try not to use syntax backported from 3.x into 2.7 :| | |||
2012-08-08 | test for hash of the resources file | kali | |
this extra step might help avoiding accidental updates, /methinks | |||
2012-08-08 | stub test for leap_argparse | kali | |
2012-08-08 | fix bad permission check on check_and_fix_urw_only | kali | |
(was not testing the mode properly. gotcha!) | |||
2012-08-08 | bunch of tests for leap/util/fileutil | kali | |
2012-08-08 | minimal coverage config | kali | |
still needing some love for the --include part in the html report. | |||
2012-08-08 | reset tests + run_tests script + very simple first test. | kali | |