Age | Commit message (Expand) | Author |
2015-01-27 | Respond to review: | Barry Warsaw |
2015-01-26 | super() works in all of Python 2.6, 2.7, and 3.4. | Barry Warsaw |
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw |
2015-01-26 | Trunk merged and ported. | Barry Warsaw |
2015-01-26 | Port the MAAS code to oauthlib. | Barry Warsaw |
2015-01-26 | Down to it. | Barry Warsaw |
2015-01-26 | * More str/bytes fixes. | Barry Warsaw |
2015-01-26 | More Python 3 test fixes. | Barry Warsaw |
2015-01-26 | More test repairs. | Barry Warsaw |
2015-01-22 | Low hanging Python 3 fruit. | Barry Warsaw |
2015-01-22 | Conversion from mocker to mock completed. | Barry Warsaw |
2015-01-22 | More conversions from mocker to mock. | Barry Warsaw |
2015-01-22 | More conversions from mocker to mock. | Barry Warsaw |
2015-01-22 | More test ports from mocker to mock. | Barry Warsaw |
2015-01-22 | Clean up. | Barry Warsaw |
2015-01-22 | Convert helpers.py and test_data.py from mocker to mock. | Barry Warsaw |
2015-01-22 | Use .addCleanup() instead of a .tearDown() where appropriate, although we | Barry Warsaw |
2015-01-22 | merge from trunk | Scott Moser |
2015-01-22 | Port test__init__.py to unittest.mock. | Barry Warsaw |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2015-01-21 | Use either syspath or dmidecode based on the availability. | Ben Howard |
2015-01-21 | More octal literal fixes. | Barry Warsaw |
2015-01-21 | Fix file modes to be Python 2/3 compatible. | Barry Warsaw |
2015-01-21 | Only install cheetah (and only run the cheetah templating test) when in Python | Barry Warsaw |
2015-01-14 | Drop reliance on dmidecode executable. | Ben Howard |
2015-01-14 | Use the short name for GCE hostnames per GCE's request (LP: #1383794). | Ben Howard |
2015-01-06 | remove the user-data-encoding from test meta-data | Scott Moser |
2015-01-06 | merge from trunk | Scott Moser |
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser |
2015-01-06 | pep8 | Scott Moser |
2014-12-19 | add user-data encoding support for gce | Wayne Witzel III |
2014-11-24 | Use assertNotEqual which exists on python2.6 | Joshua Harlow |
2014-11-24 | IPv6 support for rhel distro | Joshua Harlow |
2014-11-24 | Updated unittests | Shraddha Pandhe |
2014-11-21 | Pretty up the debug module | Joshua Harlow |
2014-11-21 | Fix parse_ssh_config failing in ssh_util.py | Joshua Harlow |
2014-11-21 | Increase the robustness/configurability of the chef module... | Joshua Harlow |
2014-11-21 | Added unittests for IPv6 support for RHEL | Shraddha Pandhe |
2014-11-13 | Use test_helpers.TestCase for test_sshutil tests. | Daniel Watkins |
2014-11-12 | Handle = used as config delimiter in SSH config. | Daniel Watkins |
2014-11-12 | Add tests for current parse_ssh_config behaviour. | Daniel Watkins |
2014-10-30 | Fix the digital ocean test on py2.6 | Joshua Harlow |
2014-10-20 | fix for rhel7 by using 'uses_systemd' to detect upstart/systemd | Scott Moser |
2014-10-20 | Add Digital Ocean Datasource. | Scott Moser |
2014-10-18 | Pretty up the debug module | Joshua Harlow |
2014-10-17 | Explicitly import only types being compared | Neal Shrader |
2014-10-17 | Correct handling of single/multiple ssh keys | Neal Shrader |
2014-10-17 | Expose uses_systemd as a distro function | Joshua Harlow |
2014-10-16 | Use existing metadata crawler to populate datasource | Neal Shrader |
2014-10-16 | Add tests for DigitalOcean datasource | Neal Shrader |