Age | Commit message (Expand) | Author |
2013-07-24 | Fix small prefix bug + jsonp tests. | Joshua Harlow |
2013-07-24 | rename CC_JSONP_PRE again (JSONP_PREFIX) and use CLOUD_PREFIX | Scott Moser |
2013-07-24 | change 'json-patch' to 'cloud-config-jsonp' | Scott Moser |
2013-07-24 | merge from trunk | Scott Moser |
2013-07-23 | use constants for startswith in handlers. add strip_prefix_suffix. | Joshua Harlow |
2013-07-21 | Just use an initialized array. | Joshua Harlow |
2013-07-21 | Use a util helper to do prefix/suffix removal. | Joshua Harlow |
2013-07-21 | Use constants for repeated type strings. | Joshua Harlow |
2013-07-20 | Remove return not used. | Joshua Harlow |
2013-07-20 | Also handle custom handlers correctly. | Joshua Harlow |
2013-07-20 | Ensure we remove the same way we detect. | Joshua Harlow |
2013-07-20 | Remove json-patch inclusion header if payload contains it. | Joshua Harlow |
2013-07-20 | Fix constant move. | Joshua Harlow |
2013-07-20 | Fix content-type constant. | Joshua Harlow |
2013-07-20 | Add usage of '#json-patch' | Joshua Harlow |
2013-07-19 | Add the ability to merge with jsonpatch. | Joshua Harlow |
2013-07-11 | upstart_job.py: fix pylint and bad bad variable in _has_suitable_upstart | Scott Moser |
2013-07-09 | handlers/upstart_job.py: invoke reload-configuration if we can. | Scott Moser |
2013-06-19 | fix and cleanup usage of util.logexc | Juerg Haefliger |
2013-05-09 | Adjust comment on why we are merging cloud config the way we are. | Joshua Harlow |
2013-05-09 | Fix the cloud config merging so that it is backwards compat. | Joshua Harlow |
2013-04-22 | Continue working on merging. | Joshua Harlow |
2013-04-17 | Altering the order of merging. | Joshua Harlow |
2013-03-07 | more pep8/pylint. all clean now | Scott Moser |
2013-03-07 | merge from trunk | Scott Moser |
2013-03-06 | Continue working on merging code. | Joshua Harlow |
2013-03-05 | Add in a bunch of changes and tests. | Joshua Harlow |
2013-02-27 | do not reload upstart configuration on upstart jobs | Scott Moser |
2012-12-19 | cloudinit/handlers/upstart_job.py: pep8 / trailing whitespace | Scott Moser |
2012-12-17 | tell upstart to reload configuration after writing an upstart job | Scott Moser |
2012-11-22 | Allow mergers to take options. | Joshua Harlow |
2012-11-22 | Add which files the yaml blob came from. | Joshua Harlow |
2012-11-22 | Adjust naming and exception catching. | Joshua Harlow |
2012-11-22 | Change the yaml merge header extraction to be in a sep. function that can loo... | Joshua Harlow |
2012-11-22 | Continue work. | Joshua Harlow |
2012-11-22 | Select merge-type from either header or content after loading as yaml. | Joshua Harlow |
2012-11-22 | Continue working on merging prototype. | Joshua Harlow |
2012-11-20 | Start allowing different merging types to be applied | Joshua Harlow |
2012-11-06 | Do the append after escape. | Joshua Harlow |
2012-11-06 | Use a method instead + at least | Joshua Harlow |
2012-11-06 | Fix the case where a unknown type is seen and | Joshua Harlow |
2012-08-22 | fix pep8 complaints. | Scott Moser |
2012-07-12 | walker_callback: fix traceback on empty payload. | Scott Moser |
2012-06-29 | Ensure that only when incoming frequency is per-instance that this runs. | Joshua Harlow |
2012-06-29 | [merge-from-trunk] remove warning message to console on empty user-data | Scott Moser |
2012-06-21 | 1. Only register and increment the handler count after we have ensured it imp... | Joshua Harlow |
2012-06-21 | Remove a unused import. | Joshua Harlow |
2012-06-20 | 1. Add an importer function that will search for a given module in a set of s... | Joshua Harlow |
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow |
2012-06-17 | Log handler + info that is about to be called | Joshua Harlow |