0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set durable=False on TopicPublisher More... about 15 years ago
Added missing import More... about 15 years ago
Replace hardcoded example URL, username, and password with flags called xenapi_connection_url, xenapi_connection_username, xenapi_connection_password. More... about 15 years ago
Fix instance cleanup. More... about 15 years ago
Fix references to image_object. This caused an internal error when using euca-deregister. More... about 15 years ago
removed unused assignment More... about 15 years ago
More Cleanup of code More... about 15 years ago
Fix references to get_argument, fixing internal error when calling euca-deregister. More... about 15 years ago
Changes nova-volume to use twisted. More... about 15 years ago
Fixes up Bucket to throw proper NotFound and NotEmpty exceptions in constructor and delete() method, and fixes up objectstore_unittest to properly use assertRaises() to check for proper exceptions and remove the assert_ calls. More... about 15 years ago
Adds missing yield statement that was causing partitioning to intermittently fail. More... about 15 years ago
Merged lp:~ewanmellor/nova/lp609792 More... about 15 years ago
Merged lp:~ewanmellor/nova/lp609791 More... about 15 years ago
Replace hardcoded "nova" with FLAGS.control_exchange. More... about 15 years ago
Set durable=False on TopicPublisher, so that it matches the flag on TopicConsumer. This ensures that either redeclaration of the control_exchange will use the same flag, and avoid AMQPChannelException. More... about 15 years ago
Merge lp:~ewanmellor/nova/lp609757. More... about 15 years ago
Add an import so that nova-compute sees the images_path flag, so that it can be used on the command line. More... about 15 years ago
Return a 404 when attempting to access a bucket that does not exist. More... about 15 years ago
Merge ~ewanmellor/nova/lp609749. More... about 15 years ago
Removed creation of process pools. We don't use these any more now that we're using process.simple_execute. More... about 15 years ago
Fix assertion "Someone released me too many times: too many tokens!" when more 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. More... about 15 years ago
Merge with trunk. More... about 15 years ago
Always make sure to set a Date headers, since it's needed to calculate the S3 Auth header. More... about 15 years ago
Updated the README file More... about 15 years ago
Updated sphinx layout to a two-dir layout like swift. Updated a doc string to get rid of a Sphinx warning. More... about 15 years ago
Updated URLs in the README file to point to current locations. More... about 15 years ago
Add missing import following merge from trunk (cset 150). More... about 15 years ago
Merge ~justin-fathomdb/nova/bug607541, since it's impossible to upload bundles to new buckets without it. More... about 15 years ago
Merged with trunk, since a lot of useful things have gone in there recently. More... about 15 years ago
fixed bug where partition code was sometimes failing due to initial dd not being yielded properly More... about 15 years ago