Age | Commit message (Expand) | Author |
2020-04-01 | util: remove unnecessary lru_cache import fallback (#299) | Daniel Watkins |
2020-03-30 | cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292) | Daniel Watkins |
2020-03-26 | add Openbsd support (#147) | Gonéri Le Bouder |
2020-03-25 | set_passwords: avoid chpasswd on BSD (#268) | Gonéri Le Bouder |
2020-03-25 | util: read_cc_from_cmdline handle urlencoded yaml content (#275) | Ryan Harper |
2020-03-23 | cc_apt_configure/util: combine search_for_mirror implementations (#271) | Daniel Watkins |
2020-03-23 | bsd: boottime does not depend on the libc soname (#269) | Gonéri Le Bouder |
2020-03-14 | util/netbsd: drop six usage (#252) | Daniel Watkins |
2020-03-12 | Add Netbsd support (#62) | Gonéri Le Bouder |
2020-03-10 | instance-data: add cloud-init merged_cfg and sys_info keys to json (#214) | Chad Smith |
2020-02-18 | utils: use SystemRandom when generating random password. (#204) | Dimitri John Ledkov |
2020-01-16 | util: rename get_architecture to get_dpkg_architecture (#173) | Daniel Watkins |
2020-01-16 | Ensure util.get_architecture() runs only once (#172) | Ryan Harper |
2020-01-09 | util: move uptime's else branch into its own boottime function (#53) | Igor Galić |
2020-01-08 | Make tests work with Python 3.8 (#139) | Conrad Hoffmann |
2019-12-02 | url_helper: read_file_or_url should pass headers param into readurl (#66) | Chad Smith |
2019-11-27 | dmidecode: log result *after* stripping \n | Igor Galić |
2019-11-25 | FreeBSD: fix for get_linux_distro() and lru_cache (#59) | Igor Galić |
2019-10-24 | Fix usages of yaml, and move yaml_dump to safeyaml.dumps. | Scott Moser |
2019-10-01 | Add support for Arch Linux in render-cloudcfg | Conrad Hoffmann |
2019-09-27 | util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary | Chad Smith |
2019-05-28 | freebsd: ability to grow root file system | Gonéri Le Bouder |
2019-04-18 | mount_cb: do not pass sync and rw options to mount | Gonéri Le Bouder |
2019-03-19 | Add ubuntu_drivers config module | Daniel Watkins |
2019-03-04 | drop Python 2.6 support and our NIH version detection | Daniel Watkins |
2019-02-26 | util: don't determine string_types ourselves | Daniel Watkins |
2019-02-07 | netplan: Don't render yaml aliases when dumping netplan | Ryan Harper |
2019-01-15 | net: Wait for dhclient to daemonize before reading lease file | Jason Zions |
2018-10-22 | update detection of openSUSE variants | Robert Schweikert |
2018-10-09 | instance-data: Add standard keys platform and subplatform. Refactor ec2. | Chad Smith |
2018-07-20 | get_linux_distro: add support for rhel via redhat-release. | Scott Moser |
2018-07-20 | get_linux_distro: add support for centos6 and rawhide flavors of redhat | Chad Smith |
2018-07-09 | ubuntu,centos,debian: get_linux_distro to align with platform.dist | Chad Smith |
2018-06-15 | openstack: avoid unneeded metadata probe on non-openstack platforms | Chad Smith |
2018-06-13 | Fix get_proc_env for pids that have non-utf8 content in environment. | Scott Moser |
2018-06-08 | subp: support combine_capture argument. | Scott Moser |
2018-05-29 | util: add get_linux_distro function to replace platform.dist | Robert Schweikert |
2018-05-29 | pyflakes: fix unused variable references identified by pyflakes 2.0.0. | Scott Moser |
2018-05-23 | yaml_load/schema: Add invalid line and column nums to error message | Chad Smith |
2018-05-23 | Azure: Ignore NTFS mount errors when checking ephemeral drive | Paul Meyer |
2018-05-17 | read_file_or_url: move to url_helper, fix bug in its FileResponse. | Scott Moser |
2018-04-30 | Add reporting events and log_time around early source of blocking time | Ryan Harper |
2018-04-26 | net: detect unstable network names and trigger a settle if needed | Ryan Harper |
2018-04-19 | pylint: pay attention to unused variable warnings. | Scott Moser |
2018-04-18 | pycodestyle: Fix invalid escape sequences in string literals. | Scott Moser |
2018-04-02 | cc_resizefs, util: handle no /dev/zfs | Ryan Harper |
2018-03-27 | FreeBSD: resizefs module now able to handle zfs/zpool. | Dominic Schlegel |
2018-03-23 | IBMCloud: Initial IBM Cloud datasource. | Scott Moser |
2018-03-16 | cc_snap: Add new module to install and configure snapd and snap packages. | Chad Smith |
2018-03-15 | util: Fix subp regression. Allow specifying subp command as a string. | Chad Smith |