summaryrefslogtreecommitdiff
path: root/cloudinit/handlers
Commit message (Expand)AuthorAgeFilesLines
* Allow jinja templating in /etc/cloud (SC-1170) (#1722)James Falcon2022-09-141-11/+25
* Refactor instance json files to use Paths (SC-1238) (#1709)James Falcon2022-09-021-5/+3
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-8/+9
* upstart: drop vestigial support for upstart (#1421)Chad Smith2022-05-092-108/+0
* Shell script handlers by freq (#1166)Chris Lalos2022-02-102-0/+69
* Don't throw exceptions for empty cloud config (#1130)Brett Holman2022-01-061-0/+9
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-156-139/+187
* jinja: provide and document jinja-safe key aliases in instance-data (SC-622) ...Chad Smith2021-12-021-8/+40
* Use instance-data-sensitive.json in jinja templates (SC-117) (#917)James Falcon2021-06-101-2/+3
* cloudinit: remove unused LOG variables (#574)Daniel Watkins2020-09-161-3/+0
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-1/+2
* Move subp into its own module. (#416)Scott Moser2020-06-082-7/+9
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-6/+3
* Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser2019-10-241-1/+2
* Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini2019-01-301-1/+1
* query: better error when missing read permission on instance-dataChad Smith2018-10-301-1/+9
* user-data: jinja template to render instance-data.json in cloud-configChad Smith2018-09-116-32/+161
* pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser2018-05-291-1/+1
* pylint: fix all logging warningsJoshua Powers2017-04-211-1/+1
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-225-96/+45
* pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser2016-11-101-0/+1
* 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