Age | Commit message (Expand) | Author |
2020-01-21 | Start removing dependency on six (#178) | Daniel Watkins |
2019-10-24 | Fix usages of yaml, and move yaml_dump to safeyaml.dumps. | Scott Moser |
2019-01-30 | Resolve flake8 comparison and pycodestyle over-ident issues | Paride Legovini |
2018-10-30 | query: better error when missing read permission on instance-data | Chad Smith |
2018-09-11 | user-data: jinja template to render instance-data.json in cloud-config | Chad Smith |
2018-05-29 | pyflakes: fix unused variable references identified by pyflakes 2.0.0. | Scott Moser |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-11-10 | pep8: fix style errors reported by pycodestyle 2.1.0 | Scott Moser |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2015-04-16 | fix cloud-config-archive handling | Scott Moser |
2015-04-16 | pep8 fixes | Scott Moser |
2015-03-11 | userdata-handlers: python3-related fixes on do-not-process-this-part path | Oleg Strikov |
2015-01-27 | Respond to review: | Barry Warsaw |
2015-01-26 | Fix a few string/bytes problems with Python 3. | Barry Warsaw |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2014-08-26 | further remove evidence of pylint. | Scott Moser |
2014-01-16 | simplify consume_vendordata, move exclusion, consume_vendordata per instance | Scott Moser |
2014-01-08 | Significant re-working of the userdata handling and introduction of | Ben Howard |
2013-07-24 | Fix small prefix bug + jsonp tests. | Joshua Harlow |
2013-07-24 | rename CC_JSONP_PRE again (JSONP_PREFIX) and use CLOUD_PREFIX | Scott Moser |
2013-07-24 | change 'json-patch' to 'cloud-config-jsonp' | Scott Moser |
2013-07-24 | merge from trunk | Scott Moser |
2013-07-23 | use constants for startswith in handlers. add strip_prefix_suffix. | Joshua Harlow |
2013-07-21 | Just use an initialized array. | Joshua Harlow |
2013-07-21 | Use a util helper to do prefix/suffix removal. | Joshua Harlow |
2013-07-21 | Use constants for repeated type strings. | Joshua Harlow |
2013-07-20 | Remove return not used. | Joshua Harlow |
2013-07-20 | Also handle custom handlers correctly. | Joshua Harlow |
2013-07-20 | Ensure we remove the same way we detect. | Joshua Harlow |
2013-07-20 | Remove json-patch inclusion header if payload contains it. | Joshua Harlow |
2013-07-20 | Fix constant move. | Joshua Harlow |
2013-07-20 | Fix content-type constant. | Joshua Harlow |
2013-07-20 | Add usage of '#json-patch' | Joshua Harlow |
2013-07-19 | Add the ability to merge with jsonpatch. | Joshua Harlow |
2013-07-11 | upstart_job.py: fix pylint and bad bad variable in _has_suitable_upstart | Scott Moser |
2013-07-09 | handlers/upstart_job.py: invoke reload-configuration if we can. | Scott Moser |
2013-06-19 | fix and cleanup usage of util.logexc | Juerg Haefliger |
2013-05-09 | Adjust comment on why we are merging cloud config the way we are. | Joshua Harlow |
2013-05-09 | Fix the cloud config merging so that it is backwards compat. | Joshua Harlow |
2013-04-22 | Continue working on merging. | Joshua Harlow |
2013-04-17 | Altering the order of merging. | Joshua Harlow |
2013-03-07 | more pep8/pylint. all clean now | Scott Moser |
2013-03-07 | merge from trunk | Scott Moser |
2013-03-06 | Continue working on merging code. | Joshua Harlow |
2013-03-05 | Add in a bunch of changes and tests. | Joshua Harlow |
2013-02-27 | do not reload upstart configuration on upstart jobs | Scott Moser |
2012-12-19 | cloudinit/handlers/upstart_job.py: pep8 / trailing whitespace | Scott Moser |
2012-12-17 | tell upstart to reload configuration after writing an upstart job | Scott Moser |
2012-11-22 | Allow mergers to take options. | Joshua Harlow |