Age | Commit message (Expand) | Author |
2016-06-15 | python3 OSError does not have a .message | Scott Moser |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-05-24 | rebased with upstream and reolved merge conflicts | Christian Ehrhardt |
2016-05-23 | final pep8 check fixups | Christian Ehrhardt |
2016-05-23 | support apt_sources to be a dictionary | Christian Ehrhardt |
2016-05-19 | Remerge against head/master | Joshua Harlow |
2016-05-19 | Adjust net module to be more isolated | Joshua Harlow |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow |
2016-03-24 | make get_cmdline read /proc/1/cmdline if inside a container | Scott Moser |
2016-03-14 | change return value for dmi data of all \xff to be "" | Scott Moser |
2016-03-14 | strip return of dmidecode and do so before checking for all "." | Scott Moser |
2016-03-14 | change where we handle the translation | Scott Moser |
2016-03-14 | change return value for dmi data of all \xff to be "" | Scott Moser |
2016-03-10 | dmi data: fix failure of reading dmi data for unset dmi values | Scott Moser |
2016-03-10 | improve comment | Scott Moser |
2016-03-10 | dmi data: fix failure of reading dmi data for unset dmi values | Scott Moser |
2016-03-03 | Fix pyflake/pyflake3 errors | Ryan Harper |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper |
2016-01-28 | Use systemd-detect-virt to detect a container. | Martin Pitt |
2015-09-01 | Handle symlink mount points in mount_cb. | Daniel Watkins |
2015-08-06 | tests pass | Scott Moser |
2015-07-27 | _read_dmi_syspath: fix bad log message causing unintended exception | Scott Moser |
2015-05-14 | read_seeded: fix reed_seeded after regression | Scott Moser |
2015-04-16 | fix cloud-config-archive handling | Scott Moser |
2015-03-04 | Add util.message_from_string to wrap email.message_from_string. | Daniel Watkins |
2015-03-04 | Use more consistent logging invocation. | Daniel Watkins |
2015-03-04 | Convert dmidecode values to sysfs names before looking for them. | Daniel Watkins |
2015-03-02 | get_cmdline_url: fix in python3 when calling | Scott Moser |
2015-03-02 | util.py: remove 'print' debug statement | Scott Moser |
2015-02-25 | move towards user-data being binary | Scott Moser |
2015-02-12 | mount_cb: fix scoping of an exception in python3 | Scott Moser |
2015-02-11 | include exception in error again. | Scott Moser |
2015-02-11 | Open /dev/console in text mode (so we don't have to encode strings to write t... | Daniel Watkins |
2015-02-11 | Fix reference to non-existent variable. | Daniel Watkins |
2015-02-10 | pep8 | Scott Moser |
2015-02-11 | fix random_seed module | Scott Moser |
2015-01-27 | Respond to review: | Barry Warsaw |
2015-01-27 | Respond to review: | Barry Warsaw |
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw |
2015-01-26 | Trunk merged and ported. | Barry Warsaw |
2015-01-26 | Avoid a nose bug when running under the test suite and no exception is in | Barry Warsaw |
2015-01-23 | * Fix the filter() imports. | Barry Warsaw |
2015-01-22 | Low hanging Python 3 fruit. | Barry Warsaw |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2015-01-21 | Use either syspath or dmidecode based on the availability. | Ben Howard |
2015-01-21 | Fix file modes to be Python 2/3 compatible. | Barry Warsaw |
2015-01-14 | Drop reliance on dmidecode executable. | Ben Howard |
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser |
2014-11-21 | Pretty up the debug module | Joshua Harlow |