Age | Commit message (Expand) | Author |
2020-06-19 | util: add ensure_dir_exists parameter to write_file (#443) | Daniel Watkins |
2020-06-17 | util: rename write_file's copy_mode parameter to preserve_mode (#439) | Daniel Watkins |
2020-06-08 | Move subp into its own module. (#416) | Scott Moser |
2020-05-14 | cloudinit: remove unneeded __future__ imports (#362) | Daniel Watkins |
2020-04-24 | BSD: find_devs_with_ refactoring (#298) | Gonéri Le Bouder |
2020-03-26 | add Openbsd support (#147) | Gonéri Le Bouder |
2020-03-19 | cloudinit/tests: remove unneeded with_logs configuration (#263) | Daniel Watkins |
2020-01-23 | cloudinit: remove ImportError handling for mock imports (#182) | Daniel Watkins |
2020-01-21 | Drop most of the remaining use of six (#179) | Daniel Watkins |
2019-01-15 | net: Wait for dhclient to daemonize before reading lease file | Jason Zions |
2018-09-05 | tests: Disallow use of util.subp except for where needed. | Scott Moser |
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-23 | yaml_load/schema: Add invalid line and column nums to error message | Chad Smith |
2018-04-19 | pylint: pay attention to unused variable warnings. | Scott Moser |
2018-04-18 | net: Depend on iproute2's ip instead of net-tools ifconfig or route | Chad Smith |
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-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 |
2018-02-23 | subp: Fix subp usage with non-ascii characters when no system locale. | Scott Moser |
2018-01-23 | subp: make ProcessExecutionError have expected types in stderr, stdout. | Scott Moser |
2018-01-12 | Do not log warning on config files that represent None. | Scott Moser |
2017-12-07 | pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints. | Ryan Harper |
2017-12-05 | cli: Add clean and status subcommands | Chad Smith |
2017-09-05 | relocate tests/unittests/helpers.py to cloudinit/tests | Lars Kellogg-Stedman |
2017-08-25 | Log a helpful message if a user script does not include shebang. | Andrew Jorgensen |
2017-07-17 | Support comments in content read by load_shell_content. | Scott Moser |
2017-06-29 | read_dmi_data: always return None when inside a container. | Scott Moser |
2017-06-15 | FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd. | Scott Moser |
2017-05-23 | flake8: move the pinned version of flake8 up to 3.3.0 | Scott Moser |
2017-05-16 | Improve detection of snappy to include os-release and kernel cmdline. | Scott Moser |
2017-05-10 | FreeBSD: improvements and fixes for use on Azure | Hongjiang Zhang |
2017-04-12 | util: teach write_file about copy_mode option | Lars Kellogg-Stedman |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-12-02 | fix problems found in python2.6 test. | Joshua Harlow |
2016-11-22 | Improve formatting for ProcessExecutionError | Wesley Wiedenmeier |
2016-11-01 | dmidecode: Allow dmidecode to be used on aarch64 | Robert Schweikert |
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-08-18 | Apt: add new apt configuration format | Christian Ehrhardt |
2016-08-12 | DigitalOcean: use the v1.json endpoint | Ben Howard |
2016-03-14 | change return value for dmi data of all \xff to be "" | 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 | dmi data: fix failure of reading dmi data for unset dmi values | Scott Moser |
2015-05-14 | read_seeded: fix reed_seeded after regression | Scott Moser |