summaryrefslogtreecommitdiff
path: root/cloudinit/handlers
AgeCommit message (Expand)Author
2021-06-10Use instance-data-sensitive.json in jinja templates (SC-117) (#917)James Falcon
2020-09-16cloudinit: remove unused LOG variables (#574)Daniel Watkins
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-01-21Start removing dependency on six (#178)Daniel Watkins
2019-10-24Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser
2019-01-30Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini
2018-10-30query: better error when missing read permission on instance-dataChad Smith
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-05-29pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-10pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2015-04-16fix cloud-config-archive handlingScott Moser
2015-04-16pep8 fixesScott Moser
2015-03-11userdata-handlers: python3-related fixes on do-not-process-this-part pathOleg Strikov
2015-01-27Respond to review:Barry Warsaw
2015-01-26Fix a few string/bytes problems with Python 3.Barry Warsaw
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-08-26further remove evidence of pylint.Scott Moser
2014-01-16simplify consume_vendordata, move exclusion, consume_vendordata per instanceScott Moser
2014-01-08Significant re-working of the userdata handling and introduction ofBen Howard
2013-07-24Fix small prefix bug + jsonp tests.Joshua Harlow
2013-07-24rename CC_JSONP_PRE again (JSONP_PREFIX) and use CLOUD_PREFIXScott Moser
2013-07-24change 'json-patch' to 'cloud-config-jsonp'Scott Moser
2013-07-24merge from trunkScott Moser
2013-07-23use constants for startswith in handlers. add strip_prefix_suffix.Joshua Harlow
2013-07-21Just use an initialized array.Joshua Harlow
2013-07-21Use a util helper to do prefix/suffix removal.Joshua Harlow
2013-07-21Use constants for repeated type strings.Joshua Harlow
2013-07-20Remove return not used.Joshua Harlow
2013-07-20Also handle custom handlers correctly.Joshua Harlow
2013-07-20Ensure we remove the same way we detect.Joshua Harlow
2013-07-20Remove json-patch inclusion header if payload contains it.Joshua Harlow
2013-07-20Fix constant move.Joshua Harlow
2013-07-20Fix content-type constant.Joshua Harlow
2013-07-20Add usage of '#json-patch'Joshua Harlow
2013-07-19Add the ability to merge with jsonpatch.Joshua Harlow
2013-07-11upstart_job.py: fix pylint and bad bad variable in _has_suitable_upstartScott Moser
2013-07-09handlers/upstart_job.py: invoke reload-configuration if we can.Scott Moser
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-05-09Adjust comment on why we are merging cloud config the way we are.Joshua Harlow
2013-05-09Fix the cloud config merging so that it is backwards compat.Joshua Harlow
2013-04-22Continue working on merging.Joshua Harlow
2013-04-17Altering the order of merging.Joshua Harlow
2013-03-07more pep8/pylint. all clean nowScott Moser
2013-03-07merge from trunkScott Moser
2013-03-06Continue working on merging code.Joshua Harlow
2013-03-05Add in a bunch of changes and tests.Joshua Harlow