Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-25 | move towards user-data being binary | Scott Moser | |
UrlResponse: biggest change... make readurl return bytes, making user know what to do with it. util: add load_tfile_or_url for loading text file or url as read_file_or_url now returns bytes ec2_utils: all meta-data is text, remove non-obvious string translations DigitalOcean: adjust for ec2_utils DataSourceGCE, DataSourceMAAS: user-data is binary other fields are text. openstack.py: read paths without decoding to text. This is ok as paths other than user-data are json, and load_json will handle load_file still returns text, and that is what most things use. | |||
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw | |
2015-01-22 | More conversions from mocker to mock. | Barry Warsaw | |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw | |
to be behind trunk. `tox -e py27` passes full test suite. Now to work on replacing mocker. | |||
2014-09-10 | pyflakes fixes. | Scott Moser | |
make pyflakes now passes. | |||
2014-08-26 | fix(pep8): Fix various pep8 violations and version-lock pep8 | Jay Faulkner | |
Fixed all complaints from running "make pep8". Also version locked pep8 in test-requirements.txt to ensure that pep8 requirements don't change without an explicit commit. | |||
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-02-26 | pep8 and pylint | Scott Moser | |
2014-01-29 | add 2 tests for vendordata | Scott Moser | |
2013-07-08 | fix test_nocloud testcase | Scott Moser | |
2013-03-07 | pep8 and pylint fixes | Scott Moser | |
2013-02-07 | more test cases for nocloud including one for config seed | Scott Moser | |
2013-02-07 | add test_nocloud unit tests, fix one issue found | Scott Moser | |