Age | Commit message (Expand) | Author |
2016-07-14 | merge from trunk | Scott Moser |
2016-07-14 | ConfigDrive: fix writing of 'injected' files and legacy networking | Scott Moser |
2016-07-14 | flake8 | Scott Moser |
2016-07-14 | add test of apply_network fallback path. | Scott Moser |
2016-07-14 | fix tox flake8 | Scott Moser |
2016-07-14 | Change StringIO to BytesIO in cc_mcollective.py | Sergii Golovatiuk |
2016-07-13 | merge from trunk.lp1602373 | Scott Moser |
2016-07-13 | merge with trunk | Scott Moser |
2016-07-13 | ConfigDrive: write 'injected' files and legacy networking | Scott Moser |
2016-06-22 | rename test class, add a test, improve test names | Scott Moser |
2016-06-21 | user_data: fix error when user-data is not utf-8 decodable | Scott Moser |
2016-06-21 | no longer skip 'lo' elements when reading. pass 3rd test. | Scott Moser |
2016-06-21 | fix flake8 | Scott Moser |
2016-06-21 | make 2 of 3 tests pass | Scott Moser |
2016-06-21 | fix lost per-interface routes, use post-up to bring up interface aliases | Scott Moser |
2016-06-21 | commit test changes | Scott Moser |
2016-06-20 | merge with trunk. | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | move 'main' into cloudinit/cmd/ for easier testing | Scott Moser |
2016-06-15 | Fixup code review comments | Joshua Harlow |
2016-06-15 | Remove some unused imports | Joshua Harlow |
2016-06-15 | Fix a few tools and tests for newer pep8 | Joshua Harlow |
2016-06-15 | Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]" | Daniel Watkins |
2016-06-14 | Make the bin/cloud-init an actual console entrypoint | Joshua Harlow |
2016-06-14 | Make the os samples easier to extend (for new samples) | 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 | 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 | 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 | minor changes prior to merge | 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 | move gpg functions into gpg.py | 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 | 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 | Rebase against master | Joshua Harlow |
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 | 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 |