summaryrefslogtreecommitdiff
path: root/cloudinit/handlers
Commit message (Expand)AuthorAgeFilesLines
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-123-5/+5
* 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-215-5/+5
* further remove evidence of pylint.Scott Moser2014-08-264-8/+4
* simplify consume_vendordata, move exclusion, consume_vendordata per instanceScott Moser2014-01-161-0/+4
* Significant re-working of the userdata handling and introduction ofBen Howard2014-01-082-0/+4
* Fix small prefix bug + jsonp tests.Joshua Harlow2013-07-241-6/+5
* rename CC_JSONP_PRE again (JSONP_PREFIX) and use CLOUD_PREFIXScott Moser2013-07-241-6/+6
* change 'json-patch' to 'cloud-config-jsonp'Scott Moser2013-07-242-5/+6
* merge from trunkScott Moser2013-07-245-15/+14
|\
| * use constants for startswith in handlers. add strip_prefix_suffix.Joshua Harlow2013-07-234-12/+12
| |\
| | * Use a util helper to do prefix/suffix removal.Joshua Harlow2013-07-211-5/+3
| | * Use constants for repeated type strings.Joshua Harlow2013-07-214-11/+13
| * | 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
| |/
* | Ensure we remove the same way we detect.Joshua Harlow2013-07-201-1/+2
* | Remove json-patch inclusion header if payload contains it.Joshua Harlow2013-07-201-0/+6
* | Fix constant move.Joshua Harlow2013-07-201-13/+16
* | Fix content-type constant.Joshua Harlow2013-07-201-3/+0
* | Add usage of '#json-patch'Joshua Harlow2013-07-202-9/+9
* | Add the ability to merge with jsonpatch.Joshua Harlow2013-07-191-5/+20
|/
* upstart_job.py: fix pylint and bad bad variable in _has_suitable_upstartScott Moser2013-07-111-2/+2
* handlers/upstart_job.py: invoke reload-configuration if we can.Scott Moser2013-07-091-10/+50
* fix and cleanup usage of util.logexcJuerg Haefliger2013-06-192-9/+8
* Adjust comment on why we are merging cloud config the way we are.Joshua Harlow2013-05-091-1/+13
* Fix the cloud config merging so that it is backwards compat.Joshua Harlow2013-05-091-2/+13
* Continue working on merging.Joshua Harlow2013-04-221-4/+3
* Altering the order of merging.Joshua Harlow2013-04-171-9/+3
* more pep8/pylint. all clean nowScott Moser2013-03-074-6/+10
* merge from trunkScott Moser2013-03-071-0/+12
|\
| * do not reload upstart configuration on upstart jobsScott Moser2013-02-271-3/+11
| * cloudinit/handlers/upstart_job.py: pep8 / trailing whitespaceScott Moser2012-12-191-1/+1
| * tell upstart to reload configuration after writing an upstart jobScott Moser2012-12-171-0/+4
* | Continue working on merging code.Joshua Harlow2013-03-062-10/+8
* | Add in a bunch of changes and tests.Joshua Harlow2013-03-052-42/+62
* | Allow mergers to take options.Joshua Harlow2012-11-221-1/+1
* | Add which files the yaml blob came from.Joshua Harlow2012-11-221-3/+19
* | Adjust naming and exception catching.Joshua Harlow2012-11-221-21/+21
* | Change the yaml merge header extraction to be in a sep. function that can loo...Joshua Harlow2012-11-221-3/+18
* | Continue work.Joshua Harlow2012-11-221-2/+3
* | Select merge-type from either header or content after loading as yaml.Joshua Harlow2012-11-221-3/+5
* | Continue working on merging prototype.Joshua Harlow2012-11-222-15/+38
* | Start allowing different merging types to be appliedJoshua Harlow2012-11-205-37/+40
|/
* Do the append after escape.Joshua Harlow2012-11-061-4/+4
* Use a method instead + at leastJoshua Harlow2012-11-061-5/+14