Age | Commit message (Expand) | Author |
2019-12-03 | Fix linting failure in test_url_helper (#83) | Eric Lafontaine |
2019-12-02 | url_helper: read_file_or_url should pass headers param into readurl (#66) | Chad Smith |
2019-11-25 | FreeBSD: fix for get_linux_distro() and lru_cache (#59) | Igor Galić |
2019-09-27 | util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary | Chad Smith |
2019-09-09 | net,Oracle: Add support for netfailover detection | Ryan Harper |
2019-08-22 | ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA | Chad Smith |
2019-07-26 | net/cmdline: split interfaces_by_mac and init network config determination | Daniel Watkins |
2019-07-23 | stages: allow data sources to override network config source order | Daniel Watkins |
2019-07-17 | net: update net sequence, include wait on netdevs, opensuse netrules path | Ryan Harper |
2019-03-04 | drop Python 2.6 support and our NIH version detection | Daniel Watkins |
2019-02-26 | tests: fix some slow tests and some leaking state | Daniel Watkins |
2019-02-08 | netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entries | Ryan Harper |
2019-01-15 | net: Wait for dhclient to daemonize before reading lease file | Jason Zions |
2018-12-03 | dhclient-hook: cleanups, tests and fix a bug on 'down' event. | Scott Moser |
2018-11-13 | azure: retry imds polling on requests.Timeout | Chad Smith |
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-09-11 | user-data: jinja template to render instance-data.json in cloud-config | Chad Smith |
2018-09-05 | tests: print failed testname instead of docstring upon failure | Chad Smith |
2018-09-05 | tests: Disallow use of util.subp except for where needed. | Scott Moser |
2018-09-05 | sysconfig: refactor sysconfig to accept distro specific templates paths | Ryan Harper |
2018-09-01 | Add unit tests for config/cc_ssh.py | Francis Ginther |
2018-08-31 | Fix the built-in cloudinit/tests/helpers:skipIf | Scott Moser |
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-07-01 | update_metadata: a datasource can support network re-config every boot | Chad Smith |
2018-06-28 | Retry on failed import of gpg receive keys. | Scott Moser |
2018-05-29 | util: add get_linux_distro function to replace platform.dist | Robert Schweikert |
2018-05-23 | tests: Avoid using https in httpretty, improve HttPretty test case. | Scott Moser |
2018-05-22 | Update version.version_string to contain packaged version. | Scott Moser |
2018-05-22 | cc_mounts: Do not add devices to fstab that are already present. | Lars Kellogg-Stedman |
2018-05-17 | read_file_or_url: move to url_helper, fix bug in its FileResponse. | Scott Moser |
2018-05-01 | netinfo: fix netdev_pformat when a nic does not have an address assigned. | Scott Moser |
2018-04-26 | IBMCloud: recognize provisioning environment during debug boots. | Scott Moser |
2018-04-26 | net: detect unstable network names and trigger a settle if needed | Ryan Harper |
2018-04-20 | schema: in validation, raise ImportError if strict but no jsonschema. | Scott Moser |
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-03-23 | IBMCloud: Initial IBM Cloud datasource. | Scott Moser |
2018-03-22 | ubuntu-advantage: Add new config module to support ubuntu-advantage-tools | Chad Smith |
2018-03-16 | net: recognize iscsi root cases without ip= on kernel command line. | Scott Moser |
2018-03-16 | tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex. | Scott Moser |
2018-03-14 | set_hostname: When present in metadata, set it before network bringup. | Chad Smith |
2018-03-14 | tests: Centralize and re-use skipTest based on json schema presense. | Scott Moser |
2018-03-09 | shellify: raise TypeError on bad input. | Scott Moser |
2018-02-12 | tests: run nosetests in cloudinit/ directory, fix py26 fallout. | Scott Moser |
2018-01-24 | btrfs: support resizing if root is mounted ro. | Robert Schweikert |
2017-12-07 | pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints. | Ryan Harper |
2017-12-05 | Datasources: Formalize DataSource get_data and related properties. | Chad Smith |