Age | Commit message (Expand) | Author |
2012-11-08 | Ensure that at needed stages the local variables | Joshua Harlow |
2012-09-24 | do not create 'sems' directory. 'sem' is proper instance/ path | Scott Moser |
2012-08-26 | Add the capability to understand and filter on | Joshua Harlow |
2012-08-22 | fix pep8 complaints. | Scott Moser |
2012-07-10 | Fixes 1012854 by implementing file writing, adjusts | Joshua Harlow |
2012-07-09 | Update chownbyname to catch the key error when users/groups that are not known | Joshua Harlow |
2012-07-01 | Always read fro the cloud config location + conf.d locations | harlowja |
2012-07-01 | 1. Rename util functions to is_true and is_false | harlowja |
2012-06-29 | Remove logging of module/init configs | Joshua Harlow |
2012-06-29 | Cleanup the pickling. | Joshua Harlow |
2012-06-29 | Fix the variable name, should have been 'additional_fns' | Joshua Harlow |
2012-06-28 | 1. Update with smosers code review and comments (and put some of those commen... | Joshua Harlow |
2012-06-23 | Fix a bunch of == None cases | harlowja |
2012-06-23 | 1. Use a common config merging class now in helpers | harlowja |
2012-06-22 | Don't complete the update if there is no datasource or if writing to cache fails | Joshua Harlow |
2012-06-22 | Remove support for older ec2 configobj merging. | Joshua Harlow |
2012-06-22 | ConfigObj is a requirement now, so no need to see if | harlowja |
2012-06-22 | 1. Return which modules ran from the run module function | harlowja |
2012-06-21 | Fixup python selinux guards, only try to restore after we check if its useful... | harlowja |
2012-06-21 | 1. Go through a single protected get ipath method that will throw if there | Joshua Harlow |
2012-06-21 | 1. Renames for debug message from 'transform' to 'module' | harlowja |
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-20 | 1. Rename to modules instead of transforms | Joshua Harlow |
2012-06-20 | Add the ability to only fetch a local datasource instead of also trying to fe... | Joshua Harlow |
2012-06-20 | Change this function name back after made it back to protected after making t... | harlowja |
2012-06-19 | Allow the run single to pass in a set of args and a frequency | Joshua Harlow |
2012-06-19 | 1. Don't force the datasource to always fetch in construction (sometimes not ... | Joshua Harlow |
2012-06-19 | Fix comparison to none, instead of empty in ds_deps assignment check. | Joshua Harlow |
2012-06-19 | Add a return statement that will collect the failures and the amount of trans... | Joshua Harlow |
2012-06-19 | 1. Cleanup variable names to match more of the pythonic underscore pattern | Joshua Harlow |
2012-06-19 | Fix pylint error about the rmlist variable name being mis-named. | Joshua Harlow |
2012-06-18 | 1. Cleanup the rm cur instance link variable name to match more of what it is | Joshua Harlow |
2012-06-18 | 1. Revert the 'transform-' template back to 'config-' template for now. | Joshua Harlow |
2012-06-16 | 1. Fix the welcome_msg name to welcome_message (oops) | Joshua Harlow |
2012-06-16 | Rename user data obj, which is really a user data message object and add comm... | Joshua Harlow |
2012-06-16 | Not config anymore, now a transform | Joshua Harlow |
2012-06-16 | Comments about checking if this is right, no longer needed | Joshua Harlow |
2012-06-16 | Fix logic issue with reading previous file for previous instance id, when the... | Joshua Harlow |
2012-06-16 | Should be loaded not loading | Joshua Harlow |
2012-06-16 | Revert that last change for this file, it should be a string that is non-empt... | Joshua Harlow |
2012-06-16 | Check instance id against none, and not just empty/false/0/none since 0 or em... | Joshua Harlow |
2012-06-16 | Pass in the datasource as a option, instead of the lower level instance id. | Joshua Harlow |
2012-06-16 | Have the top level distro class take paths instead of a runner. | Joshua Harlow |
2012-06-16 | After the moving of items to handler/__init__ reflect those references here. | Joshua Harlow |
2012-06-16 | Content handlers does not need the paths variable anymore so removed that. | Joshua Harlow |
2012-06-16 | Rename to fixup transform/fixup handler/form transform name instead of form mod* | Joshua Harlow |
2012-06-16 | Adjust how config is extracted in that it now can be extracted via 3 differen... | Joshua Harlow |
2012-06-15 | Fixups to ensure that pylint does not find anything major wrong. | Joshua Harlow |
2012-06-15 | Cleanup and renaming that should mostly complete this new module. | Joshua Harlow |