Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | some fixes into groups also adding some db operations like add,remove and etc. | makkalot | 2008-07-29 | 1 | -22/+131 | |
| | | | | | | ||||||
| * | | | | | Make exception more verbose. | Krzysztof A. Adamski | 2008-08-16 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | add support for specifying a set of enviroment variables to run | Adrian Likins | 2008-08-21 | 1 | -4/+9 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a command in. also, add a unit test case atm, the env variables specified completely replace the normal enviroment | |||||
* | | | | Only pass parent_class when it's not None. | Krzysztof A. Adamski | 2008-08-08 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Fix circular import. | Krzysztof A. Adamski | 2008-08-08 | 3 | -11/+11 | |
| | | | | ||||||
* | | | | Use overlod module to list_minions() instead of the hack in func-transmit. | Krzysztof A. Adamski | 2008-08-07 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Use polling method from overlord module in call cmd_module. | Krzysztof A. Adamski | 2008-08-07 | 2 | -27/+42 | |
| | | | | ||||||
* | | | | Pass reference to the parrent class to modules loaded by load_methods(). | Krzysztof A. Adamski | 2008-08-07 | 3 | -8/+8 | |
| | | | | ||||||
* | | | | Adding overlord modules support. | Krzysztof A. Adamski | 2008-08-07 | 6 | -6/+38 | |
| | | | | ||||||
* | | | | Load cmd_modules dynamicly. | Krzysztof A. Adamski | 2008-08-07 | 1 | -14/+6 | |
| | | | | ||||||
* | | | | Move module_loader.py to parent directory as it won't be used only on minion ↵ | Krzysztof A. Adamski | 2008-08-07 | 2 | -1/+1 | |
| | | | | | | | | | | | | | | | | now. | |||||
* | | | | Change module_loader so it can be used in places other than ↵ | Krzysztof A. Adamski | 2008-08-07 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | func/minion/server.py | |||||
* | | | | Fix async job IDs problem, finally. | Krzysztof A. Adamski | 2008-08-06 | 1 | -3/+4 | |
| |_|/ |/| | | ||||||
* | | | fix for jobthing to tolerate the weird and long names for globs in database ↵ | makkalot | 2008-08-03 | 2 | -8/+44 | |
| | | | | | | | | | | | | related with async job_ids | |||||
* | | | a small fix in the async code that was causing wrong results | makkalot | 2008-08-01 | 1 | -4/+5 | |
| | | | | | | | | | | | | (cherry picked from commit d95cb1171598b0450a9a3e32b83ddd057ebf832b) | |||||
* | | | add more methods for groups api | makkalot | 2008-08-01 | 1 | -5/+45 | |
| | | | | | | | | | | | | (cherry picked from commit 9bc72b2c3a882e69267f878272df80a7ac35b30e) | |||||
* | | | some changes into Minions class to work properly with Group class | makkalot | 2008-08-01 | 1 | -5/+11 | |
| | | | | | | | | | | | | (cherry picked from commit e24c78c1b6915dc30acefb9d68c83635cb3812ba) | |||||
* | | | some fixes into groups also adding some db operations like add,remove and etc. | makkalot | 2008-08-01 | 1 | -22/+131 | |
| | | | | | | | | | | | | (cherry picked from commit 35d210ba3da04387c799dbf4f407c53e096eb783) | |||||
* | | | Merge branch 'master' of git://git.fedorahosted.org/func | makkalot | 2008-07-29 | 1 | -1/+2 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Merge branch 'awood_submit' | Adrian Likins | 2008-07-28 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Merge branch 'submit' of git://github.com/awood/func into awood_submit | Adrian Likins | 2008-07-28 | 1 | -1/+2 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: func/minion/modules/yumcmd.py | |||||
| | | * | Modifying the update command to use a pattern rather than a name. | Alex Wood | 2008-07-28 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Previously the update method returned true even if yum didn't actually update. | Alex Wood | 2008-07-24 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | Now it returns the list of packages updated. | |||||
| | | * | Adding the ability to search for yum updates to specific packages | Alex Wood | 2008-07-22 | 1 | -3/+21 | |
| | | | | ||||||
* | | | | merge from new_layout to master | makkalot | 2008-07-28 | 3 | -7/+50 | |
|\ \ \ \ | ||||||
| * | | | | some code to tolerate the old job_ids to not crash the app | makkalot | 2008-07-28 | 1 | -3/+7 | |
| | | | | | ||||||
| * | | | | the os._exit(0) magic :) | makkalot | 2008-07-23 | 2 | -2/+3 | |
| | | | | | ||||||
| * | | | | change the minion db plurge thing for new ids | makkalot | 2008-07-23 | 1 | -1/+6 | |
| | | | | | ||||||
| * | | | | should update also the database if have some partial result or finished the ↵ | makkalot | 2008-07-17 | 1 | -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 class | makkalot | 2008-07-17 | 1 | -1/+12 | |
| | | | | | ||||||
| * | | | | adding a new method that gets back the open_ids in func database | makkalot | 2008-07-17 | 1 | -4/+23 | |
| | | | | | ||||||
* | | | | | sys thing | makkalot | 2008-07-28 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | attempting to remove any prints to stdout that should be going to stderr | Adrian Likins | 2008-07-24 | 7 | -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 of | Adrian Likins | 2008-07-24 | 1 | -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 Wood | 2008-07-24 | 1 | -4/+3 | |
| | | | | | | | | | | | | Now it returns the list of packages updated. | |||||
* | | | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-07-24 | 7 | -23/+236 | |
|\ \ \ | ||||||
| * \ \ | Merge kadamski@git.fedorahosted.org:/git/func | Krzysztof A. Adamski | 2008-07-24 | 8 | -8/+8 | |
| |\ \ \ | ||||||
| * | | | | Raise exception when no minions match server_spec. | Krzysztof A. Adamski | 2008-07-24 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Merge branch 'ssalevan-delegation' | Krzysztof A. Adamski | 2008-07-24 | 7 | -23/+234 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' of git@github.com:ssalevan/func | Steve Salevan | 2008-07-23 | 3 | -6/+63 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Adding delegation capabilities for asynchronous calls, fixing ↵ | Steve Salevan | 2008-07-23 | 6 | -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 conditions | Steve Salevan | 2008-07-18 | 2 | -2/+16 | |
| | | | | | | | ||||||
| | * | | | | | Adding delegation call grouping to reduce the amount of necessary delegated ↵ | Steve Salevan | 2008-07-16 | 3 | -14/+79 | |
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | calls to perform an action | |||||
* | | | | | | Merge branch 'unduping_code' | Adrian Likins | 2008-07-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | change this call to hostname to emulate the way the old func.minion.utils | Adrian Likins | 2008-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | did it. Probably need to figure out if this is needed or not later. | |||||
* | | | | | | Merge branch 'unduping_code' | Adrian Likins | 2008-07-24 | 8 | -8/+8 | |
|\| | | | | | |/ / / / |/| | | | | ||||||
| * | | | | aiee. missed some uses of "func.config". Fix those to use certmaster.config | Adrian Likins | 2008-07-24 | 8 | -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 Likins | 2008-07-24 | 11 | -1051/+9 | |
|\| | | | | ||||||
| * | | | | remove func's copy of SSLCommon.py and SSLConnection.py | Adrian Likins | 2008-07-24 | 2 | -286/+0 | |
| | | | | | | | | | | | | | | | | | | | | we dont need them anymore | |||||
| * | | | | use the SSLCommon from certmaster, it's gone from func | Adrian Likins | 2008-07-24 | 1 | -1/+1 | |
| | | | | |