summaryrefslogtreecommitdiff
path: root/cloudinit/handlers/__init__.py
AgeCommit message (Expand)Author
2022-02-10Shell script handlers by freq (#1166)Chris Lalos
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2020-01-21Start removing dependency on six (#178)Daniel Watkins
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
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-01-16simplify consume_vendordata, move exclusion, consume_vendordata per instanceScott Moser
2013-07-24change 'json-patch' to 'cloud-config-jsonp'Scott Moser
2013-07-24merge from trunkScott Moser
2013-07-21Just use an initialized array.Joshua Harlow
2013-07-20Remove return not used.Joshua Harlow
2013-07-20Also handle custom handlers correctly.Joshua Harlow
2013-07-20Add usage of '#json-patch'Joshua Harlow
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-03-06Continue working on merging code.Joshua Harlow
2013-03-05Add in a bunch of changes and tests.Joshua Harlow
2012-11-22Continue working on merging prototype.Joshua Harlow
2012-11-20Start allowing different merging types to be appliedJoshua Harlow
2012-11-06Do the append after escape.Joshua Harlow
2012-11-06Use a method instead + at leastJoshua Harlow
2012-11-06Fix the case where a unknown type is seen andJoshua Harlow
2012-08-22fix pep8 complaints.Scott Moser
2012-07-12walker_callback: fix traceback on empty payload.Scott Moser
2012-06-29[merge-from-trunk] remove warning message to console on empty user-dataScott Moser
2012-06-211. Only register and increment the handler count after we have ensured it imp...Joshua Harlow
2012-06-21Remove a unused import.Joshua Harlow
2012-06-201. Add an importer function that will search for a given module in a set of s...Joshua Harlow
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-17Log handler + info that is about to be calledJoshua Harlow
2012-06-161. Allow for checking against lower case include types.Joshua Harlow
2012-06-16Update error messaging for when importing/registring a part-handler failsJoshua Harlow
2012-06-161. Ensure a that when a bad version is found, that it gets set to 1.Joshua Harlow
2012-06-16When a handler version is set but to an unknown non-int convertable value, tr...Joshua Harlow
2012-06-16They are handlers not mods ;)Joshua Harlow
2012-06-16Make the top level __init__ similar to the other top level __inits__ where ju...Joshua Harlow
2012-06-15Ensure that this directory is treated as a module.Joshua Harlow
2012-06-15Moved the handlers from a user_data directory to a handler directory.Joshua Harlow
2012-06-11Removing distro specifics from here, as well as running functionality (which ...Joshua Harlow
2012-06-08Move how handler module names are found to here as well as a fixup module fun...Joshua Harlow
2012-06-08Remove cloud config from here and move to cloud.pyJoshua Harlow
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow