index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
distros
/
parsers
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
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
2019-08-16
cloudinit/distros/parsers/sys_conf: add docstring to SysConf
Daniel Watkins
2017-06-12
net: Allow for NetworkManager configuration
Ryan McCabe
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2017-04-12
Remove (and/or fix) URL shortener references
Jon Grimm
2017-03-07
net: do not raise exception for > 3 nameservers
Lars Kellogg-Stedman
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-08-26
further remove evidence of pylint.
Scott Moser
2013-03-19
appease pylint and pep8
Scott Moser
2012-11-12
Pylint and pep8 cleanups.
Joshua Harlow
2012-11-12
Cleanup of /etc/hosts ordering and pep8/pylint adjustments.
Joshua Harlow
2012-10-11
Add some more sysconfig tests + pylint cleanups.
Joshua Harlow
2012-10-11
Fix the single item string quoting function.
Joshua Harlow
2012-10-11
Handle the case where the value contains shell
Joshua Harlow
2012-10-11
Update to use pipes.quote to ensure that
Joshua Harlow
2012-10-11
More adjustments/cleanups for the system configuration
Joshua Harlow
2012-10-10
System config niceness!
Joshua Harlow