Age | Commit message (Expand) | Author |
2020-05-14 | cloudinit: remove unneeded __future__ imports (#362) | Daniel Watkins |
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-12-07 | pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints. | Ryan Harper |
2017-09-05 | relocate tests/unittests/helpers.py to cloudinit/tests | Lars Kellogg-Stedman |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-05-12 | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8. | Scott Moser |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper |
2015-05-01 | fix 'Make pyflakes' | Scott Moser |
2015-02-10 | skip cheetah dependent test | Scott Moser |
2015-02-10 | make bddeb work with python3 or python2 | Scott Moser |
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw |
2015-01-21 | Only install cheetah (and only run the cheetah templating test) when in Python | Barry Warsaw |
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser |
2014-07-23 | more import statements | Dimitri John Ledkov |
2014-07-21 | use textwrap, simple formatting improvement. | Scott Moser |
2014-07-18 | Add non braces matching and a few more tests | 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 |