Age | Commit message (Expand) | Author |
2020-08-25 | tox: bump the pylint version to 2.6.0 in the default run (#544) | Paride Legovini |
2020-08-19 | Add Alpine Linux support. (#535) | dermotbradley |
2020-08-13 | cloudinit.distros: update docstrings of add_user and create_user (#527) | Daniel Watkins |
2020-07-15 | cloudinit: remove global disable of pylint W0107 and fix errors (#489) | Daniel Watkins |
2020-07-14 | networking: refactor wait_for_physdevs from cloudinit.net (#466) | Daniel Watkins |
2020-07-13 | cloudinit: remove global disable of pylint W0105 and fix errors (#480) | Daniel Watkins |
2020-06-30 | Disable ec2 mirror for non aws instances (#390) | lucasmoura |
2020-06-30 | networking: refactor is_physical from cloudinit.net (#457) | Daniel Watkins |
2020-06-24 | net/networking: remove unused functions/methods (#453) | Daniel Watkins |
2020-06-23 | distros.networking: initial implementation of layout (#391) | Daniel Watkins |
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-01 | test: fix all flake8 E741 errors (#401) | Joshua Powers |
2020-05-07 | make suse and sles support 127.0.1.1 (#336) | chengcheng-chcheng |
2020-05-04 | bsd: upgrade support (#305) | Gonéri Le Bouder |
2020-04-23 | distros: handle a potential mirror filtering error case (#328) | Daniel Watkins |
2020-04-02 | openbsd: set_passwd should not unlock user (#289) | Gonéri Le Bouder |
2020-03-31 | distros: drop leading/trailing hyphens from mirror URL labels (#296) | Daniel Watkins |
2020-03-31 | distros: replace invalid characters in mirror URLs with hyphens (#291) | Daniel Watkins |
2020-03-26 | add Openbsd support (#147) | Gonéri Le Bouder |
2020-03-25 | distros/tests/test_init: add tests for _get_package_mirror_info (#272) | Daniel Watkins |
2020-03-24 | freebsd: ensure package update works (#273) | 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-02-03 | sysconfig: distro-specific config rendering for BOOTPROTO option (#162) | Robert Schweikert |
2020-01-31 | cloudinit: replace "from six import X" imports (except in util.py) (#183) | Daniel Watkins |
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 | freebsd: remove superflu exception mapping (#166) | Gonéri Le Bouder |
2020-01-07 | freebsd: fix create_group() cmd (#146) | Gonéri Le Bouder |
2019-12-20 | freebsd: introduce the freebsd renderer (#61) | Gonéri Le Bouder |
2019-12-18 | cloud-init: fix capitalisation of SSH (#126) | Daniel Watkins |
2019-12-17 | Partially revert "fix unlocking method on FreeBSD" (#116) | Daniel Watkins |
2019-12-12 | fix unlocking method on FreeBSD | Igor Galić |
2019-12-06 | Add an Amazon distro in the redhat OS family | Frederick Lefebvre |
2019-11-26 | set_passwords: support for FreeBSD (#46) | Igor Galić |
2019-11-13 | distro: correctly set usr_lib_exec path for FreeBSD distro (#40) | Igor Galić |
2019-09-27 | debian/ubuntu: add missing word to netplan/ENI header | Daniel Watkins |
2019-08-16 | cloudinit/distros/parsers/sys_conf: add docstring to SysConf | Daniel Watkins |
2019-08-14 | distros: fix confusing variable names | Daniel Watkins |
2019-07-17 | net: update net sequence, include wait on netdevs, opensuse netrules path | Ryan Harper |
2019-07-16 | Support netplan renderer in Arch Linux | Conrad Hoffmann |
2019-07-15 | Update debian eni network configuration location, retain Ubuntu setting | Janos Lenart |
2019-03-06 | Support locking user with usermod if passwd is not available. | Scott Moser |
2018-09-21 | pylint: ignore warning assignment-from-no-return for _write_network | Chad Smith |
2018-09-20 | Remove dead-code _write_network distro implementations. | Scott Moser |
2018-09-18 | net_util: ensure static configs have netmask in translate_network result | Thomas Berger |
2018-09-08 | config: disable ssh access to a configured user account | Chad Smith |
2018-09-05 | sysconfig: refactor sysconfig to accept distro specific templates paths | Ryan Harper |