Age | Commit message (Expand) | Author |
2013-07-30 | set reading /proc/uptime to false by default. | Scott Moser |
2013-07-30 | add util.log_time helper | Scott Moser |
2012-09-19 | if a logged message fails, fallback to logging to stdout | Joshua Harlow |
2012-09-19 | First thing that we do after we can start importing | Joshua Harlow |
2012-09-06 | Add capturing of basic signal handlers to | Joshua Harlow |
2012-08-09 | Move the code that did the 'cloud-config' upstart event name emitting to | Joshua Harlow |
2012-07-26 | emit the cloud-config event again | Scott Moser |
2012-07-10 | Change the welcome message to be slightly different | Joshua Harlow |
2012-07-10 | re-setup logging to address cloud-config changes input via user-data | Scott Moser |
2012-07-10 | send welcome message after logging has been applied | Scott Moser |
2012-07-09 | cloud-init: do not warn on failure to find local datasource | Scott Moser |
2012-07-09 | Revert back to using cheetah + adjust resultant code + templates | Joshua Harlow |
2012-07-02 | 1. Move the welcome message template string to a constant at the top of the m... | Joshua Harlow |
2012-07-01 | Add a multi log function that can write to stderr, console and a log debug, u... | Joshua Harlow |
2012-06-29 | If logging hasn't been enabled via '--debug' at least log the exceptions that... | Joshua Harlow |
2012-06-29 | Add a force option which will allow users to continue running when no datasou... | Joshua Harlow |
2012-06-29 | Fix the datasource not being fetched in single running mode. | Joshua Harlow |
2012-06-29 | Add a message about why the second consume_userdata occurs since its not very... | Joshua Harlow |
2012-06-28 | 1. Update with smosers code review and comments (and put some of those commen... | Joshua Harlow |
2012-06-27 | No longer need to do this special config appending, the config merger class h... | Joshua Harlow |
2012-06-22 | 1. Return which modules ran from the run module function | harlowja |
2012-06-21 | Ensure that nothing was ran by checking the total count | harlowja |
2012-06-21 | 1. Move all info() logging methods to debug() | harlowja |
2012-06-20 | 1. Shorten the passed in name for frequency (and expand it later) | Joshua Harlow |
2012-06-20 | No need for this now that we have the imports done correctly | Joshua Harlow |
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow |
2012-06-20 | 1. Use the name modules where transforms was used | Joshua Harlow |
2012-06-20 | Remove the .py extension for this new main program binary. | Joshua Harlow |
2012-06-20 | Add message about query not being implemented yet. | Joshua Harlow |
2012-06-20 | Removed the older binaries, now supplemented by a unified binary. | Joshua Harlow |
2012-06-20 | Make the single run mode setup the output redirection and logging accordingly | Joshua Harlow |
2012-06-19 | Get single module running mode mostly working (still needs a little work). | Joshua Harlow |
2012-06-19 | Pylint cleanups. | Joshua Harlow |
2012-06-19 | 1. Move the running of transforms to a common function that returns how a use... | Joshua Harlow |
2012-06-19 | 1. Use the help message to show the default | Joshua Harlow |
2012-06-19 | Get the 'init' stage working. | Joshua Harlow |
2012-06-19 | Small logging changes. | Joshua Harlow |
2012-06-19 | Passed along the extra config paths | Joshua Harlow |
2012-06-19 | 1. Continue working on main 'init' method | Joshua Harlow |
2012-06-18 | 1. Initial work on a unified program that will call into the new libraries. | Joshua Harlow |
2012-06-07 | Move binaries to an actual binary dir. | Joshua Harlow |