summaryrefslogtreecommitdiff
path: root/cloudinit/user_data.py
AgeCommit message (Expand)Author
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
2012-06-171. Add a url response class that urlreading now returns (instead of a tuple). harlowja
2012-06-16Add todo to see if we should turn back off include onceJoshua Harlow
2012-06-16Fix include on enabling, simplify statements around include skipping, allow f...Joshua Harlow
2012-06-16Move the helper functions for handlers to the handler __init__ instead of bei...Joshua Harlow
2012-06-16For the different base classes, ensure we are using the 'abc' module + approp...Joshua Harlow
2012-06-161. Change to fixup handler instead of fixup moduleJoshua Harlow
2012-06-16Some simple fixes that will make the python 3 translation easierJoshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Moved the common user data classes and functionality back to this file since ...Joshua Harlow
2012-06-09Rename these to user_data module + submodules.Joshua Harlow
2012-06-08Large amounts of refactoring.Joshua Harlow
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow