Age | Commit message (Expand) | Author |
2020-11-17 | introduce an upgrade framework and related testing (#659) | Daniel Watkins |
2020-09-15 | create a shutdown_command method in distro classes (#567) | Emmanuel Thomé |
2020-09-08 | distros: minor typo fix (#562) | Daniel Watkins |
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-06-30 | Disable ec2 mirror for non aws instances (#390) | lucasmoura |
2020-06-23 | distros.networking: initial implementation of layout (#391) | Daniel Watkins |
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-04-23 | distros: handle a potential mirror filtering error case (#328) | Daniel Watkins |
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-01-21 | Drop most of the remaining use of six (#179) | Daniel Watkins |
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-06 | Add an Amazon distro in the redhat OS family | Frederick Lefebvre |
2019-11-26 | set_passwords: support for FreeBSD (#46) | Igor Galić |
2019-08-14 | distros: fix confusing variable names | Daniel Watkins |
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-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 |
2018-08-24 | logging: Add logging config type hyperv for reporting via Azure KVP | Andy Liu |
2018-06-19 | Explicitly prevent `sudo` access for user module | Jacob Bednarz |
2018-04-12 | Implement ntp client spec with auto support for distro selection | Ryan Harper |
2017-12-11 | ec2: Use instance-identity doc for region and instance-id | Andrew Jorgensen |
2017-12-05 | cli: Add clean and status subcommands | Chad Smith |
2017-09-13 | cloud-config modules: honor distros definitions in each module | Chad Smith |
2017-08-30 | distro: allow distro to specify a default locale | Ryan Harper |
2017-08-30 | suse: Add support for openSUSE and return SLES to a working state. | Robert Schweikert |
2017-06-08 | rhel/centos spec cleanups. | Scott Moser |
2017-05-10 | FreeBSD: improvements and fixes for use on Azure | Hongjiang Zhang |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-03-17 | net: add renderers for automatically selecting the renderer. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-12-19 | user-groups: fix bug when groups was provided as string and had spaces | Scott Moser |
2016-12-03 | when adding a user, strip whitespace from group list | Lars Kellogg-Stedman |
2016-10-20 | Add support for snap create-user on Ubuntu Core images. | Ryan Harper |
2016-10-19 | Move user/group functions to new ug_util file | Joshua Harlow |
2016-08-18 | distros: fix get_primary_arch method use of os.uname | Andrew Jorgensen |
2016-07-13 | pass the return back up, shorten lines some. | Scott Moser |
2016-07-13 | ConfigDrive: write 'injected' files and legacy networking | Scott Moser |
2016-06-15 | fix some errors reported by pylint | Scott Moser |
2016-05-31 | add renaming code for renaming interfaces | Scott Moser |
2016-05-25 | commit to push for fear of loss. | Scott Moser |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2016-04-06 | fix adding of users when no group is specified | Scott Moser |
2016-04-06 | support adding the primary group also | Scott Moser |