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
Age
Commit message (
Expand
)
Author
2012-06-16
If bringing up, return whatever the bring up result is, otherwise false.
Joshua Harlow
2012-06-16
Add comment as to why we need to check for none/empty later when fetching an ...
Joshua Harlow
2012-06-16
Have the top level distro class take paths instead of a runner.
Joshua Harlow
2012-06-16
Remove the need to have transforms start with "cc_".
Joshua Harlow
2012-06-16
Correct the mount options to use a comma separated list for the mount options...
Joshua Harlow
2012-06-16
After the moving of items to handler/__init__ reflect those references here.
Joshua Harlow
2012-06-16
Add a restricted set of characters which can be used in filenames when cleani...
Joshua Harlow
2012-06-16
Allow the user data processor to be passed in.
Joshua Harlow
2012-06-16
Move the helper functions for handlers to the handler __init__ instead of bei...
Joshua Harlow
2012-06-16
Make the top level __init__ similar to the other top level __inits__ where ju...
Joshua Harlow
2012-06-16
Content handlers does not need the paths variable anymore so removed that.
Joshua Harlow
2012-06-16
For the different base classes, ensure we are using the 'abc' module + approp...
Joshua Harlow
2012-06-16
Unused import removed
Joshua Harlow
2012-06-16
1. Add a constant for the "cc_" prefix, so that it can be easily changed if d...
Joshua Harlow
2012-06-16
1. Change to fixup handler instead of fixup module
Joshua Harlow
2012-06-16
1. Change to fixup transform/form transform name
Joshua Harlow
2012-06-16
Rename to fixup transform/fixup handler/form transform name instead of form mod*
Joshua Harlow
2012-06-16
Have the ensure file function be able to take in a file permission.
Joshua Harlow
2012-06-16
1. Add comment as to what http proxy setting means
Joshua Harlow
2012-06-16
Clean up this log statement to be more useful.
Joshua Harlow
2012-06-16
Allow file rendering to pass in a file permission when writing.
Joshua Harlow
2012-06-16
Adjust how config is extracted in that it now can be extracted via 3 differen...
Joshua Harlow
2012-06-16
Fix pylint line length to big issue.
Joshua Harlow
2012-06-16
For now just stick to using newline joining.
Joshua Harlow
2012-06-16
1. Remove content handler iid param, not used.
Joshua Harlow
2012-06-16
Have the contents formed on a previous line which seems prettier.
Joshua Harlow
2012-06-16
1. Remove path function, since we have a path class
Joshua Harlow
2012-06-16
Cleanups around the usage of the apt pipe line value.
Joshua Harlow
2012-06-16
Some simple fixes that will make the python 3 translation easier
Joshua Harlow
2012-06-16
Some simple fixes that will make the python 3 translation easier
Joshua Harlow
2012-06-16
Some simple fixes that will make the python 3 translation easier
Joshua Harlow
2012-06-16
Only set an env variable for instance id if we actually got one.
Joshua Harlow
2012-06-16
Adjust the usage of map items() to iteritems() which will help later translat...
Joshua Harlow
2012-06-16
Adjust the usage of map items() to iteritems() which will help later translat...
Joshua Harlow
2012-06-16
Adjust the usage of map items() to iteritems() which will help later translat...
Joshua Harlow
2012-06-16
1. Add in one function that will do output redirection from config for a give...
Joshua Harlow
2012-06-16
Add the running of 2to3 via the makefile.
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Ensure that this directory is treated as a module.
Joshua Harlow
2012-06-15
Self variable missing
Joshua Harlow
2012-06-15
Variable name mismatch
Joshua Harlow
2012-06-15
Cleanup and renaming that should mostly complete this new module.
Joshua Harlow
2012-06-15
Update comment about distro handling its timezone
Joshua Harlow
2012-06-15
Inclusion of more utility functions included:
Joshua Harlow
2012-06-15
1. Modify the check http code function to allow or not allow redirect status ...
Joshua Harlow
2012-06-15
Ensure when an exception is captured that we use the util.logexc helper.
Joshua Harlow
2012-06-15
Complete initial cleanup for refactoring/rework.
Joshua Harlow
2012-06-15
Complete cleanup for refactoring/rework that makes it comptabile with the new...
Joshua Harlow
2012-06-15
Update applying network esttings to use the distro function to handle this, u...
Joshua Harlow
2012-06-15
Split up time calculation, use logexc instead of log.exception
Joshua Harlow
[next]