0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 3 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove all of the unused saved return values from attach_to_twisted More... almost 14 years ago
fix for describe addresses showing everyone's public ips More... almost 14 years ago
update the logic for calculating network sizes More... almost 14 years ago
Locally administered mac addresses have the second least significant bit of the most significant byte set. If this byte is set then udev on ubuntu doesn't set persistent net rules. More... almost 14 years ago
use a locally administered mac address so it isn't saved by udev More... almost 14 years ago
Convert processpool to a singleton, and switch node.py calls to use it. (Replaces passing a processpool object around all the time.) More... almost 14 years ago
Fixed the broken reference to More... almost 14 years ago
remove spaces from export statements in scripts relating to certs More... almost 14 years ago
Cleanups More... almost 14 years ago
Able to set up DNS, and remove udev network rules More... almost 14 years ago
Move self.ldap to global ldap to make changes easier if we ever implement settings More... almost 14 years ago
Cleanup per suggestions More... almost 14 years ago
network unittest clean up More... almost 14 years ago
Test cleanup, make driver return dictionaries and construct objects in manager More... almost 14 years ago
Able to boot without kernel or ramdisk. libvirt.xml.template is now a Cheetah template More... almost 14 years ago
Merged https://code.launchpad.net/~justin-fathomdb/nova/copy-error-handling More... almost 14 years ago
Merged bug fixes More... almost 14 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... almost 14 years ago
Merged lp:~justin-fathomdb/nova/bug607501 More... almost 14 years ago
Merged trunk. Fixed new references to UserManager More... almost 14 years ago
I put the call to request.finish() in the wrong place. :-( More... almost 14 years ago
More docstrings, don't autocreate projects More... almost 14 years ago
Raise 401, not exception if Authorization header not passed. Also minor fixes & Python exception-handling style tweak More... almost 14 years ago
LdapDriver cleanup: docstrings and parameter ordering More... almost 14 years ago
Ask curl to set exit code if resource was not found More... almost 14 years ago
Fixes to dhcp lease code to use a flagfile More... almost 14 years ago
merged trunk More... almost 14 years ago
Massive refactor of users.py More... almost 14 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... almost 14 years ago
Redirect STDERR to output to an errlog file when running run_tests.py. More... almost 14 years ago