summaryrefslogtreecommitdiff
path: root/cloudinit/handlers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-274/+0
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-3/+3
* fix cloud-config-archive handlingScott Moser2015-04-161-1/+4
* pep8 fixesScott Moser2015-04-161-3/+3
* userdata-handlers: python3-related fixes on do-not-process-this-part pathOleg Strikov2015-03-111-6/+18
* Respond to review:Barry Warsaw2015-01-271-10/+1
* Fix a few string/bytes problems with Python 3.Barry Warsaw2015-01-261-5/+16
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-1/+1
* simplify consume_vendordata, move exclusion, consume_vendordata per instanceScott Moser2014-01-161-0/+4
* change 'json-patch' to 'cloud-config-jsonp'Scott Moser2013-07-241-1/+1
* merge from trunkScott Moser2013-07-241-4/+3
|\
| * Just use an initialized array.Joshua Harlow2013-07-211-4/+1
| * Remove return not used.Joshua Harlow2013-07-201-1/+0
| * Also handle custom handlers correctly.Joshua Harlow2013-07-201-3/+6
* | Add usage of '#json-patch'Joshua Harlow2013-07-201-0/+1
|/
* fix and cleanup usage of util.logexcJuerg Haefliger2013-06-191-7/+6
* Continue working on merging code.Joshua Harlow2013-03-061-1/+2
* Add in a bunch of changes and tests.Joshua Harlow2013-03-051-6/+9
* Continue working on merging prototype.Joshua Harlow2012-11-221-9/+17
* Start allowing different merging types to be appliedJoshua Harlow2012-11-201-22/+27
* Do the append after escape.Joshua Harlow2012-11-061-4/+4
* Use a method instead + at leastJoshua Harlow2012-11-061-5/+14
* Fix the case where a unknown type is seen andJoshua Harlow2012-11-061-1/+5
* fix pep8 complaints.Scott Moser2012-08-221-1/+1
* walker_callback: fix traceback on empty payload.Scott Moser2012-07-121-3/+5
* [merge-from-trunk] remove warning message to console on empty user-dataScott Moser2012-06-291-1/+1
* 1. Only register and increment the handler count after we have ensured it imp...Joshua Harlow2012-06-211-2/+5
* Remove a unused import.Joshua Harlow2012-06-211-1/+0
* 1. Add an importer function that will search for a given module in a set of s...Joshua Harlow2012-06-201-8/+0
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-5/+3
* Log handler + info that is about to be calledJoshua Harlow2012-06-171-1/+3
* 1. Allow for checking against lower case include types.Joshua Harlow2012-06-161-1/+3
* Update error messaging for when importing/registring a part-handler failsJoshua Harlow2012-06-161-1/+2
* 1. Ensure a that when a bad version is found, that it gets set to 1.Joshua Harlow2012-06-161-2/+2
* When a handler version is set but to an unknown non-int convertable value, tr...Joshua Harlow2012-06-161-3/+10
* They are handlers not mods ;)Joshua Harlow2012-06-161-1/+1
* Make the top level __init__ similar to the other top level __inits__ where ju...Joshua Harlow2012-06-161-0/+196
* Ensure that this directory is treated as a module.Joshua Harlow2012-06-151-0/+22
* Moved the handlers from a user_data directory to a handler directory.Joshua Harlow2012-06-151-221/+0
* Removing distro specifics from here, as well as running functionality (which ...Joshua Harlow2012-06-111-37/+3
* Move how handler module names are found to here as well as a fixup module fun...Joshua Harlow2012-06-081-0/+23
* Remove cloud config from here and move to cloud.pyJoshua Harlow2012-06-081-51/+9
* 1. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow2012-06-071-0/+274