| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | tests passing again | Sandy Walsh | 2011-05-31 | 3 | -29/+41 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | zone-boot working | Sandy Walsh | 2011-05-30 | 3 | -18/+24 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | regular boot working again | Sandy Walsh | 2011-05-30 | 1 | -0/+291 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | regular boot working again | Sandy Walsh | 2011-05-30 | 4 | -232/+33 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | first pass at reservation id support | Sandy Walsh | 2011-05-30 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed requests with malformed bodies to return a HTTP 400 Bad Request inste... | Alex Meade | 2011-06-14 | 1 | -3/+18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | mp fixes | Alex Meade | 2011-06-14 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Improved errors | Alex Meade | 2011-06-14 | 1 | -3/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Added faults wrapper | Alex Meade | 2011-06-14 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Created new exception for handling malformed requests | Alex Meade | 2011-06-14 | 1 | -3/+13 | |
| | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed instance[fixed_ip] in ec2 api, removed fixed_ip shim | Trey Morris | 2011-06-14 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | merged trunk | Trey Morris | 2011-06-14 | 4 | -11/+25 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | pep8 | Alex Meade | 2011-06-13 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | merging trunk, fixing pep8 | Brian Waldon | 2011-06-13 | 3 | -5/+19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | merge trunk | William Wolf | 2011-06-13 | 2 | -3/+10 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | ec2 api method allocate_address ; raises exception.NoFloatingIpsDefined inste... | John Tran | 2011-06-11 | 1 | -2/+9 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | | | | | | | | | added new exception more descriptive of not having available floating address... | John Tran | 2011-06-10 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | raise instance instead of class | John Tran | 2011-06-10 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | matched the inner exception specifically, instead of catching all RemoteError... | John Tran | 2011-06-09 | 1 | -2/+5 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | removing custom exception, instead using NoFloatingIpsDefined | John Tran | 2011-06-08 | 1 | -6/+0 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | raises exception.NoFloatingIpsDefined instead of UnknownError | John Tran | 2011-06-08 | 1 | -2/+6 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | added a test for allocate_address & added error handling for api instead of r... | John Tran | 2011-06-08 | 1 | -0/+6 | |
| | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | force utf-8 encoding on toprettyxml call for XMLDictSerializer | William Wolf | 2011-06-10 | 1 | -1/+1 | |
| | | | | |_|_|/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | check for none and empty string, this way empty dicts/lists will be ok | William Wolf | 2011-06-13 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | got rid of prints for debugging | William Wolf | 2011-06-10 | 1 | -4/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | return body correctly as object instead of a string, with tests, also check f... | William Wolf | 2011-06-10 | 2 | -2/+13 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | removing unnecessary lines | Brian Waldon | 2011-06-13 | 1 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | wsgi can now handle dispatching action None more elegantly | Brian Waldon | 2011-06-13 | 1 | -7/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | adding support for cusom serialization methods | Brian Waldon | 2011-06-10 | 1 | -4/+7 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | merged trunk again | Trey Morris | 2011-06-08 | 5 | -26/+27 | |
| |\| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Now forwards create instance requests to child zones. | Sandy Walsh | 2011-06-08 | 3 | -18/+16 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | trunk merge | Sandy Walsh | 2011-06-08 | 7 | -59/+121 | |
| | | |\| | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | sanity check | Sandy Walsh | 2011-06-06 | 1 | -1/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | fixed up tests after trunk merge | Sandy Walsh | 2011-06-06 | 1 | -9/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | trunk merge after 2b hit | Sandy Walsh | 2011-06-03 | 29 | -453/+1034 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | branch 2a merge (including trunk) | Sandy Walsh | 2011-05-26 | 3 | -11/+33 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | dist-sched-2a merge | Sandy Walsh | 2011-05-25 | 1 | -3/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | merge against 2a | Sandy Walsh | 2011-05-25 | 6 | -48/+73 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | New tests added | Sandy Walsh | 2011-05-25 | 2 | -3/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | more fix up | Sandy Walsh | 2011-05-24 | 2 | -2/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | removed most of debugging code | Sandy Walsh | 2011-05-24 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | accepting calls | Sandy Walsh | 2011-05-24 | 2 | -3/+4 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | merge | Sandy Walsh | 2011-05-23 | 3 | -15/+8 | |
| | | |\| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | getting closer to working select call | Sandy Walsh | 2011-05-23 | 2 | -5/+4 | |
| | | | * | | | | | | | | | | | | | | | | | | | | | temp fixes | Sandy Walsh | 2011-05-20 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | foo | Sandy Walsh | 2011-05-20 | 1 | -10/+7 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | temp | Sandy Walsh | 2011-05-19 | 1 | -1/+1 | |
| | | | |/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | skeleton of forwarding calls to child zones | Sandy Walsh | 2011-05-18 | 1 | -1/+3 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | failure conditions are being sent back properly now | Sandy Walsh | 2011-05-16 | 4 | -4/+34 | |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Support for header "X-Auth-Project-Id" in osapi. | Yuriy Taraday | 2011-06-08 | 1 | -7/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
