summaryrefslogtreecommitdiff
path: root/cloudinit/handlers/cloud_config.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-163/+0
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-1/+1
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-1/+1
* further remove evidence of pylint.Scott Moser2014-08-261-2/+1
* Significant re-working of the userdata handling and introduction ofBen Howard2014-01-081-0/+2
* 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-241-4/+5
* merge from trunkScott Moser2013-07-241-1/+2
|\
| * Use constants for repeated type strings.Joshua Harlow2013-07-211-2/+3
* | 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-201-9/+8
* | Add the ability to merge with jsonpatch.Joshua Harlow2013-07-191-5/+20
|/
* 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-071-3/+4
* Continue working on merging code.Joshua Harlow2013-03-061-9/+6
* Add in a bunch of changes and tests.Joshua Harlow2013-03-051-36/+53
* 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-221-6/+21
* Start allowing different merging types to be appliedJoshua Harlow2012-11-201-12/+10
* Make the top level __init__ similar to the other top level __inits__ where ju...Joshua Harlow2012-06-161-11/+17
* Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow2012-06-151-2/+2
* Moved the user_data directory back to a user_data.py and made a handler subdi...Joshua Harlow2012-06-151-0/+56