summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Uncomment try/except that should have been removed after debugging.m2m-mergeJohn Eckersberg2009-04-141-4/+4
* Minion-to-minion support, func halfJohn Eckersberg2009-04-142-0/+84
* more config unittest casesAdrian Likins2009-04-081-0/+64
* some unittests for the config option stuffAdrian Likins2009-04-081-0/+110
* add James Cammarata <jimi@sngx.net>Adrian Likins2009-04-021-0/+1
* Added --basic output option to callJames Cammarata2009-04-021-0/+13
* Removed unused variable in get_graphics method of virt minion module.Simone Pucci2009-03-131-1/+0
* add Simone Pucci <spucci@byte-code.com>Adrian Likins2009-03-121-0/+1
* patch from Simone Pucci <spucci@byte-code.com> to extend the funtionality of theSimone Pucci2009-03-121-0/+90
* patch to fix up errors with recent get_hostname_by_route andJohn Eckersberg2009-03-103-7/+8
* fix typo's that broke the buildAdrian Likins2009-03-052-5/+10
* add func-create-module.podNima Talebi2009-03-051-0/+0
* add new pages to the Makefile and setup.pyAdrian Likins2009-03-052-14/+14
* add Nima Talebi <nima@it.net.au>Adrian Likins2009-03-051-0/+1
* merge together the two man pages from Steve Salevan and Nima Talebi forAdrian Likins2009-03-051-0/+70
* add monit config filePhil2009-03-051-0/+9
* add a missing "import sys" since sys.stderr is used for error outputAdrian Likins2009-03-051-1/+4
* add utils.get_hostname_by_route here.Adrian Likins2009-03-037-4/+86
* Patch to add loadavg reporting to the process modulePhil2009-03-031-1/+9
* Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/funcAdrian Likins2009-03-0310-7/+3135
|\
| * add Gregory Masseau <gjmasseau@learn.senecac.on.ca> to AUTHORS listAdrian Likins2009-02-241-0/+1
| * Merge users.py module from Gregory Masseau.Gregory Masseau2009-02-242-0/+2234
| * update AUTHORS fileAdrian Likins2009-02-231-0/+3
| * updates to augeas module and test scriptLouis Coilliot2009-02-232-219/+355
| * remove trailing space from "VERSION" tagAdrian Likins2009-02-201-1/+1
| * Add new augueas module from Louis Coilliot <louis.coilliot@wazemmes.org>Adrian Likins2009-02-203-0/+643
| * test case requires a specific apache config (server-status enabled) soAdrian Likins2009-02-201-9/+9
| * fix typoAdrian Likins2009-02-201-1/+1
| * add httpd status module from jeckersb@redhat.com to test casesAdrian Likins2009-02-202-0/+43
| * Add httpd module. Can return information from mod_status and do graceful ser...HEADhttpdJohn Eckersberg2009-02-201-0/+67
* | rev to release 5 for rebuildAdrian Likins2009-02-192-3/+3
|/
* add changelog entry about removal of version fileAdrian Likins2009-02-181-0/+3
* remove version file and update spec/makefile/setup.pyAdrian Likins2009-02-184-16/+5
* add a sys.excepthook handler that logs to the func log fileAdrian Likins2009-02-121-0/+16
* Added author, version and api_version docstrings.Jasper Capel2009-02-032-4/+12
* Added pydoc formatted documentation strings for bridge module.Jasper Capel2009-02-031-28/+128
* Forgot to add pydoc description to vlan module.Jasper Capel2009-02-031-0/+4
* Added pydoc formatted documentation strings for vlan module.Jasper Capel2009-02-031-14/+66
* Capitalized config files for bridge and vlan modulesJasper Capel2009-02-024-4/+4
* fixed typo in vlan moduleJasper Capel2009-02-021-1/+1
* Added configfile for vlan moduleJasper Capel2009-02-021-0/+6
* Added vlan config file to spec and setup.pyJasper Capel2009-02-022-0/+2
* vlan module: have it use a config file for some configurable parameters inste...Jasper Capel2009-02-021-20/+23
* Added bridge module config file to setup.pyJasper Capel2009-02-021-4/+5
* bridge module: some values weren't read from config yet, fixed.Jasper Capel2009-02-021-11/+11
* bridge module: imported the required modules for the configfile stuffJasper Capel2009-02-021-10/+7
* Added configfile for bridge module and added it to the .spec file.Jasper Capel2009-02-022-0/+7
* Changed the bridge module so it will use a config file.Jasper Capel2009-02-021-16/+18
* Set bridge forwarding delay to '0', so it will actually work.Jasper Capel2009-02-021-1/+3
* Since the async status codes changes, there were two test cases for JOB_FINIS...Adrian Likins2009-01-281-4/+1