summaryrefslogtreecommitdiff
path: root/cloudinit/templater.py
Commit message (Expand)AuthorAgeFilesLines
* chore: fix style tip (#2071)Alberto Contreras2023-03-141-3/+6
* Remove dead code (#2038)Brett Holman2023-03-031-6/+0
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-7/+14
* Remove cheetah from templater (#1416)Brett Holman2022-04-291-37/+5
* add support for jinja do statements, add unit test (#1314)Paul Bruno2022-03-021-1/+4
* Test Optimization Proposal (SC-736) (#1188)Brett Holman2022-01-141-0/+15
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-42/+54
* tox: bump the pinned flake8 and pylint version (#1029)Paride Legovini2021-09-211-2/+2
* templater: drop Jinja Python 2 compatibility shim (#353)Daniel Watkins2020-05-141-4/+0
* Small typo fixes in code comments.Dominic Schlegel2019-10-161-2/+2
* user-data: jinja template to render instance-data.json in cloud-configChad Smith2018-09-111-3/+25
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-1/+1
* renderer: support unicode in render_from_file.Scott Moser2018-04-121-1/+9
* pylint: fix all logging warningsJoshua Powers2017-04-211-4/+4
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-21/+11
* Change the Cheetah warning to a debug messageAndrew Jorgensen2016-06-061-5/+6
* add feature to allow a custom template for source listChristian Ehrhardt2016-05-121-0/+5
* Low hanging Python 3 fruit.Barry Warsaw2015-01-221-1/+1
* retain trailing newline from template files when using jinja2Scott Moser2014-11-181-1/+3
* Add non braces matching and a few more testsJoshua Harlow2014-07-181-4/+11
* Log the renderer type when rendering filesJoshua Harlow2014-07-161-1/+5
* Add basic renderer support and more robust import handlingJoshua Harlow2014-07-161-26/+81
* Add some basic template testsJoshua Harlow2014-03-071-13/+14
* Switch to jinja & adjust tplsJoshua Harlow2014-03-051-18/+30
* Allow the usage of mako templatesJoshua Harlow2014-03-021-2/+30
* Revert back to using cheetah + adjust resultant code + templatesJoshua Harlow2012-07-091-6/+5
* Allow file rendering to pass in a file permission when writing.Joshua Harlow2012-06-161-2/+2
* Change variable names to reflect usage correctlyJoshua Harlow2012-06-151-3/+3
* Start using tempita instead of the more complicated cheetah.Joshua Harlow2012-06-111-5/+12
* Remove unused imports and reduce lines needed + add copy right.Joshua Harlow2012-06-091-9/+23
* Ensure files end with ".tmpl" if they don't initially.Joshua Harlow2012-06-081-4/+7
* 1. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow2012-06-071-0/+17