summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | Merge lp:~gundlach/nova/rbac_tests_rewriteMichael Gundlach2010-09-231-0/+3
| | | |\ \ \ \ \ \
| | | | * | | | | | Rewrite rbac tests to use Authorizer middlewareMichael Gundlach2010-09-211-0/+3
| | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | Merge lp:~gundlach/nova/missing_ec2_url_endpointsMichael Gundlach2010-09-232-4/+134
| | | |\ \ \ \ \ \
| | | | * | | | | | Added FLAGS.FAKE_subdomain letting you manually set the subdomain for testing...Michael Gundlach2010-09-231-5/+16
| | | | * | | | | | Re-add root and metadata request handlers to EC2 APIMichael Gundlach2010-09-222-4/+123
| | | | |/ / / / /
| | | * / / / / / Soren's patch to fix part of ec2Michael Gundlach2010-09-221-3/+1
| | | |/ / / / /
| | * | | | | | Fixed cloudpipe lib init.Eric Day2010-09-231-0/+1
| | * | | | | | Various loose ends for endpoint and tornado removal cleanup, including cloudp...Eric Day2010-09-222-0/+70
| | |/ / / / /
| * | | | | | Added a primary_key to AuthToken, fixed some unbound variables, and now all u...mdietz2010-09-221-1/+4
| * | | | | | merge from trunkmdietz2010-09-227-16/+1394
| |\| | | | |
| | * | | | | Merge from trunkMichael Gundlach2010-09-211-25/+53
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | * | | | | Merge from trunkMichael Gundlach2010-09-204-5/+440
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | * | | | | Merge from trunkMichael Gundlach2010-09-202-16/+76
| | |\| | | |
| | * | | | | Fix things not quite merged perfectly -- all tests now passMichael Gundlach2010-09-161-1/+1
| | * | | | | Merge from trunk (pulling in orm_deux)Michael Gundlach2010-09-164-336/+304
| | |\| | | |
| | * | | | | Finish pulling S3ImageService out of this mergepropMichael Gundlach2010-09-131-0/+7
| | * | | | | Pull S3ImageService out of this mergepropMichael Gundlach2010-09-131-7/+27
| | * | | | | Correct style issues brought up in termie's reviewMichael Gundlach2010-09-095-42/+34
| | * | | | | Move nova.endpoint.images to api.ec2 and delete nova.endpointMichael Gundlach2010-09-022-1/+81
| | * | | | | OMG got api_unittests to passMichael Gundlach2010-09-022-5/+12
| | * | | | | send requests to the main API instead of to the EC2 subset -- so that it can ...Michael Gundlach2010-09-021-1/+1
| | * | | | | Remove unused APIRequestContext.handlerMichael Gundlach2010-09-021-2/+1
| | * | | | | Merge from trunk in an attempt to figure out why signer is generating the wro...Michael Gundlach2010-09-022-62/+0
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Small typos, plus rework api_unittest to use WSGI instead of TornadoMichael Gundlach2010-09-022-5/+7
| | * | | | | Fix simple errors to the point where we can run the tests [but not pass]Michael Gundlach2010-09-013-5/+7
| | * | | | | Delete rbac.py, moving @rbac decorator knowledge into api.ec2.Authorizer WSGI...Michael Gundlach2010-09-013-65/+60
| | * | | | | Break Router() into Router() and Executor(), and put Authorizer() (currently ...Michael Gundlach2010-09-011-39/+62
| | * | | | | Return error Responses properly, and don't muck with req.params -- make a cop...Michael Gundlach2010-09-011-12/+13
| | * | | | | Remove all Twisted defer references from cloud.pyMichael Gundlach2010-08-311-49/+37
| | * | | | | Remove inlineCallbacks and yield from cloud.py, as eventlet doesn't need itMichael Gundlach2010-08-312-20/+11
| | * | | | | Move cloudcontroller and admincontroller into new apiMichael Gundlach2010-08-312-0/+950
| | * | | | | small import cleanupMichael Gundlach2010-08-312-5/+2
| | * | | | | Get rid of some convoluted exception handling that we don't need in eventletMichael Gundlach2010-08-312-19/+11
| | * | | | | First steps in reworking EC2 APIRequestHandler into separate Authenticate() a...Michael Gundlach2010-08-313-126/+155
| | * | | | | Delete __init__.py in prep for turning apirequesthandler into __init__Michael Gundlach2010-08-301-42/+0
| | * | | | | Move APIRequestContext into its own fileMichael Gundlach2010-08-301-0/+33
| | * | | | | Move APIRequest into its own fileMichael Gundlach2010-08-301-0/+132
| | * | | | | Move class into its own fileMichael Gundlach2010-08-301-0/+126
| * | | | | | Merge from trunk and resolving merge conflictsCerberus2010-09-214-1/+440
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Some more refactoring and another unit testCerberus2010-09-211-5/+12
| * | | | | | Refactored the auth branch based on review feedbackCerberus2010-09-202-62/+88
| * | | | | | Replaced the existing Rackspace Auth Mechanism with one that mirrors the impl...Cerberus2010-09-162-11/+78
| | |_|/ / / | |/| | | |
* | | | | | Support querying version list, per the RS API spec. Fixes bug 613117.Michael Gundlach2010-09-201-0/+13
|\ \ \ \ \ \
| * | | | | | Support querying version listMichael Gundlach2010-09-151-0/+13
| | |_|/ / / | |/| | | |
* | | | | | Add a RateLimitingMiddleware to the Rackspace API, implementing the rate limi...Michael Gundlach2010-09-203-1/+427
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use assertRaisesMichael Gundlach2010-09-201-7/+4
| * | | | | Add support for middleware proxying to a ratelimiting.WSGIApp, for deployment...Michael Gundlach2010-09-153-25/+165
| * | | | | Test the WSGIAppMichael Gundlach2010-09-152-3/+68
| * | | | | RateLimitingMiddleware testsMichael Gundlach2010-09-152-8/+19
| * | | | | RateLimitingMiddlewareMichael Gundlach2010-09-141-1/+51