| Commit message (Expand) | Author | Age | Files | Lines |
* | Create simple copyfile overlord module that is able to send big files. | Krzysztof A. Adamski | 2008-08-23 | 1 | -15/+1 |
* | merge master into the export_methods branch | makkalot | 2008-08-13 | 1 | -28/+6 |
|\ |
|
| * | Use polling method from overlord module in call cmd_module. | Krzysztof A. Adamski | 2008-08-07 | 1 | -27/+5 |
* | | sleep a little bit when polling it kills the machine it is running | makkalot | 2008-08-01 | 1 | -0/+1 |
|/ |
|
* | attempting to remove any prints to stdout that should be going to stderr | Adrian Likins | 2008-07-24 | 2 | -2/+2 |
* | aiee. missed some uses of "func.config". Fix those to use certmaster.config | Adrian Likins | 2008-07-24 | 2 | -2/+2 |
* | Fix usage message printing in copyfile cmd_module. | Krzysztof A. Adamski | 2008-07-20 | 1 | -1/+1 |
* | Removing stray print message | Michael DeHaan | 2008-07-11 | 1 | -4/+0 |
* | Merge branch 'ssalevan_delegation' | Michael DeHaan | 2008-07-11 | 1 | -1/+5 |
|\ |
|
| * | Adding in some code to make CLI access available for delegation | Steve Salevan | 2008-07-10 | 1 | -1/+5 |
* | | Make list_minions use the server_spec APIs versus making a remote test call. | Michael DeHaan | 2008-07-11 | 1 | -8/+4 |
* | | Fix --jobstatus option for call cmd_module. | Krzysztof Adamski | 2008-07-03 | 1 | -1/+1 |
* | | Merge branch 'kadamski-async2' | Michael DeHaan | 2008-07-02 | 2 | -1/+9 |
|\ \ |
|
| * | | Remove unneded print statement. | Krzysztof A. Adamski | 2008-06-29 | 1 | -1/+0 |
| * | | Add support for forcing some long running methods to be called in async mode ... | Krzysztof A. Adamski | 2008-06-29 | 1 | -0/+9 |
* | | | some help output clean ups. | Adrian Likins | 2008-06-30 | 1 | -1/+2 |
* | | | Remove stray comment | Michael DeHaan | 2008-06-30 | 1 | -1/+1 |
|/ / |
|
* | | add a "summary" to the cmd_module classes so the help can get to them. | Adrian Likins | 2008-06-26 | 6 | -0/+6 |
* | | fix traceback on "func '*' copyfile". aka, call with no arguments | Adrian Likins | 2008-06-26 | 1 | -0/+4 |
* | | check for empty method list on call cmd. dont traceback if | Adrian Likins | 2008-06-26 | 1 | -0/+5 |
|/ |
|
* | Fix options.async and options.forks problem. | Krzysztof A. Adamski | 2008-06-26 | 1 | -0/+2 |
* | Jobthing status codes cleanup. | Krzysztof A. Adamski | 2008-06-06 | 1 | -2/+2 |
* | Return unformated results from do(). | Krzysztof A. Adamski | 2008-05-31 | 1 | -4/+4 |
* | Added --jobthing option to 'call' cmd_module. | Krzysztof A. Adamski | 2008-05-31 | 1 | -3/+13 |
* | Added --sort option to 'call' cmd_module. | Krzysztof A. Adamski | 2008-05-31 | 1 | -5/+12 |
* | Added --async option to 'call' cmd_module. | Krzysztof A. Adamski | 2008-05-31 | 1 | -0/+37 |
* | add "--pickle" support for dumping call data in python pickle format. | Adrian Likins | 2008-04-08 | 1 | -1/+6 |
* | don't use interactive mode, but print out the results directly from the "call" | Adrian Likins | 2008-04-08 | 1 | -2/+8 |
* | move command.py:BaseCommand() to it's own module, base_command.py | Adrian Likins | 2008-03-28 | 6 | -20/+17 |
* | add a BaseCommand class to func/overlord/command.py. | Adrian Likins | 2008-03-28 | 6 | -88/+41 |
* | Changing func/func/overlord/client.py:Client() to Overlord(). Client() still | Adrian Likins | 2008-03-28 | 6 | -29/+37 |
* | missed some bits in the certmaster/func conversion. Use MinionConfig instead | Adrian Likins | 2008-03-04 | 1 | -5/+5 |
* | make "make clean" even cleanier. | Adrian Likins | 2008-03-04 | 1 | -0/+17 |
* | using the wrong path to minion.conf, update | Adrian Likins | 2008-02-29 | 1 | -2/+2 |
* | Fixing func "*" ping functionality, which had an earlier reference to expand_... | Michael DeHaan | 2008-02-21 | 2 | -7/+28 |
* | initial work on "func '*' check" command for diagnosing basic setup problems, | Michael DeHaan | 2008-02-21 | 3 | -2/+125 |
* | Fix minion listing | Michael DeHaan | 2008-02-19 | 1 | -5/+8 |
* | Our client.command.Command class looks for 'usage', not 'useage' | Luke Macken | 2008-01-14 | 5 | -6/+6 |
* | more deletions of shebangs. | Steve 'Ashcrow' Milner | 2008-01-13 | 3 | -7/+0 |
* | removed a lot of misplaced shebangs. | Steve 'Ashcrow' Milner | 2008-01-13 | 2 | -11/+2 |
* | Applied James Anthill's patch to generalize "show" features, plus a release | Michael DeHaan | 2007-12-11 | 1 | -29/+5 |
* | Integrating the multiplexer feature (forkbomb.py) with func's Client module. ... | Michael DeHaan | 2007-11-30 | 1 | -4/+14 |
* | Slight changes to make it easier to establish seperate client handles to all ... | Michael DeHaan | 2007-10-25 | 1 | -11/+16 |
* | Added a ping function to the test module and a new command "func '*' ping" wh... | Michael DeHaan | 2007-10-25 | 1 | -0/+70 |
* | Make pretty printer be the default print option, and make a new option for ra... | Michael DeHaan | 2007-10-25 | 1 | -6/+13 |
* | change copyfile cmd line to transmit file contents as binary blobs | Adrian Likins | 2007-10-24 | 1 | -2/+2 |
* | move "func list_minions" to be a cmd module | Adrian Likins | 2007-10-24 | 1 | -0/+53 |
* | copyfile.py: dont need the parse call here | Adrian Likins | 2007-10-12 | 1 | -3/+0 |
* | what kind of weird name is "rpath", change to "remotepath" | Adrian Likins | 2007-10-12 | 1 | -2/+2 |
* | add "copyfile" commandline module that knows how to get the local | Adrian Likins | 2007-10-12 | 3 | -0/+109 |