index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
templater.py
Age
Commit message (
Expand
)
Author
2022-01-14
Test Optimization Proposal (SC-736) (#1188)
Brett Holman
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-09-21
tox: bump the pinned flake8 and pylint version (#1029)
Paride Legovini
2020-05-14
templater: drop Jinja Python 2 compatibility shim (#353)
Daniel Watkins
2019-10-16
Small typo fixes in code comments.
Dominic Schlegel
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-04-12
renderer: support unicode in render_from_file.
Scott Moser
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-06-06
Change the Cheetah warning to a debug message
Andrew Jorgensen
2016-05-12
add feature to allow a custom template for source list
Christian Ehrhardt
2015-01-22
Low hanging Python 3 fruit.
Barry Warsaw
2014-11-18
retain trailing newline from template files when using jinja2
Scott Moser
2014-07-18
Add non braces matching and a few more tests
Joshua Harlow
2014-07-16
Log the renderer type when rendering files
Joshua Harlow
2014-07-16
Add basic renderer support and more robust import handling
Joshua Harlow
2014-03-07
Add some basic template tests
Joshua Harlow
2014-03-05
Switch to jinja & adjust tpls
Joshua Harlow
2014-03-02
Allow the usage of mako templates
Joshua Harlow
2012-07-09
Revert back to using cheetah + adjust resultant code + templates
Joshua Harlow
2012-06-16
Allow file rendering to pass in a file permission when writing.
Joshua Harlow
2012-06-15
Change variable names to reflect usage correctly
Joshua Harlow
2012-06-11
Start using tempita instead of the more complicated cheetah.
Joshua Harlow
2012-06-09
Remove unused imports and reduce lines needed + add copy right.
Joshua Harlow
2012-06-08
Ensure files end with ".tmpl" if they don't initially.
Joshua Harlow
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow