Age | Commit message (Expand) | Author |
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 |
2016-04-05 | write_files: fix decompression of content | Scott Moser |
2016-03-30 | fix adding of users without a group | Scott Moser |
2016-03-22 | add code to invoke networking config | Scott Moser |
2016-03-11 | merge with trunk | Scott Moser |
2016-03-10 | commit planned implementation of datasourcenocloud | Scott Moser |
2016-03-09 | add default user to 'lxd' group and create groups when necessary. | Scott Moser |
2016-03-04 | Enable password changing via a hashed string | Daniel Watkins |
2016-03-03 | Apply pep8, pyflakes fixes for python2 and 3 | Ryan Harper |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper |
2016-03-02 | Used keyword for parameter in order to make it clearer what it represents. | Alex Sirbu |
2016-03-02 | Added the hashed_passwd argument for the function create_user, which uses the... | Alex Sirbu |
2016-03-01 | timezone: use a symlink when updating /etc/localtime | Scott Moser |
2015-07-22 | Add DataSource.region and use it in mirror selection. | Daniel Watkins |
2015-07-22 | Make full data source available to code that handles mirror selection. | Daniel Watkins |
2015-06-02 | check for systemd using sd_booted() semantics | Lars Kellogg-Stedman |
2015-05-19 | EC2: be aware of eu-central-1 availability zone | Scott Moser |
2015-04-21 | Don't overwrite the hostname if the user has changed it after we set it | Joshua Harlow |
2015-04-15 | Don't overwrite the hostname if the user has changed it after we set it | brak |
2015-04-14 | Add functionality to fixate the uid of a newly added user. | Gerhard Muntingh |
2015-01-26 | More test repairs. | Barry Warsaw |