summaryrefslogtreecommitdiffstats
path: root/func
Commit message (Collapse)AuthorAgeFilesLines
* merge from master async db stuff fixesmakkalot2008-08-032-8/+44
|\
| * fix for jobthing to tolerate the weird and long names for globs in database ↵makkalot2008-08-032-8/+44
| | | | | | | | related with async job_ids
| * 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-011-5/+45
| | | | | | | | (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 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
| |\
* | | sleep a little bit when polling it kills the machine it is runningmakkalot2008-08-011-0/+1
| | |
* | | a small fix in the async code that was causing wrong resultsmakkalot2008-08-011-4/+5
| | |
* | | add more methods for groups apimakkalot2008-07-311-5/+45
| | |
* | | Merge branch 'master' of git://git.fedorahosted.org/func into new_layoutmakkalot2008-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
| | | | |
* | | | | some changes into Minions class to work properly with Group classmakkalot2008-07-291-5/+11
| | | | |
* | | | | some fixes into groups also adding some db operations like add,remove and etc.makkalot2008-07-291-22/+131
| |_|_|/ |/| | |
* | | | merge from new_layout to mastermakkalot2008-07-283-7/+50
|\ \ \ \
| * | | | some code to tolerate the old job_ids to not crash the appmakkalot2008-07-281-3/+7
| | | | |
| * | | | the os._exit(0) magic :)makkalot2008-07-232-2/+3
| | | | |
| * | | | change the minion db plurge thing for new idsmakkalot2008-07-231-1/+6
| | | | |
| * | | | should update also the database if have some partial result or finished the ↵makkalot2008-07-171-2/+5
| | | | | | | | | | | | | | | | | | | | job, because everytime we do fc.job_status we will call the minion instead of looking at local db
| * | | | adding the open_ids part to the overlord classmakkalot2008-07-171-1/+12
| | | | |
| * | | | adding a new method that gets back the open_ids in func databasemakkalot2008-07-171-4/+23
| | | | |
* | | | | sys thingmakkalot2008-07-281-1/+1
| |/ / / |/| | |
* | | | attempting to remove any prints to stdout that should be going to stderrAdrian Likins2008-07-247-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | Trying to make sure things are clean for func-transmit. At some point, this should probably be some sort of log object instead of just to stderr.
* | | | rev api version to "0.1.0" since we changed the return ofAdrian Likins2008-07-241-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | a method. Pretty sure noone is actually using the api version info, but what the heck.
* | | 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.
* | | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/funcAdrian Likins2008-07-247-23/+236
|\ \ \
| * \ \ Merge kadamski@git.fedorahosted.org:/git/funcKrzysztof A. Adamski2008-07-248-8/+8
| |\ \ \
| * | | | Raise exception when no minions match server_spec.Krzysztof A. Adamski2008-07-241-0/+2
| | | | |
| * | | | Merge branch 'ssalevan-delegation'Krzysztof A. Adamski2008-07-247-23/+234
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git@github.com:ssalevan/funcSteve Salevan2008-07-233-6/+63
| | |\ \ \ \
| | * | | | | Adding delegation capabilities for asynchronous calls, fixing ↵Steve Salevan2008-07-236-18/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jobthing/forkbomb to exit with an exit command that won't cause a SystemExit exception to be fired during delegated async calls, adding list_minions() function to Overlord object that works with delegation
| | * | | | | Fixing mapper to recognize and fix infinite recursive loops and error conditionsSteve Salevan2008-07-182-2/+16
| | | | | | |
| | * | | | | Adding delegation call grouping to reduce the amount of necessary delegated ↵Steve Salevan2008-07-163-14/+79
| | | |_|/ / | | |/| | | | | | | | | | | | | | | calls to perform an action
* | | | | | Merge branch 'unduping_code'Adrian Likins2008-07-241-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | change this call to hostname to emulate the way the old func.minion.utilsAdrian Likins2008-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | did it. Probably need to figure out if this is needed or not later.
* | | | | | Merge branch 'unduping_code'Adrian Likins2008-07-248-8/+8
|\| | | | | | |/ / / / |/| | | |
| * | | | aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-248-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also missed a use of SSLCommon. darn grep, must be broken. Yeah, thats it, grep screw up. Nope, not me. Not me at all.
* | | | | Merge branch 'unduping_code'Adrian Likins2008-07-2411-1051/+9
|\| | | |
| * | | | remove func's copy of SSLCommon.py and SSLConnection.pyAdrian Likins2008-07-242-286/+0
| | | | | | | | | | | | | | | | | | | | we dont need them anymore
| * | | | use the SSLCommon from certmaster, it's gone from funcAdrian Likins2008-07-241-1/+1
| | | | |
| * | | | remove func/certs.py, func/config.py, and func/minion/utils.pyAdrian Likins2008-07-243-712/+0
| | | | |
| * | | | gut most of func/utils.pyAdrian Likins2008-07-243-51/+6
| | | | | | | | | | | | | | | | | | | | update code to use existing code from certmaster/utils.py
| * | | | use the config.py from certmaster, we dont need it hereAdrian Likins2008-07-241-1/+1
| | | | |
| * | | | add #! lineAdrian Likins2008-07-241-0/+1
| | |/ / | |/| |
* / | | fix calls of "func '@group1;@group2" fooAdrian Likins2008-07-241-5/+3
|/ / / | | | | | | | | | | | | | | | | | | The groups weren't getting seperated correctly (they expected a ':' as the seperator, which is wrong). Uncomment some of the test cases for this that now work.
* | / apply patch from awood@redhat.com thats adds a filter to the ↵Adrian Likins2008-07-231-3/+21
| |/ |/| | | | | | | | | yumcmd.check_update call also add awood to Authors, and add a few unit tests