summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add support for specifying a set of enviroment variables to runAdrian Likins2008-08-212-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 git://github.com/kadamski/funcAdrian Likins2008-08-1812-87/+122
|\
| * Merge branch 'overlord_modules' of git@github.com:kadamski/funcKrzysztof A. Adamski2008-08-1112-87/+122
| |\
| | * Only pass parent_class when it's not None.Krzysztof A. Adamski2008-08-081-1/+4
| | |
| | * Fix circular import.Krzysztof A. Adamski2008-08-083-11/+11
| | |
| | * Use overlod module to list_minions() instead of the hack in func-transmit.Krzysztof A. Adamski2008-08-072-31/+22
| | |
| | * Use polling method from overlord module in call cmd_module.Krzysztof A. Adamski2008-08-072-27/+42
| | |
| | * Pass reference to the parrent class to modules loaded by load_methods().Krzysztof A. Adamski2008-08-073-8/+8
| | |
| | * Adding overlord modules support.Krzysztof A. Adamski2008-08-076-6/+38
| | |
| | * Load cmd_modules dynamicly.Krzysztof A. Adamski2008-08-071-14/+6
| | |
| | * Move module_loader.py to parent directory as it won't be used only on minion ↵Krzysztof A. Adamski2008-08-072-1/+1
| | | | | | | | | | | | now.
| | * Change module_loader so it can be used in places other than ↵Krzysztof A. Adamski2008-08-071-5/+7
| | | | | | | | | | | | func/minion/server.py
* | | update unit testsAdrian Likins2008-08-181-4/+9
|/ /
* / fix up the code to generate the message catagalogs a bit.Adrian Likins2008-08-071-2/+6
|/ | | | | We do not currently have very good message tagging at the moment, however, which needs to be fix.
* Fix async job IDs problem, finally.Krzysztof A. Adamski2008-08-061-3/+4
|
* Add info about commandline options to the man page. Also add info about usingAdrian Likins2008-08-041-3/+3
| | | | JSON or YAML.
* fix for jobthing to tolerate the weird and long names for globs in database ↵makkalot2008-08-032-8/+44
| | | | related with async job_ids
* some test cases for async db code ,some fuzzzying and weird argument tests.makkalot2008-08-031-0/+320
|
* some merge error its fixmakkalot2008-08-011-5/+0
|
* a small fix in the async code that was causing wrong resultsmakkalot2008-08-011-4/+5
| | | | (cherry picked from commit d95cb1171598b0450a9a3e32b83ddd057ebf832b)
* add more methods for groups apimakkalot2008-08-012-5/+79
| | | | (cherry picked from commit 9bc72b2c3a882e69267f878272df80a7ac35b30e)
* some changes into Minions class to work properly with Group classmakkalot2008-08-011-5/+11
| | | | (cherry picked from commit e24c78c1b6915dc30acefb9d68c83635cb3812ba)
* some beautiful tests for group code :)makkalot2008-08-011-35/+188
| | | | (cherry picked from commit 4bed3349bb2abd490ca56a4945d7b7fc499bef88)
* some fixes into groups also adding some db operations like add,remove and etc.makkalot2008-08-011-22/+131
| | | | (cherry picked from commit 35d210ba3da04387c799dbf4f407c53e096eb783)
* Merge branch 'master' of git://git.fedorahosted.org/funcmakkalot2008-07-291-1/+2
|\
| * Merge branch 'awood_submit'Adrian Likins2008-07-281-1/+2
| |\
| | * Merge branch 'submit' of git://github.com/awood/func into awood_submitAdrian Likins2008-07-281-1/+2
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: func/minion/modules/yumcmd.py
| | | * Modifying the update command to use a pattern rather than a name.Alex Wood2008-07-281-1/+1
| | | |
| | | * Previously the update method returned true even if yum didn't actually update.Alex Wood2008-07-241-4/+3
| | | | | | | | | | | | | | | | Now it returns the list of packages updated.
| | | * Adding the ability to search for yum updates to specific packagesAlex Wood2008-07-221-3/+21
| | | |
* | | | remove that test we dont use it may write one in the future for controllermakkalot2008-07-291-32/+0
| | | |
* | | | merge from new_layout to mastermakkalot2008-07-2845-929/+1480
|\ \ \ \
| * | | | fixing the refresh code for completed tasksmakkalot2008-07-281-1/+1
| | | | |
| * | | | some look and feel fixes heremakkalot2008-07-283-3/+3
| | | | |
| * | | | some code to tolerate the old job_ids to not crash the appmakkalot2008-07-281-3/+7
| | | | |
| * | | | add the link for notification text :)makkalot2008-07-241-1/+1
| | | | |
| * | | | some usability changesmakkalot2008-07-242-2/+4
| | | | |
| * | | | some look and feel fixesmakkalot2008-07-241-17/+13
| | | | |
| * | | | when short commands are executed succesfully we dont need again to notify ↵makkalot2008-07-241-0/+11
| | | | | | | | | | | | | | | | | | | | the user, he already knows that :)
| * | | | the os._exit(0) magic :)makkalot2008-07-232-2/+3
| | | | |
| * | | | adding some test code for sample usagemakkalot2008-07-231-0/+37
| | | | |
| * | | | little fix to change the behaviour for the first changes, because we may ↵makkalot2008-07-231-6/+5
| | | | | | | | | | | | | | | | | | | | have some olds in db so dont want to show them also
| * | | | change the minion db plurge thing for new idsmakkalot2008-07-231-1/+6
| | | | |
| * | | | fixing some bugz and adding some debug mesages will be removed latermakkalot2008-07-231-9/+8
| | | | |
| * | | | adding links for displaying the async resultsmakkalot2008-07-231-1/+7
| | | | |
| * | | | adding some new images for news asyncresult page :)makkalot2008-07-224-0/+0
| | | | |
| * | | | adding new template for displaying the async resultsmakkalot2008-07-222-2/+167
| | | | |
| * | | | adding methods to show the async results in a table and also return the ↵makkalot2008-07-221-0/+65
| | | | | | | | | | | | | | | | | | | | result from requested job_id
| * | | | changing the layout to add some simple menu we will have 2 pages :)makkalot2008-07-222-12/+20
| | | | |
| * | | | integrate the async code changes into the controller classmakkalot2008-07-211-8/+34
| | | | |