Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some unused files | Andy Smith | 2010-12-08 | 1 | -209/+0 |
| | |||||
* | PEP8 and pylint cleanup. There should be no functional changes here, just ↵ | Eric Day | 2010-10-21 | 1 | -9/+14 |
| | | | | style changes to get violations down. | ||||
* | Merge trunk | Soren Hansen | 2010-09-22 | 1 | -4/+4 |
|\ | |||||
| * | merged trunk | Vishvananda Ishaya | 2010-09-11 | 1 | -1/+3 |
| |\ | |||||
| * | | a few formatting fixes and moved exception | Vishvananda Ishaya | 2010-09-07 | 1 | -2/+2 |
| | | | |||||
| * | | one more whitespace fix | Vishvananda Ishaya | 2010-09-07 | 1 | -2/+2 |
| | | | |||||
| * | | whitespace fixes | Vishvananda Ishaya | 2010-09-07 | 1 | -22/+22 |
| | | | |||||
| * | | Added missing "self." | Justin Santa Barbara | 2010-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed typo | Justin Santa Barbara | 2010-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Better error message on subprocess spawn fail, and it's a ↵ | Justin Santa Barbara | 2010-08-20 | 1 | -34/+31 |
| | | | | | | | | | | | | ProcessExecutionException irrespective of how the process is run. | ||||
* | | | Cast process input to a str. It must not be unicode, but stuff that comes ↵ | Soren Hansen | 2010-09-14 | 1 | -1/+1 |
| |/ |/| | | | | | out of the database might very well be unicode, so using such a value in a template makes the whole thing unicode. | ||||
* | | Lots of fixes to make the nova commands work properly and make datamodel ↵ | Vishvananda Ishaya | 2010-09-07 | 1 | -48/+47 |
|/ | | | | work with mysql properly | ||||
* | Merged with trunk | Justin Santa Barbara | 2010-08-18 | 1 | -0/+3 |
|\ | |||||
| * | rather comprehensive style fixes | andy | 2010-08-16 | 1 | -0/+3 |
| | | |||||
* | | Used new (clearer) flag names when calling processes | Justin Santa Barbara | 2010-08-08 | 1 | -3/+7 |
| | | |||||
* | | Greater compliance with pep8/pylint style checks | Justin Santa Barbara | 2010-08-08 | 1 | -53/+55 |
| | | |||||
* | | Merged with trunk, added note about suspicious behaviour | Justin Santa Barbara | 2010-07-30 | 1 | -0/+3 |
|\| | |||||
* | | Added exit code checking to process.py (twisted process utils). A bit of ↵ | Justin Santa Barbara | 2010-07-30 | 1 | -57/+33 |
|/ | | | | | | class refactoring to make it work & cleaner. Also added some more instructive messages to install_venv.py, because otherwise people that don't know what they're doing will install the wrong pip... i.e. I did :-) | ||||
* | class based singleton for SharedPool | Vishvananda Ishaya | 2010-07-26 | 1 | -6/+7 |
| | |||||
* | Fix assertion "Someone released me too many times: too many tokens!" when more | Ewan Mellor | 2010-07-25 | 1 | -7/+6 |
| | | | | | | | | | | than one process was running at the same time. This was caused by the override of SharedPool.__new__ not stopping ProcessPool.__init__ from being run whenever process.simple_execute is called. When __init__ ran for the second time, the DeferredSemaphore was replaced, and this meant that we ended up releasing a different semaphore to the one that was acquired. | ||||
* | make simple method wrapper for process pool simple_execute | Vishvananda Ishaya | 2010-07-16 | 1 | -0/+3 |
| | |||||
* | Removed unused Pool from process.py, added a singleton pool called ↵ | Vishvananda Ishaya | 2010-07-16 | 1 | -35/+11 |
| | | | | SharedPool, changed calls in node to use singleton pool | ||||
* | reorder imports spacing | Jesse Andrews | 2010-07-15 | 1 | -2/+0 |
| | |||||
* | remove import of vendor since we have PPA now | Jesse Andrews | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | update copyrights | Todd Willey | 2010-07-15 | 1 | -2/+0 |
| | |||||
* | Removed trailing whitespace from header | Vishvananda Ishaya | 2010-06-23 | 1 | -1/+1 |
| | |||||
* | Updated licenses | Devin Carlen | 2010-06-23 | 1 | -9/+14 |
| | |||||
* | fix for reactor.spawnProcess sending deprecation warning | Vishvananda Ishaya | 2010-06-11 | 1 | -6/+11 |
| | |||||
* | Adds a Twisted implementation of a process pool | andy | 2010-06-11 | 1 | -6/+107 |
| | | | | Meant for use instead of utils.execute() | ||||
* | initial commit | Jesse Andrews | 2010-05-27 | 1 | -0/+131 |