| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | | * | | | | | | Merge lp:~gundlach/nova/rbac_tests_rewrite | Michael Gundlach | 2010-09-23 | 1 | -0/+3 |
| | | | |\ \ \ \ \ \ |
|
| | | | | * | | | | | | Rewrite rbac tests to use Authorizer middleware | Michael Gundlach | 2010-09-21 | 1 | -0/+3 |
| | | | | | |_|/ / /
| | | | |/| | | | |
|
| | | | * | | | | | | Merge lp:~gundlach/nova/missing_ec2_url_endpoints | Michael Gundlach | 2010-09-23 | 2 | -4/+134 |
| | | | |\ \ \ \ \ \ |
|
| | | | | * | | | | | | Added FLAGS.FAKE_subdomain letting you manually set the subdomain for testing... | Michael Gundlach | 2010-09-23 | 1 | -5/+16 |
| | | | | * | | | | | | Re-add root and metadata request handlers to EC2 API | Michael Gundlach | 2010-09-22 | 2 | -4/+123 |
| | | | | |/ / / / / |
|
| | | | * / / / / / | Soren's patch to fix part of ec2 | Michael Gundlach | 2010-09-22 | 1 | -3/+1 |
| | | | |/ / / / / |
|
| | | * | | | | | | Fixed cloudpipe lib init. | Eric Day | 2010-09-23 | 1 | -0/+1 |
| | | * | | | | | | Various loose ends for endpoint and tornado removal cleanup, including cloudp... | Eric Day | 2010-09-22 | 2 | -0/+70 |
| | | |/ / / / / |
|
| | * | | | | | | Added a primary_key to AuthToken, fixed some unbound variables, and now all u... | mdietz | 2010-09-22 | 1 | -1/+4 |
| | * | | | | | | merge from trunk | mdietz | 2010-09-22 | 7 | -16/+1394 |
| | |\| | | | | |
|
| | | * | | | | | Merge from trunk | Michael Gundlach | 2010-09-21 | 1 | -25/+53 |
| | | |\ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| | | * | | | | | Merge from trunk | Michael Gundlach | 2010-09-20 | 4 | -5/+440 |
| | | |\ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| | | * | | | | | Merge from trunk | Michael Gundlach | 2010-09-20 | 2 | -16/+76 |
| | | |\| | | | |
|
| | | * | | | | | Fix things not quite merged perfectly -- all tests now pass | Michael Gundlach | 2010-09-16 | 1 | -1/+1 |
| | | * | | | | | Merge from trunk (pulling in orm_deux) | Michael Gundlach | 2010-09-16 | 4 | -336/+304 |
| | | |\| | | | |
|
| | | * | | | | | Finish pulling S3ImageService out of this mergeprop | Michael Gundlach | 2010-09-13 | 1 | -0/+7 |
| | | * | | | | | Pull S3ImageService out of this mergeprop | Michael Gundlach | 2010-09-13 | 1 | -7/+27 |
| | | * | | | | | Correct style issues brought up in termie's review | Michael Gundlach | 2010-09-09 | 5 | -42/+34 |
| | | * | | | | | Move nova.endpoint.images to api.ec2 and delete nova.endpoint | Michael Gundlach | 2010-09-02 | 2 | -1/+81 |
| | | * | | | | | OMG got api_unittests to pass | Michael Gundlach | 2010-09-02 | 2 | -5/+12 |
| | | * | | | | | send requests to the main API instead of to the EC2 subset -- so that it can ... | Michael Gundlach | 2010-09-02 | 1 | -1/+1 |
| | | * | | | | | Remove unused APIRequestContext.handler | Michael Gundlach | 2010-09-02 | 1 | -2/+1 |
| | | * | | | | | Merge from trunk in an attempt to figure out why signer is generating the wro... | Michael Gundlach | 2010-09-02 | 2 | -62/+0 |
| | | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | * | | | | | Small typos, plus rework api_unittest to use WSGI instead of Tornado | Michael Gundlach | 2010-09-02 | 2 | -5/+7 |
| | | * | | | | | Fix simple errors to the point where we can run the tests [but not pass] | Michael Gundlach | 2010-09-01 | 3 | -5/+7 |
| | | * | | | | | Delete rbac.py, moving @rbac decorator knowledge into api.ec2.Authorizer WSGI... | Michael Gundlach | 2010-09-01 | 3 | -65/+60 |
| | | * | | | | | Break Router() into Router() and Executor(), and put Authorizer() (currently ... | Michael Gundlach | 2010-09-01 | 1 | -39/+62 |
| | | * | | | | | Return error Responses properly, and don't muck with req.params -- make a cop... | Michael Gundlach | 2010-09-01 | 1 | -12/+13 |
| | | * | | | | | Remove all Twisted defer references from cloud.py | Michael Gundlach | 2010-08-31 | 1 | -49/+37 |
| | | * | | | | | Remove inlineCallbacks and yield from cloud.py, as eventlet doesn't need it | Michael Gundlach | 2010-08-31 | 2 | -20/+11 |
| | | * | | | | | Move cloudcontroller and admincontroller into new api | Michael Gundlach | 2010-08-31 | 2 | -0/+950 |
| | | * | | | | | small import cleanup | Michael Gundlach | 2010-08-31 | 2 | -5/+2 |
| | | * | | | | | Get rid of some convoluted exception handling that we don't need in eventlet | Michael Gundlach | 2010-08-31 | 2 | -19/+11 |
| | | * | | | | | First steps in reworking EC2 APIRequestHandler into separate Authenticate() a... | Michael Gundlach | 2010-08-31 | 3 | -126/+155 |
| | | * | | | | | Delete __init__.py in prep for turning apirequesthandler into __init__ | Michael Gundlach | 2010-08-30 | 1 | -42/+0 |
| | | * | | | | | Move APIRequestContext into its own file | Michael Gundlach | 2010-08-30 | 1 | -0/+33 |
| | | * | | | | | Move APIRequest into its own file | Michael Gundlach | 2010-08-30 | 1 | -0/+132 |
| | | * | | | | | Move class into its own file | Michael Gundlach | 2010-08-30 | 1 | -0/+126 |
| | * | | | | | | Merge from trunk and resolving merge conflicts | Cerberus | 2010-09-21 | 4 | -1/+440 |
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | * | | | | | | Some more refactoring and another unit test | Cerberus | 2010-09-21 | 1 | -5/+12 |
| | * | | | | | | Refactored the auth branch based on review feedback | Cerberus | 2010-09-20 | 2 | -62/+88 |
| | * | | | | | | Replaced the existing Rackspace Auth Mechanism with one that mirrors the impl... | Cerberus | 2010-09-16 | 2 | -11/+78 |
| | | |_|/ / /
| |/| | | | |
|
| * | | | | | | Support querying version list, per the RS API spec. Fixes bug 613117. | Michael Gundlach | 2010-09-20 | 1 | -0/+13 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Support querying version list | Michael Gundlach | 2010-09-15 | 1 | -0/+13 |
| | | |_|/ / /
| |/| | | | |
|
| * | | | | | | Add a RateLimitingMiddleware to the Rackspace API, implementing the rate limi... | Michael Gundlach | 2010-09-20 | 3 | -1/+427 |
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | * | | | | | Use assertRaises | Michael Gundlach | 2010-09-20 | 1 | -7/+4 |
| | * | | | | | Add support for middleware proxying to a ratelimiting.WSGIApp, for deployment... | Michael Gundlach | 2010-09-15 | 3 | -25/+165 |
| | * | | | | | Test the WSGIApp | Michael Gundlach | 2010-09-15 | 2 | -3/+68 |
| | * | | | | | RateLimitingMiddleware tests | Michael Gundlach | 2010-09-15 | 2 | -8/+19 |
| | * | | | | | RateLimitingMiddleware | Michael Gundlach | 2010-09-14 | 1 | -1/+51 |