Age | Commit message (Expand) | Author |
2016-06-15 | Fix line length issues | Joshua Harlow |
2016-06-15 | Fixup code review comments | Joshua Harlow |
2016-06-14 | Make the os samples easier to extend (for new samples) | Joshua Harlow |
2016-06-13 | Refactor some of sysconfig changes -> network_state module | Joshua Harlow |
2016-06-10 | Add a bunch more sample tests for sysconfig | Joshua Harlow |
2016-06-10 | Add a sysconfig rendering test | Joshua Harlow |
2016-06-10 | Ensure renderer is used in rhel | Joshua Harlow |
2016-06-10 | Add a sysconfig renderer | Joshua Harlow |
2016-06-10 | Refactor a large part of the networking code. | Joshua Harlow |
2016-06-10 | Just mock 'on_first_boot' vs special argument | Joshua Harlow |
2016-06-10 | Just do all the imports on one line | Joshua Harlow |
2016-06-10 | Add unittest2 to builder list | Joshua Harlow |
2016-06-10 | clean up temp files made in tests | Scott Moser |
2016-06-10 | remove unused import | Scott Moser |
2016-06-10 | one more | Scott Moser |
2016-06-10 | fix one large source of leaked tmpfiles | Scott Moser |
2016-06-10 | Less less tweaking of tox.ini | Joshua Harlow |
2016-06-10 | Less tweaking of tox.ini | Joshua Harlow |
2016-06-10 | Fix apt configure unittests to run in more environments | Scott Moser |
2016-06-10 | minor changes prior to merge | Scott Moser |
2016-06-10 | Change missing Cheetah log warning to debug [Andrew Jorgensen] | Scott Moser |
2016-06-09 | mock is_resolvable in mirrorfail tests to remove dependency to external net | Christian Ehrhardt |
2016-06-09 | fix docstring for check connectivity | Christian Ehrhardt |
2016-06-09 | remove unused BIN_APT constant | Christian Ehrhardt |
2016-06-09 | move SkipTest definition to tests/unittests/helpers.py to be reusable | Christian Ehrhardt |
2016-06-09 | improve error handling and reporting in gpg functions | Christian Ehrhardt |
2016-06-09 | move gpg functions into gpg.py | Christian Ehrhardt |
2016-06-07 | make networking config provided in system config override datasource. | Scott Moser |
2016-06-07 | system config of networking should override datasource provided | Scott Moser |
2016-06-07 | For now just remove compat.py module | Joshua Harlow |
2016-06-07 | merge with upstream to avoid merge conflicts on the merge proposal | Christian Ehrhardt |
2016-06-07 | enable test_handler_apt_source unittests on CentOS | Christian Ehrhardt |
2016-06-07 | mock get_primary_arch for TestAptSourceConfigSourceList for CentOS | Christian Ehrhardt |
2016-06-07 | allow others to sign dsc with --signuser for packages/bddeb | Christian Ehrhardt |
2016-06-07 | harden mirrorfail tests for the fact that even good mirrors can fail | Christian Ehrhardt |
2016-06-07 | drop gpg activity from aot-source key tests | Christian Ehrhardt |
2016-06-06 | Get cmdline working again | Joshua Harlow |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-06-06 | Change the Cheetah warning to a debug message | Andrew Jorgensen |
2016-06-06 | make unittests more readable | Christian Ehrhardt |
2016-06-06 | capture output of gpg calls to avoid messing up stdout/stderr | Christian Ehrhardt |
2016-06-06 | rename fucntion to mirrorurl_to_apt_fileprefix to reflect what it actually does | Christian Ehrhardt |
2016-06-06 | remove check that fails if user has installed tested keys | Christian Ehrhardt |
2016-06-06 | apt_src_keyid_real: drop unused exception variable | Christian Ehrhardt |
2016-06-06 | fix alternate keyserver dns | Christian Ehrhardt |
2016-06-06 | only test the apt feature in environments with apt | Christian Ehrhardt |
2016-06-06 | rename add_key / add_source to add_apt_key / add_apt_source | Christian Ehrhardt |
2016-06-06 | fixup key tests for cases where network isn't available | Christian Ehrhardt |
2016-06-06 | add_key_raw - make exceptions more specific | Christian Ehrhardt |
2016-06-06 | pythonify getkeybyid and move it to uitl.py | Christian Ehrhardt |