0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
RateLimitingMiddleware tests More... almost 15 years ago
Address a couple of the TODO's: We now have half-decent input validation for AuthorizeSecurityGroupIngress and RevokeDitto. More... almost 15 years ago
Clean up use of ORM to remove the need for scoped_session. More... almost 15 years ago
Roll back my slightly over-zealous clean up work. More... almost 15 years ago
More ORM object cleanup. More... almost 15 years ago
Clean up use of objects coming out of the ORM. More... almost 15 years ago
RateLimitingMiddleware More... almost 15 years ago
Add ratelimiting package into Nova. After Austin it'll be pulled out into PyPI. More... almost 15 years ago
When destroying a VM using the XenAPI backend, if the VM is still running (the usual case) the destroy fails. It needs to be powered-off first. More... almost 15 years ago
Leave out the network setting from the interfaces template. It does not get passed anymore. More... almost 15 years ago
Network model has network_str attribute. More... almost 15 years ago
Cast process input to a str. It must not be unicode, but stuff that comes out of the database might very well be unicode, so using such a value in a template makes the whole thing unicode. More... almost 15 years ago
Make refresh_security_groups play well with inlineCallbacks. More... almost 15 years ago
Fix up rule generation. It turns out nwfilter gets very, very wonky indeed if you mix <ip> rules and <tcp> rules. Setting a TCP rule adds an early rule to ebtables that ends up overriding the <ip> rules which are last in that table. More... almost 15 years ago
Add a bunch of TODO's to the API implementation. More... almost 15 years ago
Multiple security group support. More... almost 15 years ago
Remove power state constants that have ended up duplicated following a bad merge. They were moved from nova.compute.node.Instance into nova.compute.power_state at the same time that Instance was moved into nova.compute.service. We've ended up with these constants in both places. More... almost 15 years ago
now we can run files - thanks vish More... almost 15 years ago
Move vol.destroy() call out of the _check method in test_multiple_volume_race_condition test and into a callback of the DeferredList. This should fix the intermittent failure of that test. I /think/ test_too_many_volumes's failure was caused by test_multiple_volume_race_condition failure, since I have not been able to reproduce its failure after fixing this one. More... almost 15 years ago
Adds 'shell run' to nova manage, which spawns a shell with flags properly imported. More... almost 15 years ago
Finish pulling S3ImageService out of this mergeprop More... almost 15 years ago
Pull S3ImageService out of this mergeprop More... almost 15 years ago
Correctly pass ip_address to templates. More... almost 15 years ago
Fix call to listNWFilters More... almost 15 years ago
(Untested) Make changes to security group rules propagate to the relevant compute nodes. More... almost 15 years ago
Filters all get defined when running an instance. More... almost 15 years ago
added missing yield in detach_volume More... almost 15 years ago
multiple network controllers will not create duplicate indexes More... almost 15 years ago
renamed _get_quota to get_quota and moved int(size) into quota.py More... almost 15 years ago
Merge nwfilter branch. More... almost 15 years ago