Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | better fix for ticket #53 (trailing slashes break cert matching) | Adrian Likins | 2008-09-02 | 1 | -1/+1 | |
| | | ||||||
* | | remove any unneeded /'s from the cert path to fix ticket #53 | Adrian Likins | 2008-09-01 | 1 | -1/+4 | |
| | | | | | | | | "Trailing slash in certmaster.conf confuses glob function" | |||||
* | | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-08-27 | 3 | -5/+14 | |
|\ \ | ||||||
| * | | remove debug spew | Adrian Likins | 2008-08-26 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge branch 'master' into cmd_run_env | Adrian Likins | 2008-08-26 | 119 | -192/+7844 | |
| |\ \ | ||||||
| * | | | add support for specifying a set of enviroment variables to run | Adrian Likins | 2008-08-21 | 2 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a command in. also, add a unit test case atm, the env variables specified completely replace the normal enviroment | |||||
* | | | | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-08-25 | 3 | -15/+69 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Create simple copyfile overlord module that is able to send big files. | Krzysztof A. Adamski | 2008-08-23 | 3 | -15/+69 | |
| | | | | ||||||
* | | | | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-08-20 | 116 | -177/+7775 | |
|\| | | | |/ / |/| | | ||||||
| * | | Merge branch 'export_methods' | makkalot | 2008-08-20 | 115 | -176/+7774 | |
| |\ \ | ||||||
| | * | | some fixes in spec file | makkalot | 2008-08-18 | 256 | -1/+4 | |
| | | | | ||||||
| | * | | Remove that polling here ,it slows the process of submition :) | makkalot | 2008-08-18 | 1 | -14/+0 | |
| | | | | ||||||
| | * | | show the result in a better div :) | makkalot | 2008-08-18 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | some style chamges | makkalot | 2008-08-18 | 2 | -12/+34 | |
| | | | | ||||||
| | * | | add the client side json --> tree parser dhtmltree framework | makkalot | 2008-08-17 | 306 | -1/+5120 | |
| | | | | ||||||
| | * | | change the output js to show the output as tree | makkalot | 2008-08-17 | 1 | -19/+69 | |
| | | | | ||||||
| | * | | add the smart parser for comming minion results | makkalot | 2008-08-17 | 1 | -2/+9 | |
| | | | | ||||||
| | * | | 4 level test cases for result parser | makkalot | 2008-08-17 | 1 | -0/+429 | |
| | | | | ||||||
| | * | | some fixes in result parser | makkalot | 2008-08-17 | 1 | -9/+9 | |
| | | | | ||||||
| | * | | some fixes in result handler algorithm should write lots of beautiful ↵ | makkalot | 2008-08-16 | 1 | -41/+70 | |
| | | | | | | | | | | | | | | | | unittests now | |||||
| | * | | recursive result parser,for comming resultst from minions | makkalot | 2008-08-15 | 1 | -0/+96 | |
| | | | | ||||||
| | * | | little change in network test | makkalot | 2008-08-13 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | export the iptables command | makkalot | 2008-08-13 | 2 | -1/+122 | |
| | | | | ||||||
| | * | | merge master into the export_methods branch | makkalot | 2008-08-13 | 15 | -96/+136 | |
| | |\ \ | ||||||
| | * | | | export the netapp.vol.clone we forgot it | makkalot | 2008-08-12 | 1 | -1/+44 | |
| | | | | | ||||||
| | * | | | export overlord module | makkalot | 2008-08-12 | 1 | -0/+18 | |
| | | | | | ||||||
| | * | | | export the certmaster module and remove some irrelevant lines | makkalot | 2008-08-12 | 1 | -5/+36 | |
| | | | | | ||||||
| | * | | | fix in the controller for list* | makkalot | 2008-08-11 | 1 | -5/+25 | |
| | | | | | ||||||
| | * | | | the small patch for adding the list* | makkalot | 2008-08-11 | 2 | -4/+15 | |
| | | | | | ||||||
| | * | | | export the test module not necessary but useful to see if other side responds | makkalot | 2008-08-11 | 1 | -0/+52 | |
| | | | | | ||||||
| | * | | | export the netapp module | makkalot | 2008-08-11 | 3 | -1/+127 | |
| | | | | | ||||||
| | * | | | export thesnmp module | makkalot | 2008-08-11 | 1 | -1/+29 | |
| | | | | | ||||||
| | * | | | export reboot module | makkalot | 2008-08-11 | 1 | -1/+26 | |
| | | | | | ||||||
| | * | | | export jboss and fix some typos | makkalot | 2008-08-11 | 3 | -5/+75 | |
| | | | | | ||||||
| | * | | | a typo again probably i was drunk when writing those | makkalot | 2008-08-11 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | a simple change here | makkalot | 2008-08-11 | 1 | -10/+1 | |
| | | | | | ||||||
| | * | | | remove the hash** case from api we dont need it actually args* case is ↵ | makkalot | 2008-08-11 | 2 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | enough i think | |||||
| | * | | | some changes in the echo test module | makkalot | 2008-08-11 | 1 | -0/+39 | |
| | | | | | ||||||
| | * | | | a simple addition in export method api | makkalot | 2008-08-11 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | typo typos arghh | makkalot | 2008-08-11 | 1 | -4/+3 | |
| | | | | | ||||||
| | * | | | arggh should check before send hmm | makkalot | 2008-08-11 | 1 | -2/+3 | |
| | | | | | ||||||
| | * | | | a typo here hmm | makkalot | 2008-08-11 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | export module file_tracker | makkalot | 2008-08-08 | 1 | -0/+51 | |
| | | | | | ||||||
| | * | | | export module nagios-check | makkalot | 2008-08-08 | 1 | -0/+18 | |
| | | | | | ||||||
| | * | | | export module yumcmcd | makkalot | 2008-08-08 | 1 | -0/+33 | |
| | | | | | ||||||
| | * | | | export the sysctl module | makkalot | 2008-08-08 | 1 | -0/+38 | |
| | | | | | ||||||
| | * | | | export smart minion module | makkalot | 2008-08-08 | 1 | -0/+19 | |
| | | | | | ||||||
| | * | | | export the rpms module | makkalot | 2008-08-08 | 1 | -0/+35 | |
| | | | | | ||||||
| | * | | | export the networktest method | makkalot | 2008-08-08 | 1 | -0/+64 | |
| | | | | | ||||||
| | * | | | export the process module | makkalot | 2008-08-07 | 1 | -0/+52 | |
| | | | | |