Age | Commit message (Expand) | Author |
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-12-21 | Fix config order of precedence, putting kernel command line over system. | Wesley Wiedenmeier |
2016-11-22 | Improve formatting for ProcessExecutionError | Wesley Wiedenmeier |
2016-11-10 | pep8: fix style errors reported by pycodestyle 2.1.0 | Scott Moser |
2016-11-01 | dmidecode: Allow dmidecode to be used on aarch64 | Robert Schweikert |
2016-10-20 | Add support for snap create-user on Ubuntu Core images. | Ryan Harper |
2016-10-19 | Fix python2.6 things found running in centos 6. | Scott Moser |
2016-09-21 | Decode unicode types in decode_binary | Robert Schweikert |
2016-09-21 | subp: add 'update_env' argument | Scott Moser |
2016-09-15 | dmidecode: run dmidecode only on i?86 or x86_64 arch. | Robert Schweikert |
2016-08-25 | python2.6: fix dict comprehension usage in _lsb_release. | Joshua Harlow |
2016-08-22 | Fix Gentoo net config generation | Matthew Thode |
2016-08-18 | Apt: add new apt configuration format | Christian Ehrhardt |
2016-08-12 | DigitalOcean: use the v1.json endpoint | Ben Howard |
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 |