summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Process module. Accepts flags to PS, returns nicely formatted tabular output.Michael DeHaan2007-09-212-0/+61
| |
* | Added a smolt-based hardware profiler module.Michael DeHaan2007-09-212-1/+105
| |
* | Remove underscores from exported function names as they are now redundant.Michael DeHaan2007-09-216-22/+22
| |
* | update to new calling conventionsAdrian Likins2007-09-211-5/+5
| |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-212-6/+6
|\ \
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-212-0/+152
| |\|
| * | Fix up virt code some more.Michael DeHaan2007-09-212-6/+6
| | |
* | | change to module loader to allow subdirs in the module path.Adrian Likins2007-09-213-13/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also implies that methods calls need a module as well (aka, you now have to call test.test_add instead of just test_add) but this also means you can setup modules/foo/bar/blip.py and blip.py exports a "do_blippy" method, which you would call by the name foo.bar.blip.do_blippy() Note, any subdir that has module files in it, will need an approriate __init__.py file. server.py, func_module.py: To do the above, we need to pass in the module_name to the register function, so we can associate it correctly. server.py also got a fix for a FuncException that needed tobe codes.FuncException
* | | ignore the build/ dirAdrian Likins2007-09-211-0/+1
| |/ |/|
* | copyfile routine to push files quasi-intelligentlySeth Vidal2007-09-211-0/+104
| |
* | Add yum moduleJames Bowes2007-09-211-0/+48
|/ | | | Only updating supported right now.
* Misc fixes to the virt management module.Michael DeHaan2007-09-212-11/+11
|
* fix typoRobin Norwood2007-09-211-1/+1
|
* Merge branch 'master' of git://git.fedoraproject.org/git/hosted/funcRobin Norwood2007-09-211-1/+1
|\
| * use the right moduleSeth Vidal2007-09-211-1/+1
| |
* | Merge branch 'master' of git://git.fedoraproject.org/git/hosted/funcRobin Norwood2007-09-215-23/+14
|\|
| * Missed reboot.py when renaming web_svc to func_module.Michael DeHaan2007-09-211-2/+2
| |
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-217-56/+293
| |\
| * | Rename web_svc as func_module.Michael DeHaan2007-09-214-21/+12
| | |
* | | clean up dumb_client.py, and make it actually run for meRobin Norwood2007-09-211-7/+15
| |/ |/|
* | fix up a couple of bugs - verify that creating keys/csrs/certs is workingSeth Vidal2007-09-212-10/+17
| |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-212-0/+33
|\ \ | | | | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: Add trait_names for ipython's tab completion Add reboot module
| * | Add trait_names for ipython's tab completionJames Bowes2007-09-201-0/+4
| | |
| * | Add reboot moduleJames Bowes2007-09-201-0/+29
| | |
* | | add func/certs.pySeth Vidal2007-09-214-60/+178
| | | | | | | | | | | | add __init__.py to make importing from func easier
* | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-2036-2129/+853
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: (27 commits) just a friendly reminder we are not vf_server, change I!*N domain Add virt module. Add test code for virt. add a very simple, very dumb commandline client: Remove messages.pot from po dir, since its automatically generated Get rid of extra / in module loading error pychecker cleanups Add po dir to git Prevent XMLRPC server from printing to console. Catch FuncException when the config file is missing and exit gracefully Implement a quickie service control module Removing VF items + misc cleanup Clean up some speclint warnings Baseobj bites the dust. remove all the --debug "try to run from the src tree" crap debug spew cleanup to protect the unwashed masses from foo poisoning fix up config_data to use ConfigParser correctly attempt to let us run with --debug flag to run from src checkout attempts at letting us run from a installed, or local modules ...
| * | just a friendly reminderAdrian Likins2007-09-201-1/+13
| | |
| * | we are not vf_server, change I!*N domainAdrian Likins2007-09-201-1/+1
| | |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-202-1/+300
| |\|
| | * Add virt module.Michael DeHaan2007-09-201-0/+276
| | |
| | * Add test code for virt.Michael DeHaan2007-09-201-1/+24
| | |
| * | add a very simple, very dumb commandline client:Adrian Likins2007-09-201-0/+42
| |/ | | | | | | | | | | | | | | dumb_client.py methodname arg1 arg2 arg3 So at the moment, it will more or less all args get converted to strings, which is kind of lame,but I did say "dumb" didnt I?
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-207-4/+70
| |\
| | * Remove messages.pot from po dir, since its automatically generatedJames Bowes2007-09-202-22/+1
| | |
| | * Get rid of extra / in module loading errorJames Bowes2007-09-202-3/+3
| | |
| | * Add po dir to gitJames Bowes2007-09-202-1/+22
| | |
| | * Prevent XMLRPC server from printing to console.Michael DeHaan2007-09-201-0/+1
| | |
| | * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-202-2/+6
| | |\
| | | * Catch FuncException when the config file is missing and exit gracefullyJames Bowes2007-09-202-2/+6
| | | |
| | * | Implement a quickie service control moduleMichael DeHaan2007-09-202-0/+61
| | |/
| * / pychecker cleanupsAdrian Likins2007-09-202-6/+11
| |/ | | | | | | | | "import codes" instead of polluting the namespace with "from codes import *" and update accordingly
| * Removing VF items + misc cleanupMichael DeHaan2007-09-201-79/+42
| |
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-202-27/+3
| |\
| | * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-202-4/+11
| | |\
| | * | remove all the --debug "try to run from the src tree" crapAdrian Likins2007-09-202-27/+3
| | | | | | | | | | | | | | | | | | | | 3rd party modules wont be here anyway, so remove all that weird noise
| * | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-202-4/+11
| |\ \ \ | | | |/ | | |/|
| | * | Clean up some speclint warningsJames Bowes2007-09-202-4/+11
| | |/
| * / Baseobj bites the dust.Michael DeHaan2007-09-203-127/+2
| |/
| * debug spew cleanup to protect the unwashed masses from foo poisoningAdrian Likins2007-09-202-8/+4
| |
| * fix up config_data to use ConfigParser correctlyAdrian Likins2007-09-201-1/+4
| |