Age | Commit message (Expand) | Author |
2015-04-16 | fix cloud-config-archive handling | Scott Moser |
2015-03-04 | Add util.message_from_string to wrap email.message_from_string. | Daniel Watkins |
2015-02-26 | avoid conversion to string in #include | Scott Moser |
2015-02-25 | UserDataProcessor: during include, do not convert to string | Scott Moser |
2015-02-24 | use util.decode_binary rather than str, add tests. | Scott Moser |
2015-02-20 | Fix for Py2 to Py3 difference: cloud-init user-data mime conversion fails on | Ben Howard |
2015-01-27 | Remove debugging turd. | Barry Warsaw |
2015-01-27 | Respond to review: | Barry Warsaw |
2015-01-27 | Respond to review: | Barry Warsaw |
2015-01-26 | Python 3 tests pass, except for skips. | Barry Warsaw |
2015-01-26 | More test repairs. | Barry Warsaw |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2014-01-24 | pylint and long line fixes. | Scott Moser |
2014-01-08 | Significant re-working of the userdata handling and introduction of | Ben Howard |
2013-07-20 | Just check the filename existing. | Joshua Harlow |
2013-07-20 | Unify filename, header replacement. | Joshua Harlow |
2013-07-20 | Keep filename from original part. | Joshua Harlow |
2013-07-20 | Ensure we reset the part after decompression. | Joshua Harlow |
2013-07-19 | Add the ability to decompress MIME gzip. | Joshua Harlow |
2013-02-23 | Get tests working and further adjustments. | harlowja |
2013-02-21 | Update to code on trunk. | harlowja |
2013-02-19 | Continue working on integrating requests. | harlowja |
2012-10-10 | Fixed typo on dict value reference | Avishai Ish-Shalom |
2012-08-31 | When a parts content type is found to be different than | Joshua Harlow |
2012-08-31 | Don't look into cloud-archive (after processing) for launch | Joshua Harlow |
2012-08-27 | Update so that the content types searched for launch-index | Joshua Harlow |
2012-08-26 | Ensure when an archive is exploded and if it contains the | Joshua Harlow |
2012-08-26 | Fix tests running and add in a check on the content type | Joshua Harlow |
2012-08-26 | Add the capability to understand and filter on | Joshua Harlow |
2012-08-22 | fix pep8 complaints. | Scott Moser |
2012-07-10 | Fixes 1012854 by implementing file writing, adjusts | Joshua Harlow |
2012-06-22 | 1. Adjust the logging of phone home module when its not enabled | harlowja |
2012-06-22 | Constant adding for content type, allow the part filename to be over-ridden e... | Joshua Harlow |
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow |
2012-06-18 | Fix include once always staying on, only turn it on until a include says to t... | Joshua Harlow |
2012-06-17 | 1. Add a url response class that urlreading now returns (instead of a tuple). | harlowja |
2012-06-16 | Add todo to see if we should turn back off include once | Joshua Harlow |
2012-06-16 | Fix include on enabling, simplify statements around include skipping, allow f... | Joshua Harlow |
2012-06-16 | Move the helper functions for handlers to the handler __init__ instead of bei... | Joshua Harlow |
2012-06-16 | For the different base classes, ensure we are using the 'abc' module + approp... | Joshua Harlow |
2012-06-16 | 1. Change to fixup handler instead of fixup module | Joshua Harlow |
2012-06-16 | Some simple fixes that will make the python 3 translation easier | Joshua Harlow |
2012-06-15 | Fixups to ensure that pylint does not find anything major wrong. | Joshua Harlow |
2012-06-15 | Moved the common user data classes and functionality back to this file since ... | Joshua Harlow |
2012-06-09 | Rename these to user_data module + submodules. | Joshua Harlow |
2012-06-08 | Large amounts of refactoring. | Joshua Harlow |
2012-06-07 | 1. Adding some new helper files that split off file inclusion, templating, im... | Joshua Harlow |