Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for local modules configuration files. | Krzysztof A. Adamski | 2008-06-29 | 1 | -1/+10 |
| | |||||
* | fixing a silly mistake | makkalot | 2008-06-15 | 1 | -1/+1 |
| | |||||
* | validating if all arguments are registered | makkalot | 2008-06-15 | 1 | -1/+4 |
| | |||||
* | arghh we can not use private methods so make public that register thing | makkalot | 2008-06-02 | 1 | -3/+3 |
| | |||||
* | remove the old version of the get_method_arguments | makkalot | 2008-06-02 | 1 | -37/+0 |
| | |||||
* | remove that dummy line im a complete git lame really | makkalot | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | fix the import not to fail | makkalot | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | a dummy test | makkalot | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | some testing commits | makkalot | 2008-06-01 | 1 | -1/+0 |
| | |||||
* | get_method args implemented also has backward support | makkalot | 2008-06-01 | 1 | -3/+32 |
| | |||||
* | reorganizing the func_arg to be able to get method arguments, small pushes ↵ | makkalot | 2008-06-01 | 1 | -7/+17 |
| | | | | are cool | ||||
* | the unittest for get_method_args it passes the system module test hacky like ↵ | makkalot | 2008-05-27 | 1 | -0/+1 |
| | | | | other members like it we should implement them ... | ||||
* | sometimes fails if there is no attr like that fixed | makkalot | 2008-05-27 | 1 | -3/+6 |
| | |||||
* | we dont need the base one actually (self.__base_methods) | makkalot | 2008-05-27 | 1 | -3/+6 |
| | |||||
* | i should take a break | makkalot | 2008-05-27 | 1 | -3/+2 |
| | |||||
* | testing ... | makkalot | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | does the arg comes with in a tuple | makkalot | 2008-05-27 | 1 | -0/+3 |
| | |||||
* | adding get_method_args for the minion part | makkalot | 2008-05-27 | 1 | -2/+23 |
| | |||||
* | thanks god we dont use svn everyone would see what silly things im doing :) | makkalot | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | im a real git lame :) the creation of the new method for arg gettter | root | 2008-05-27 | 1 | -1/+10 |
| | |||||
* | First commit in gsoc,reusing public method validation in func_module | root | 2008-05-27 | 1 | -2/+8 |
| | |||||
* | Fix our FuncModule list_methods | Luke Macken | 2008-01-15 | 1 | -3/+13 |
| | |||||
* | Don't expose FuncModule.register_rpc | Luke Macken | 2008-01-15 | 1 | -1/+2 |
| | |||||
* | Simplify our modules by auto-detecting them and registering their handlers | Luke Macken | 2008-01-15 | 1 | -7/+7 |
| | | | | | | | | | | | | | | - Auto-detect and load all FuncModules. This obsoletes the need to have our modules define a register_rpc method. - Use introspection in our FuncModule to auto-register all method handlers that do not being with an underscore. This obsoletes the need to hardcode methods in our modules. - Remove all __init__ methods from our modules, along with register_rpc - Modify the func-create-module script to reflect these changes. Note that doing 'from modules import func_module' is no longer supported in our modules, do to some interesting path issues with our auto-detection code. Supported methods are now: 'import func_module' or 'from func.minion.modules import func_module' | ||||
* | removed a lot of misplaced shebangs. | Steve 'Ashcrow' Milner | 2008-01-13 | 1 | -2/+0 |
| | |||||
* | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 1 | -0/+67 |
Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this. |