summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kadamski-async2'Michael DeHaan2008-07-022-1/+9
|\
| * Remove unneded print statement.Krzysztof A. Adamski2008-06-291-1/+0
| * Add support for forcing some long running methods to be called in async mode ...Krzysztof A. Adamski2008-06-291-0/+9
* | some help output clean ups.Adrian Likins2008-06-301-1/+2
* | Remove stray commentMichael DeHaan2008-06-301-1/+1
|/
* add a "summary" to the cmd_module classes so the help can get to them.Adrian Likins2008-06-266-0/+6
* fix traceback on "func '*' copyfile". aka, call with no argumentsAdrian Likins2008-06-261-0/+4
* check for empty method list on call cmd. dont traceback ifAdrian Likins2008-06-261-0/+5
* Fix options.async and options.forks problem.Krzysztof A. Adamski2008-06-261-0/+2
* Jobthing status codes cleanup.Krzysztof A. Adamski2008-06-061-2/+2
* Return unformated results from do().Krzysztof A. Adamski2008-05-311-4/+4
* Added --jobthing option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-3/+13
* Added --sort option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-5/+12
* Added --async option to 'call' cmd_module.Krzysztof A. Adamski2008-05-311-0/+37
* add "--pickle" support for dumping call data in python pickle format.Adrian Likins2008-04-081-1/+6
* don't use interactive mode, but print out the results directly from the "call"Adrian Likins2008-04-081-2/+8
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-286-20/+17
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-286-88/+41
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-286-29/+37
* missed some bits in the certmaster/func conversion. Use MinionConfig insteadAdrian Likins2008-03-041-5/+5
* make "make clean" even cleanier.Adrian Likins2008-03-041-0/+17
* using the wrong path to minion.conf, updateAdrian Likins2008-02-291-2/+2
* Fixing func "*" ping functionality, which had an earlier reference to expand_...Michael DeHaan2008-02-212-7/+28
* initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-213-2/+125
* Fix minion listingMichael DeHaan2008-02-191-5/+8
* Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-145-6/+6
* more deletions of shebangs.Steve 'Ashcrow' Milner2008-01-133-7/+0
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-132-11/+2
* Applied James Anthill's patch to generalize "show" features, plus a releaseMichael DeHaan2007-12-111-29/+5
* Integrating the multiplexer feature (forkbomb.py) with func's Client module. ...Michael DeHaan2007-11-301-4/+14
* Slight changes to make it easier to establish seperate client handles to all ...Michael DeHaan2007-10-251-11/+16
* Added a ping function to the test module and a new command "func '*' ping" wh...Michael DeHaan2007-10-251-0/+70
* Make pretty printer be the default print option, and make a new option for ra...Michael DeHaan2007-10-251-6/+13
* change copyfile cmd line to transmit file contents as binary blobsAdrian Likins2007-10-241-2/+2
* move "func list_minions" to be a cmd moduleAdrian Likins2007-10-241-0/+53
* copyfile.py: dont need the parse call hereAdrian Likins2007-10-121-3/+0
* what kind of weird name is "rpath", change to "remotepath"Adrian Likins2007-10-121-2/+2
* add "copyfile" commandline module that knows how to get the localAdrian Likins2007-10-123-0/+109
* add "show hardare --os" optionAdrian Likins2007-10-101-11/+6
* add support to func cli for:Adrian Likins2007-10-091-10/+55
* make func_command use the new handleArguments method fromAdrian Likins2007-10-092-10/+80
* add a couple alternatice serializers just for kicksAdrian Likins2007-10-081-8/+35
* create a func/overkiad/cmd_modules sub dirAdrian Likins2007-10-082-0/+58