Age | Commit message (Expand) | Author |
2016-06-15 | move 'main' into cloudinit/cmd/ for easier testing | Scott Moser |
2016-06-15 | Remove some unused imports | Joshua Harlow |
2016-06-15 | Remove /bin from run-pyflakes | Joshua Harlow |
2016-06-15 | Fix a few tools and tests for newer pep8 | Joshua Harlow |
2016-06-15 | Silence pep8 warnings due to patcher activation | Joshua Harlow |
2016-06-14 | Don't continue running with no action | Joshua Harlow |
2016-06-14 | Retain the prior attribute missing handling | Joshua Harlow |
2016-06-14 | Make the bin/cloud-init an actual console entrypoint | Joshua Harlow |
2016-06-14 | fix pep8 failure introduced in recent commit. | Scott Moser |
2016-06-14 | [Revert] Remove trailing dot from GCE metadata URL | Scott Moser |
2016-06-13 | Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche] | Daniel Watkins |
2016-06-13 | Removes trailing dot in metadata.google.internal GCE metadata lookup. | Phil Roche |
2016-06-10 | Fix the broken import and 'parse_net_config_data' function usage | 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 |