summaryrefslogtreecommitdiff
path: root/cloudinit/user_data.py
Commit message (Expand)AuthorAgeFilesLines
* chore: fix style tip (#2071)Alberto Contreras2023-03-141-1/+1
* cli: schema also validate vendordata*.Chad Smith2023-02-091-1/+0
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-54/+67
* user_data: remove unused constant (#566)Daniel Watkins2020-09-151-1/+0
* user-data: only verify mime-types for TYPE_NEEDED and x-shellscript (#511)Ryan Harper2020-08-141-2/+6
* New feature flag functionality and fix includes failing silently (#367)James Falcon2020-06-041-9/+22
* Fix cloud-init ignoring some misdeclared mimetypes in user-data.Kurt Garloff2020-03-311-1/+3
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-7/+4
* url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith2019-12-021-1/+1
* Be more safe on string/bytes when writing multipart user-data to disk.Scott Moser2018-06-131-9/+13
* read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser2018-05-171-3/+3
* centos: Provide the failed #include url in error messagesChad Smith2017-11-161-1/+6
* Catch UrlError when #include'ing URLsAndrew Jorgensen2017-11-131-10/+18
* pylint: fix all logging warningsJoshua Powers2017-04-211-5/+6
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-19/+9
* user_data: fix error when user-data is not utf-8 decodableScott Moser2016-06-211-12/+16
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-1/+1
* fix cloud-config-archive handlingScott Moser2015-04-161-2/+7
* Add util.message_from_string to wrap email.message_from_string.Daniel Watkins2015-03-041-3/+1
* avoid conversion to string in #includeScott Moser2015-02-261-2/+2
* UserDataProcessor: during include, do not convert to stringScott Moser2015-02-251-1/+1
* use util.decode_binary rather than str, add tests.Scott Moser2015-02-241-2/+2
* Fix for Py2 to Py3 difference: cloud-init user-data mime conversion fails onBen Howard2015-02-201-1/+1
* Remove debugging turd.Barry Warsaw2015-01-271-1/+0
* Respond to review:Barry Warsaw2015-01-271-11/+1
* Respond to review:Barry Warsaw2015-01-271-1/+1
* Python 3 tests pass, except for skips.Barry Warsaw2015-01-261-1/+3
* More test repairs.Barry Warsaw2015-01-261-0/+9
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-3/+5
* pylint and long line fixes.Scott Moser2014-01-241-1/+2
* Significant re-working of the userdata handling and introduction ofBen Howard2014-01-081-1/+5
* Just check the filename existing.Joshua Harlow2013-07-201-3/+2
* Unify filename, header replacement.Joshua Harlow2013-07-201-24/+32
* Keep filename from original part.Joshua Harlow2013-07-201-2/+6
* Ensure we reset the part after decompression.Joshua Harlow2013-07-201-9/+27
* Add the ability to decompress MIME gzip.Joshua Harlow2013-07-191-8/+33
* Get tests working and further adjustments.harlowja2013-02-231-3/+5
* Update to code on trunk.harlowja2013-02-211-1/+1
|\
| * Fixed typo on dict value referenceAvishai Ish-Shalom2012-10-101-1/+1
* | Continue working on integrating requests.harlowja2013-02-191-4/+3
|/
* When a parts content type is found to be different thanJoshua Harlow2012-08-311-0/+8
* Don't look into cloud-archive (after processing) for launchJoshua Harlow2012-08-311-2/+2
* Update so that the content types searched for launch-indexJoshua Harlow2012-08-271-2/+3
* Ensure when an archive is exploded and if it contains theJoshua Harlow2012-08-261-1/+3
* Fix tests running and add in a check on the content typeJoshua Harlow2012-08-261-10/+23
* Add the capability to understand and filter onJoshua Harlow2012-08-261-15/+35
* fix pep8 complaints.Scott Moser2012-08-221-2/+2
* Fixes 1012854 by implementing file writing, adjustsJoshua Harlow2012-07-101-1/+1
* 1. Adjust the logging of phone home module when its not enabledharlowja2012-06-221-1/+1