0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 3 days ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First in a series of patches to port the API from Tornado to WSGI. Also includes a few small style fixes in the new API code. More... about 15 years ago
Pull in ~eday/nova/api-port More... about 15 years ago
Merged trunk. More... about 15 years ago
Merged api-port into api-port-1. More... about 15 years ago
Since pylint=0.19 is our version, force everyone to use the disable-msg syntax. More... about 15 years ago
Missed one More... about 15 years ago
Removed the 'controllers' directory under 'rackspace' due to full class name redundancy. More... about 15 years ago
pep8 typo More... about 15 years ago
Changed our minds: keep pylint equal to Ubuntu Lucid version, and use disable-msg throughout. More... about 15 years ago
Fixed typo. More... about 15 years ago
Image API work More... about 15 years ago
Newest pylint supports 'disable=', not 'disable-msg=' More... about 15 years ago
Fix pep8 violation More... about 15 years ago
tests pass More... about 15 years ago
network tests pass More... about 15 years ago
Added unittests for wsgi and api. More... about 15 years ago
almost there More... about 15 years ago
progress on tests passing More... about 15 years ago
remove references to deleted files so tests run More... about 15 years ago
fix vpn access for auth More... about 15 years ago
merged trunk More... about 15 years ago
removed extra files More... about 15 years ago
network datamodel code More... about 15 years ago
In an effort to keep new and old API code separate, I've created a nova.api to put all new API code under. This means nova.endpoint only contains the old Tornado implementation. I also cleaned up a few pep8 and other style nits in the new API code. More... about 15 years ago
No longer installs a virtualenv automatically and adds new options to bypass the interactive prompt. More... about 15 years ago
Stylistic improvements. More... about 15 years ago
Merge with trunk, in particular merging with the style cleanup that caused conflicts with this branch. More... about 15 years ago
Add documentation to spawn, reboot, and destroy stating that those functions should return Deferreds. Update the fake implementations to do so (the libvirt ones already do, and making the xenapi ones do so is the subject of a current merge request). More... about 15 years ago
start with model code More... about 15 years ago
clean up linux_net More... about 15 years ago