Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-24 | all tests green again | kali | |
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup | |||
2013-01-24 | wizard rephrasing & punctuation | kali | |
2013-01-17 | localize exit country if we can | kali | |
only if we can find the geoip database, which comes with geoip-database in debian. we will have to think more about this in the future but it's nice to have now for testing. | |||
2013-01-17 | osx fixed already running instance check | kali | |
2013-01-17 | (osx) detect which interface is traffic going thru | kali | |
2013-01-11 | fix for missing cacert bundle | kali | |
frozen app cannot find requests cacert bundle. added to Resources to get us going. | |||
2013-01-09 | fix exception i18n | kali | |
2013-01-09 | fix provider label translation | kali | |
2013-01-02 | initial OSX packaging | kali | |
2012-12-21 | magic translatable objects | kali | |
2012-12-21 | readme typos, updated translation docs | kali | |
2012-12-12 | tests for firstrun/wizard | kali | |
2012-12-12 | tests for openvpn options | kali | |
and make the rest of tests pass after some changes in this branch (dirtyness in config files) | |||
2012-12-10 | get cipher config from eip-service | kali | |
2012-11-14 | make tests pass + pep8 | kali | |
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests! | |||
2012-11-09 | working version of the fake provider. | kali | |
wizard can now be completely tested against this. | |||
2012-11-09 | connect page merged into regvalidation. | kali | |
Flow nearly working with fake provider, except for authentication. | |||
2012-10-17 | added skeleton for generic client wizard flow | kali | |
2012-10-08 | added openvpn to debian install line | antialias | |
added python-coverage to testing install line rewrote PyQt installation instructions fixed pkg/test-requirements lines fixed nosetest example (#740) | |||
2012-10-08 | popup dialog error when network error happens | kali | |
we are shutting down for now. we should be acting upon failures in the near future. lowered the recurrent checks interval to 10 seconds. | |||
2012-09-25 | fixed typo. | antialias | |
2012-09-21 | added --no-provider-checks and --no-ca-verify for ease of debugging | kali | |
Close #604 | |||
2012-09-12 | add openvpn-verb option to cli. | kali | |
Closes #534. accepts int [1-6] that get passed to openvpn invocation. We should filter out the polling "state"/"status" commands from the log if we want it to be real useful. | |||
2012-09-06 | fix argparse test | kali | |
2012-09-05 | can log to logfile | kali | |
app.py --debug --logfile /tmp/foo.log | |||
2012-08-31 | deprecated configparser. closes #500 | kali | |
2012-08-22 | mv util tests to folder | kali | |
2012-08-22 | conductor tests | 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 | 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 | check for bad permissions on vpn key files | kali | |
2012-08-02 | create config file if not exist. | kali | |
also locate openvpn binary when building eip configparser defaults. implement half of feature #356 | |||
2012-08-01 | fileutil.which implementation | kali | |