summaryrefslogtreecommitdiff
path: root/cloudinit/templater.py
AgeCommit message (Expand)Author
2022-01-14Test Optimization Proposal (SC-736) (#1188)Brett Holman
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-09-21tox: bump the pinned flake8 and pylint version (#1029)Paride Legovini
2020-05-14templater: drop Jinja Python 2 compatibility shim (#353)Daniel Watkins
2019-10-16Small typo fixes in code comments.Dominic Schlegel
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-12renderer: support unicode in render_from_file.Scott Moser
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-06-06Change the Cheetah warning to a debug messageAndrew Jorgensen
2016-05-12add feature to allow a custom template for source listChristian Ehrhardt
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2014-11-18retain trailing newline from template files when using jinja2Scott Moser
2014-07-18Add non braces matching and a few more testsJoshua Harlow
2014-07-16Log the renderer type when rendering filesJoshua Harlow
2014-07-16Add basic renderer support and more robust import handlingJoshua Harlow
2014-03-07Add some basic template testsJoshua Harlow
2014-03-05Switch to jinja & adjust tplsJoshua Harlow
2014-03-02Allow the usage of mako templatesJoshua Harlow
2012-07-09Revert back to using cheetah + adjust resultant code + templatesJoshua Harlow
2012-06-16Allow file rendering to pass in a file permission when writing.Joshua Harlow
2012-06-15Change variable names to reflect usage correctlyJoshua Harlow
2012-06-11Start using tempita instead of the more complicated cheetah.Joshua Harlow
2012-06-09Remove unused imports and reduce lines needed + add copy right.Joshua Harlow
2012-06-08Ensure files end with ".tmpl" if they don't initially.Joshua Harlow
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow