Age | Commit message (Expand) | Author |
2020-06-10 | test: fix all flake8 E126 errors (#425) | Joshua Powers |
2020-06-08 | Move subp into its own module. (#416) | Scott Moser |
2020-06-02 | test: fix all flake8 E121 and E123 errors (#404) | Joshua Powers |
2020-06-01 | test: fix all flake8 E741 errors (#401) | Joshua Powers |
2020-05-27 | Enable chef_license support for chef infra client (#389) | Bipin Bachhao |
2020-05-13 | Add schema to apt configure config (#357) | lucasmoura |
2020-05-08 | Add test to ensure docs examples are valid cloud-init configs (#355) | James Falcon |
2020-05-07 | make suse and sles support 127.0.1.1 (#336) | chengcheng-chcheng |
2020-05-06 | Create tests to validate schema examples (#348) | lucasmoura |
2020-04-30 | cc_locale: introduce schema (#335) | Daniel Watkins |
2020-04-24 | schema: add json schema for write_files module (#152) | Chad Smith |
2020-04-24 | cloudinit: drop dependencies on unittest2 and contextlib2 (#322) | Daniel Watkins |
2020-04-02 | Add support for NFS/EFS mounts (#300) | Andrew Beresford |
2020-03-31 | CiTestCase: stop using and remove sys_exit helper (#283) | Daniel Watkins |
2020-03-27 | CiTestCase: remove now-unneeded parse_and_read helper method (#286) | Daniel Watkins |
2020-03-23 | cc_apt_configure/util: combine search_for_mirror implementations (#271) | Daniel Watkins |
2020-03-19 | cloudinit/tests: remove unneeded with_logs configuration (#263) | Daniel Watkins |
2020-02-07 | cc_disk_setup: add swap filesystem force flag (#207) | Ryan Harper |
2020-01-31 | cloudinit: replace "from six import X" imports (except in util.py) (#183) | Daniel Watkins |
2020-01-29 | Replace mock library with unittest.mock (#186) | Daniel Watkins |
2020-01-23 | cloudinit: remove ImportError handling for mock imports (#182) | Daniel Watkins |
2020-01-23 | Do not use fallocate in swap file creation on xfs. (#70) | Eduardo Otubo |
2020-01-21 | Drop most of the remaining use of six (#179) | Daniel Watkins |
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-14 | Only use gpart if it is the BSD gpart (#131) | Conrad Hoffmann |
2019-12-19 | cc_snappy: remove deprecated module (#127) | Daniel Watkins |
2019-10-31 | cc_puppet: Implement csr_attributes.yaml support | Matthias Baur |
2019-10-17 | replace any deprecated log.warn with log.warning | Dominic Schlegel |
2019-08-19 | ubuntu-drivers: emit latelink=true debconf to accept nvidia eula | Chad Smith |
2019-07-16 | templates/ntp.conf.debian.tmpl: fix missing newline for pools | Ryan Harper |
2019-05-28 | freebsd: ability to grow root file system | Gonéri Le Bouder |
2019-05-08 | cc_mounts: check if mount -a on no-change fstab path | Jason Zions (MSFT) |
2019-03-19 | Add ubuntu_drivers config module | Daniel Watkins |
2019-02-25 | Enable encrypted_data_bag_secret support for Chef | Eric Williams |
2019-01-25 | lxd: install zfs-linux instead of zfs meta package | Johnson Shi |
2018-12-06 | write_files: add support for appending to files. | James Baxter |
2018-11-28 | tests: fix incorrect order of mocks in test_handle_zfs_root. | Scott Moser |
2018-11-14 | resizefs: Prefix discovered devpath with '/dev/' when path does not exist | Igor Galić |
2018-09-26 | lxd: adjust to snap installed lxd. | Scott Moser |
2018-09-17 | tests: Add mock for util.get_hostname. | Robert Schweikert |
2018-09-11 | user-data: jinja template to render instance-data.json in cloud-config | Chad Smith |
2018-09-05 | tests: Disallow use of util.subp except for where needed. | Scott Moser |
2018-06-15 | lxd: Delete default network and detach device if lxd-init created them. | Scott Moser |
2018-05-23 | tests: Avoid using https in httpretty, improve HttPretty test case. | Scott Moser |
2018-05-23 | yaml_load/schema: Add invalid line and column nums to error message | Chad Smith |
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-04 | pycodestyle: Fix deprecated string literals, move away from flake8. | Chad Smith |
2018-05-01 | FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt. | Harm Weites |