| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added in the desc/version/api items in the modules. | Steve 'Ashcrow' Milner | 2008-01-16 | 15 | -2/+58 |
* | Updated networktest to be the new way of defining modules and updated func-cr... | Steve 'Ashcrow' Milner | 2008-01-16 | 1 | -15/+1 |
* | Fix our FuncModule list_methods | Luke Macken | 2008-01-15 | 1 | -3/+13 |
* | Combine our is{class,subclass} checks into a single conditional | Luke Macken | 2008-01-15 | 1 | -4/+3 |
* | Don't expose FuncModule.register_rpc | Luke Macken | 2008-01-15 | 1 | -1/+2 |
* | Merge branch 'master' of ssh+git://git.fedorahosted.org/git/func | Luke Macken | 2008-01-15 | 3 | -10/+81 |
|\ |
|
| * | somehow networktest fell off the side of git ... added back. | Steve 'Ashcrow' Milner | 2008-01-14 | 1 | -0/+64 |
| * | Fixed the FIXME note about stdout/stderr in process.info. Also raise exceptio... | Steve 'Ashcrow' Milner | 2008-01-14 | 1 | -9/+17 |
| * | removed more shebangs from files that are not executable as part of the appli... | Steve 'Ashcrow' Milner | 2008-01-14 | 1 | -1/+0 |
* | | Simplify our modules by auto-detecting them and registering their handlers | Luke Macken | 2008-01-15 | 17 | -234/+44 |
|/ |
|
* | Slay a couple of tab characters | Luke Macken | 2008-01-14 | 1 | -1/+1 |
* | Give props to Pádraig Brady for his ps_mem.py work, and update the AUTHORS ... | Luke Macken | 2008-01-14 | 1 | -1/+2 |
* | Grr. Aaaargh. GGGGRRRARG! :) | Michael DeHaan | 2008-01-13 | 1 | -0/+1 |
* | This is why I normally don't program on weekends, kids. | Michael DeHaan | 2008-01-13 | 1 | -1/+1 |
* | Register the sleep function. | Michael DeHaan | 2008-01-13 | 1 | -1/+2 |
* | Added sleep function to test module for testing. | Michael DeHaan | 2008-01-13 | 1 | -0/+9 |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2008-01-13 | 15 | -41/+18 |
|\ |
|
| * | more deletions of shebangs. | Steve 'Ashcrow' Milner | 2008-01-13 | 1 | -6/+3 |
| * | removed a lot of misplaced shebangs. | Steve 'Ashcrow' Milner | 2008-01-13 | 13 | -28/+2 |
| * | add missing logic for createdir option in mount.mount | John Eckersberg | 2008-01-13 | 1 | -1/+6 |
| * | Moved from sub_process to os.access for exists. | Steve 'Ashcrow' Milner | 2008-01-13 | 1 | -6/+7 |
* | | Add jobthing, which is our async job engine. It's still in progress | Michael DeHaan | 2008-01-13 | 1 | -1/+4 |
|/ |
|
* | Luke's process patch. | Michael DeHaan | 2008-01-13 | 1 | -1/+139 |
* | Apply John's threaded Func minion patch. Now minions can do more than | Michael DeHaan | 2008-01-13 | 1 | -2/+2 |
* | Add Steve's match to check if a command exists. | Michael DeHaan | 2008-01-13 | 1 | -1/+14 |
* | apply patch from Al Tobey <tobert@gmail.com> | Adrian Likins | 2008-01-03 | 1 | -7/+27 |
* | Mount module already had an inventory-suitable function, just using that. | Michael DeHaan | 2007-12-17 | 1 | -15/+1 |
* | Remove bogomips from inventory stats as it is not constant. | Michael DeHaan | 2007-12-17 | 1 | -1/+8 |
* | Fix inventory call for mount. | Michael DeHaan | 2007-12-17 | 1 | -2/+2 |
* | Added inventory module for mount, though something has broken func-inventory'... | Michael DeHaan | 2007-12-17 | 2 | -1/+3 |
* | Working on adding mount status to func-inventory | Michael DeHaan | 2007-12-17 | 1 | -0/+18 |
* | Check in John Eckersberg's new mount module. | Michael DeHaan | 2007-12-17 | 1 | -0/+84 |
* | Patch to add check-update to yum module. | Michael DeHaan | 2007-12-17 | 1 | -1/+11 |
* | moving yum.py to yumcmd.py so it will, you know, actually work | Seth Vidal | 2007-11-15 | 1 | -0/+0 |
* | Remove some debug printsv0.13.3 | Michael DeHaan | 2007-10-26 | 1 | -2/+1 |
* | Fix something I accidentally committed to the virt module that doesn't need t... | Michael DeHaan | 2007-10-26 | 1 | -11/+1 |
* | Added feature to filetracker module that will show what files are in each dir... | Michael DeHaan | 2007-10-26 | 1 | -2/+11 |
* | Adds the filetracker module, originally developed by fordship, with some twea... | Michael DeHaan | 2007-10-26 | 2 | -1/+207 |
* | log this stuff as a warning, don't print to stdout since | Adrian Likins | 2007-10-26 | 1 | -3/+7 |
* | catch any/all exceptions from trying to load a module, | Adrian Likins | 2007-10-26 | 1 | -1/+5 |
* | Added a ping function to the test module and a new command "func '*' ping" wh... | Michael DeHaan | 2007-10-25 | 1 | -1/+5 |
* | Added rpm package tracking, which shows the full name, epoch, version, releas... | Michael DeHaan | 2007-10-25 | 1 | -0/+48 |
* | Adding part 2 to service inventory -- what the services are currently doing. | Michael DeHaan | 2007-10-25 | 1 | -3/+16 |
* | Added the first part of the service inventory code (chkconfig state) .. next ... | Michael DeHaan | 2007-10-25 | 1 | -5/+35 |
* | Add a new method "inventory" which will be the default method func-inventory ... | Michael DeHaan | 2007-10-24 | 3 | -13/+16 |
* | change copyfile cmd line to transmit file contents as binary blobs | Adrian Likins | 2007-10-24 | 1 | -2/+12 |
* | add a .info attribute so virt status is stored as part of inventory | Adrian Likins | 2007-10-24 | 1 | -0/+10 |
* | swap out minion-acl config file for minion-acl.d dir of .acl files | Seth Vidal | 2007-10-18 | 2 | -22/+31 |
* | fix up some items on nagios-check | Seth Vidal | 2007-10-08 | 1 | -2/+2 |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-10-08 | 1 | -2/+6 |
|\ |
|