Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | 1. Return which modules ran from the run module function | harlowja | |
2. Use that list in the main binary & adjust related comparisions | |||
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 | |
2. Adjust comment on sources list from depends 3. For the /etc/timezone 'writing', add a header that says created by cloud-init | |||
2012-06-20 | 1. Shorten the passed in name for frequency (and expand it later) | Joshua Harlow | |
2. For single modules, if it doesn't run, print a warning and exit with a return code of 1 | |||
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 | |
2. Reflect the move back to config 'modules' in the other cli options 3. Have the single mode not need to lookup the module but use the general import path | |||
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 ↵ | Joshua Harlow | |
useful exit code 2. Add in the single transform running stub, which seems to be a feature of the previous cloud-init-cfg, making it its own action now 3. Adding in the 'config' and 'final' actions, which now both go through the same entrypoint function to setup the initial object and then fire off the needed transforms. 4. Cleanup of the argparsing code to handle the above cases. | |||
2012-06-19 | 1. Use the help message to show the default | Joshua Harlow | |
2. Add a mode option in to the 'config' subparser that allows the user to affect the transform selection phase 3. Some tiny pylint warnings. | |||
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 | |
2. Add the ability to take in multiple extra config files (mainly for debugging) 3. Move 'simple' welcome message to this file 4. Only setup initial basic logging if '-d' option is provided. | |||
2012-06-18 | 1. Initial work on a unified program that will call into the new libraries. | Joshua Harlow | |
Main features: 1. Use of argparse + subcommands to handle 'action' specific actions a. Actions being 'query', 'init', 'final', 'config' !WIP! | |||
2012-06-07 | Move binaries to an actual binary dir. | Joshua Harlow | |