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
/
handlers
/
__init__.py
Age
Commit message (
Expand
)
Author
2022-02-10
Shell script handlers by freq (#1166)
Chris Lalos
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2020-01-21
Start removing dependency on six (#178)
Daniel Watkins
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2015-04-16
fix cloud-config-archive handling
Scott Moser
2015-04-16
pep8 fixes
Scott Moser
2015-03-11
userdata-handlers: python3-related fixes on do-not-process-this-part path
Oleg Strikov
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
Fix a few string/bytes problems with Python 3.
Barry Warsaw
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-01-16
simplify consume_vendordata, move exclusion, consume_vendordata per instance
Scott Moser
2013-07-24
change 'json-patch' to 'cloud-config-jsonp'
Scott Moser
2013-07-24
merge from trunk
Scott Moser
2013-07-21
Just use an initialized array.
Joshua Harlow
2013-07-20
Remove return not used.
Joshua Harlow
2013-07-20
Also handle custom handlers correctly.
Joshua Harlow
2013-07-20
Add usage of '#json-patch'
Joshua Harlow
2013-06-19
fix and cleanup usage of util.logexc
Juerg Haefliger
2013-03-06
Continue working on merging code.
Joshua Harlow
2013-03-05
Add in a bunch of changes and tests.
Joshua Harlow
2012-11-22
Continue working on merging prototype.
Joshua Harlow
2012-11-20
Start allowing different merging types to be applied
Joshua Harlow
2012-11-06
Do the append after escape.
Joshua Harlow
2012-11-06
Use a method instead + at least
Joshua Harlow
2012-11-06
Fix the case where a unknown type is seen and
Joshua Harlow
2012-08-22
fix pep8 complaints.
Scott Moser
2012-07-12
walker_callback: fix traceback on empty payload.
Scott Moser
2012-06-29
[merge-from-trunk] remove warning message to console on empty user-data
Scott Moser
2012-06-21
1. Only register and increment the handler count after we have ensured it imp...
Joshua Harlow
2012-06-21
Remove a unused import.
Joshua Harlow
2012-06-20
1. Add an importer function that will search for a given module in a set of s...
Joshua Harlow
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-17
Log handler + info that is about to be called
Joshua Harlow
2012-06-16
1. Allow for checking against lower case include types.
Joshua Harlow
2012-06-16
Update error messaging for when importing/registring a part-handler fails
Joshua Harlow
2012-06-16
1. Ensure a that when a bad version is found, that it gets set to 1.
Joshua Harlow
2012-06-16
When a handler version is set but to an unknown non-int convertable value, tr...
Joshua Harlow
2012-06-16
They are handlers not mods ;)
Joshua Harlow
2012-06-16
Make the top level __init__ similar to the other top level __inits__ where ju...
Joshua Harlow
2012-06-15
Ensure that this directory is treated as a module.
Joshua Harlow
2012-06-15
Moved the handlers from a user_data directory to a handler directory.
Joshua Harlow
2012-06-11
Removing distro specifics from here, as well as running functionality (which ...
Joshua Harlow
2012-06-08
Move how handler module names are found to here as well as a fixup module fun...
Joshua Harlow
2012-06-08
Remove cloud config from here and move to cloud.py
Joshua Harlow
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow