| Commit message (Expand) | Author | Age | Files | Lines |
* | i18n's strings that were missed or have been added since initial i18n strings... | jaypipes@gmail.com | 2011-01-20 | 1 | -1/+1 |
* | Merge trunk. | Todd Willey | 2011-01-07 | 1 | -0/+1 |
|\ |
|
| * | Bug #699910: Nova RPC layer silently swallows exceptions | Ewan Mellor | 2011-01-07 | 1 | -0/+1 |
* | | Final few log tweaks, i18n, levels, including contexts, etc. | Todd Willey | 2011-01-04 | 1 | -2/+3 |
* | | Apply logging changes as a giant patch to work around the cloudpipe delete + ... | Todd Willey | 2011-01-04 | 1 | -14/+12 |
|/ |
|
* | fixed conflicts | Vishvananda Ishaya | 2010-12-22 | 1 | -17/+17 |
|\ |
|
| * | Merge eventlet and resolve all conflicts | jaypipes@gmail.com | 2010-12-17 | 1 | -57/+26 |
| |\ |
|
| * | | First round of i18n-ifying strings in Nova | jaypipes@gmail.com | 2010-12-11 | 1 | -18/+18 |
* | | | Tests pass after cleaning up allocation process | Vishvananda Ishaya | 2010-12-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | updates per review | termie | 2010-12-14 | 1 | -1/+0 |
* | | removed a few more references to twisted | Andy Smith | 2010-12-09 | 1 | -2/+4 |
* | | formatting and naming cleanup | Andy Smith | 2010-12-09 | 1 | -1/+4 |
* | | intermediate commit to checkpoint progress | Andy Smith | 2010-12-08 | 1 | -55/+20 |
|/ |
|
* | Use FLAGS instead of constants | Josh Kearney | 2010-11-22 | 1 | -7/+4 |
* | Removed unnecessary continue | Josh Kearney | 2010-11-22 | 1 | -1/+0 |
* | Refactor AMQP retry loop | Josh Kearney | 2010-11-22 | 1 | -15/+15 |
* | Set and use AMQP retry interval and max retry constants | Josh Kearney | 2010-11-22 | 1 | -8/+17 |
* | Use logging.exception instead | Josh Kearney | 2010-11-20 | 1 | -1/+1 |
* | Reverted some changes | Josh Kearney | 2010-11-19 | 1 | -14/+22 |
* | Added some comments | Josh Kearney | 2010-11-19 | 1 | -1/+1 |
* | Added some comments | Josh Kearney | 2010-11-19 | 1 | -2/+2 |
* | Check for running AMQP instances | Josh Kearney | 2010-11-19 | 1 | -20/+25 |
* | Enables the exclusive flag for DirectConsumer queues. | Eric Day | 2010-11-03 | 1 | -0/+1 |
|\ |
|
| * | Fix for bug #640400, enables the exclusive flag on the temporary queues. | Eric Day | 2010-11-03 | 1 | -0/+1 |
* | | make sure context keys are not unicode so they can be passed as kwargs | Vishvananda Ishaya | 2010-11-03 | 1 | -0/+3 |
|/ |
|
* | PEP8 and pylint cleanup. There should be no functional changes here, just sty... | Eric Day | 2010-10-21 | 1 | -0/+2 |
* | merged trunk | Vishvananda Ishaya | 2010-10-13 | 1 | -0/+9 |
|\ |
|
| * | Rename ec2 get_console_output's instance ID argument to 'instance_id'. It's p... | Soren Hansen | 2010-10-11 | 1 | -0/+9 |
* | | pack and unpack context | Vishvananda Ishaya | 2010-10-02 | 1 | -5/+27 |
* | | add missing to_dict | Vishvananda Ishaya | 2010-10-02 | 1 | -1/+1 |
* | | Fix the deprecation warnings for passing no context. | Vishvananda Ishaya | 2010-10-01 | 1 | -5/+10 |
|/ |
|
* | Merged Termie's branch and fixed rpc test cases for tesited. Nothing is testi... | Eric Day | 2010-09-24 | 1 | -13/+32 |
|\ |
|
| * | Tests turn things into inlineCallbacks. | andy | 2010-09-08 | 1 | -1/+0 |
| * | Missed an instance of attach_to_tornado. | andy | 2010-09-08 | 1 | -1/+1 |
| * | Remove tornado-related code from almost everything. | andy | 2010-09-08 | 1 | -15/+1 |
* | | Fixed rpc consumer to use unique return connection to prevent overlap. This c... | Eric Day | 2010-09-23 | 1 | -5/+8 |
* | | Various loose ends for endpoint and tornado removal cleanup, including cloudp... | Eric Day | 2010-09-22 | 1 | -16/+18 |
|/ |
|
* | Changed our minds: keep pylint equal to Ubuntu Lucid version, and use disable... | Michael Gundlach | 2010-08-18 | 1 | -4/+4 |
* | rather comprehensive style fixes | andy | 2010-08-16 | 1 | -2/+3 |
* | pep8 and pylint cleanup | Vishvananda Ishaya | 2010-08-13 | 1 | -31/+92 |
* | make rpc.call propogate exception info. Includes tests | Vishvananda Ishaya | 2010-08-12 | 1 | -9/+29 |
* | fix rpc command line call, remove useless deferreds | Vishvananda Ishaya | 2010-08-04 | 1 | -2/+2 |
* | Replace hardcoded "nova" with FLAGS.control_exchange. | Ewan Mellor | 2010-07-26 | 1 | -1/+1 |
|\ |
|
| * | Replace hardcoded "nova" with FLAGS.control_exchange. | Ewan Mellor | 2010-07-25 | 1 | -1/+1 |
* | | Set durable=False on TopicPublisher, so that it matches the flag on | Ewan Mellor | 2010-07-25 | 1 | -0/+1 |
|/ |
|
* | Send message ack in rpc.call and make queues durable. | Joshua McKenty | 2010-07-19 | 1 | -2/+7 |
|\ |
|
| * | Makin the queues non-durable by default | Joshua McKenty | 2010-07-16 | 1 | -1/+3 |
| * | Ack messages during call so rabbit leaks less. | Joshua McKenty | 2010-07-16 | 1 | -1/+4 |
* | | reorder imports spacing | Jesse Andrews | 2010-07-15 | 1 | -4/+2 |
* | | remove import of vendor since we have PPA now | Jesse Andrews | 2010-07-15 | 1 | -1/+1 |
|/ |
|