0
I Use This!
Very High Activity

Commits : Listings

Analyzed 11 minutes ago. based on code collected 3 days ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup per suggestions More... about 15 years ago
network unittest clean up More... about 15 years ago
Test cleanup, make driver return dictionaries and construct objects in manager More... about 15 years ago
Able to boot without kernel or ramdisk. libvirt.xml.template is now a Cheetah template More... about 15 years ago
Merged https://code.launchpad.net/~justin-fathomdb/nova/copy-error-handling More... about 15 years ago
Merged bug fixes More... about 15 years ago
Map exceptions to 404 / 403 codes, as was done before the move to twisted. However, I don't think this is the right way to do this in Twisted. For example, exceptions thrown after the render method returns will not be mapped More... about 15 years ago
Merged lp:~justin-fathomdb/nova/bug607501 More... about 15 years ago
Merged trunk. Fixed new references to UserManager More... about 15 years ago
I put the call to request.finish() in the wrong place. :-( More... about 15 years ago
More docstrings, don't autocreate projects More... about 15 years ago
Raise 401, not exception if Authorization header not passed. Also minor fixes & Python exception-handling style tweak More... about 15 years ago
LdapDriver cleanup: docstrings and parameter ordering More... about 15 years ago
Ask curl to set exit code if resource was not found More... about 15 years ago
Fixes to dhcp lease code to use a flagfile More... about 15 years ago
merged trunk More... about 15 years ago
Massive refactor of users.py More... about 15 years ago
Hmm, serves me right for not understanding the request, eh? :) Now too_many_addresses test case is idempotent in regards to running in isolation and uses self.flags.network_size instead of the magic number 32. More... about 15 years ago
Redirect STDERR to output to an errlog file when running run_tests.py. More... about 15 years ago
Send message ack in rpc.call and make queues durable. More... about 15 years ago
Fixed name change caused by remove-vendor merge. More... about 15 years ago
Replace tornado objectstore with twisted web. More... about 15 years ago
Merge with trunk. More... about 15 years ago
merged in trunk and fixed import merge errors More... about 15 years ago
First commit of XenAPI-specific code (i.e. connections to the open-source community project Xen Cloud Platform, or the open-source commercial product Citrix XenServer). More... about 15 years ago
Remove the tight coupling between nova.compute.monitor and libvirt. The libvirt-specific code was placed in nova.virt.libvirt_conn by the last changeset. This greatly simplifies the monitor code, and puts the libvirt-specific XML record parsing in a libvirt-specific place. More... about 15 years ago
In preparation for XenAPI support, refactor the interface between nova.compute and the hypervisor (i.e. libvirt). More... about 15 years ago
Fixed references to nova.utils that were broken by a change of import statement in the remove-vendor merge. More... about 15 years ago
Remove s3_internal_port setting. Objectstore should be able to handle the beatings now. As such, nginx is no longer needed, so it's removed from the dependencies and the configuration files are removed. More... about 15 years ago
Replace nova-objectstore with a twistd style wrapper. Add a get_application method to objectstore handler. More... about 15 years ago