Age | Commit message (Expand) | Author |
2018-05-17 | read_file_or_url: move to url_helper, fix bug in its FileResponse. | Scott Moser |
2018-04-19 | pylint: pay attention to unused variable warnings. | Scott Moser |
2017-09-05 | relocate tests/unittests/helpers.py to cloudinit/tests | Lars Kellogg-Stedman |
2017-01-24 | tests: remove executable bit on test_net, so it runs, and fix it. | Scott Moser |
2017-01-11 | Get early logging logged, including failures of cmdline url. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow |
2015-07-21 | tests: fix TestHandlerHandlePart tests | Scott Moser |
2015-03-02 | get_cmdline_url: fix in python3 when calling | Scott Moser |
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw |
2015-01-22 | Use .addCleanup() instead of a .tearDown() where appropriate, although we | Barry Warsaw |
2015-01-22 | Port test__init__.py to unittest.mock. | Barry Warsaw |
2015-01-21 | Fix file modes to be Python 2/3 compatible. | Barry Warsaw |
2014-08-26 | further remove evidence of pylint. | Scott Moser |
2014-04-01 | pyflakes cleanups | Scott Moser |
2014-01-24 | read_file_or_url: raise UrlError with 404 on ENOENT | Scott Moser |
2013-03-19 | merge from trunk at revno 799 | Scott Moser |
2013-03-07 | more pep8/pylint. all clean now | Scott Moser |
2013-03-07 | fix pep8 and pylint | Scott Moser |
2013-03-05 | Add in a bunch of changes and tests. | Joshua Harlow |
2013-02-23 | Get tests working and further adjustments. | harlowja |
2012-08-22 | fix pep8 complaints. | Scott Moser |
2012-08-09 | stright forward pylint cleanups to tests/ and tools/ | Scott Moser |
2012-06-21 | Get both of these tests back in working shape. | Joshua Harlow |
2012-04-04 | initial checkin of kernel commandline cloud-config url support | Scott Moser |
2012-02-21 | Cleanups. | Mike Milner |
2012-02-21 | Lint fixes. | Mike Milner |
2012-02-21 | Add test and fix for catching exceptions. | Mike Milner |
2012-02-21 | Add tests for various frequencies. | Mike Milner |
2012-02-21 | Added tests for adding handlers. | Mike Milner |