summaryrefslogtreecommitdiff
path: root/cloudinit/user_data.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2020-09-15user_data: remove unused constant (#566)Daniel Watkins
2020-08-14user-data: only verify mime-types for TYPE_NEEDED and x-shellscript (#511)Ryan Harper
2020-06-04New feature flag functionality and fix includes failing silently (#367)James Falcon
2020-03-31Fix cloud-init ignoring some misdeclared mimetypes in user-data.Kurt Garloff
2020-01-21Start removing dependency on six (#178)Daniel Watkins
2019-12-02url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith
2018-06-13Be more safe on string/bytes when writing multipart user-data to disk.Scott Moser
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2017-11-16centos: Provide the failed #include url in error messagesChad Smith
2017-11-13Catch UrlError when #include'ing URLsAndrew Jorgensen
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-06-21user_data: fix error when user-data is not utf-8 decodableScott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2015-04-16fix cloud-config-archive handlingScott Moser
2015-03-04Add util.message_from_string to wrap email.message_from_string.Daniel Watkins
2015-02-26avoid conversion to string in #includeScott Moser
2015-02-25UserDataProcessor: during include, do not convert to stringScott Moser
2015-02-24use util.decode_binary rather than str, add tests.Scott Moser
2015-02-20Fix for Py2 to Py3 difference: cloud-init user-data mime conversion fails onBen Howard
2015-01-27Remove debugging turd.Barry Warsaw
2015-01-27Respond to review:Barry Warsaw
2015-01-27Respond to review:Barry Warsaw
2015-01-26Python 3 tests pass, except for skips.Barry Warsaw
2015-01-26More test repairs.Barry Warsaw
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-01-24pylint and long line fixes.Scott Moser
2014-01-08Significant re-working of the userdata handling and introduction ofBen Howard
2013-07-20Just check the filename existing.Joshua Harlow
2013-07-20Unify filename, header replacement.Joshua Harlow
2013-07-20Keep filename from original part.Joshua Harlow
2013-07-20Ensure we reset the part after decompression.Joshua Harlow
2013-07-19Add the ability to decompress MIME gzip.Joshua Harlow
2013-02-23Get tests working and further adjustments.harlowja
2013-02-21Update to code on trunk.harlowja
2013-02-19Continue working on integrating requests.harlowja
2012-10-10Fixed typo on dict value referenceAvishai Ish-Shalom
2012-08-31When a parts content type is found to be different thanJoshua Harlow
2012-08-31Don't look into cloud-archive (after processing) for launchJoshua Harlow
2012-08-27Update so that the content types searched for launch-indexJoshua Harlow
2012-08-26Ensure when an archive is exploded and if it contains theJoshua Harlow
2012-08-26Fix tests running and add in a check on the content typeJoshua Harlow
2012-08-26Add the capability to understand and filter onJoshua Harlow
2012-08-22fix pep8 complaints.Scott Moser
2012-07-10Fixes 1012854 by implementing file writing, adjustsJoshua Harlow
2012-06-221. Adjust the logging of phone home module when its not enabledharlowja
2012-06-22Constant adding for content type, allow the part filename to be over-ridden e...Joshua Harlow
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-18Fix include once always staying on, only turn it on until a include says to t...Joshua Harlow