summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-1/+1
* Merge trunkTodd Willey2011-01-171-9/+27
|\
| * merge trunk.Todd Willey2011-01-171-9/+27
| |\
| | * merge from upstream and fix leaks in console teststermie2011-01-121-1/+1
| | |\
| | * \ merged from upstream and made applicable changesAndy Smith2011-01-071-3/+16
| | |\ \
| | * \ \ merged from trunkAndy Smith2011-01-041-1/+1
| | |\ \ \
| | * | | | Added stack command-line toolAndy Smith2010-12-271-2/+1
| | * | | | added tests to ensure the easy api works as a backend for Compute APIAndy Smith2010-12-221-3/+3
| | * | | | Basic Easy API functionalityAndy Smith2010-12-221-6/+25
* | | | | | Merge pep8 fixes from wsgirouter branch.Todd Willey2011-01-171-2/+6
|\| | | | |
| * | | | | pep8. Someday I'll remember 2 blank lines between module methods.Todd Willey2011-01-131-2/+6
* | | | | | Merge trunk + wsgirouter.Todd Willey2011-01-131-0/+64
|\| | | | |
| * | | | | Merge trunk and fix how nova-combined works with paste.deploy.Todd Willey2011-01-131-0/+64
| | |_|_|/ | |/| | |
* | | | | Merge trunk.Todd Willey2011-01-121-3/+16
|\| | | |
| * | | | Merge babel support from Monty and fix a missing _() in nova/wsgi.pyjaypipes@gmail.com2011-01-101-1/+1
| | |_|/ | |/| |
| * | | Better method for eventlet.wsgi.server logging.Todd Willey2011-01-051-4/+11
| * | | Silence eventlet.wsgi.server so it doesn't go to stdout and pollute our logs.Todd Willey2011-01-051-4/+6
| * | | Final few log tweaks, i18n, levels, including contexts, etc.Todd Willey2011-01-041-1/+1
| * | | Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-2/+6
| | |/ | |/|
* | | Remove module-level factory methods in favor of having a factory class-methodTodd Willey2011-01-061-18/+44
* | | Add factories into the wsgi classes.Todd Willey2011-01-061-2/+26
|/ /
* / Address bug #695157 by using a blank request class and setting an empty reque...Soren Hansen2010-12-281-1/+1
|/
* Make time.sleep() non-blockingJosh Kearney2010-11-221-1/+1
* Added support for OpenStack and EC2 APIs to run on different ports.Eric Day2010-11-021-4/+21
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-9/+13
* Server creation up to, but not including, network configurationCerberus2010-09-291-4/+7
* Server update name and passwordCerberus2010-09-291-0/+9
* Add Serializer.deserialize(xml_or_json_string)Michael Gundlach2010-09-281-6/+45
* Support content type detection in serializerMichael Gundlach2010-09-271-7/+14
* NurrrMichael Gundlach2010-09-011-2/+2
* Abstractified generalization mechanismMichael Gundlach2010-09-011-14/+17
* OK, break out ternary operator (good to know that it slowed you down to read it)Michael Gundlach2010-08-241-1/+4
* TypoMichael Gundlach2010-08-231-1/+1
* Move serialize() to wsgi.Controller so __call__ can serialize() action return...Michael Gundlach2010-08-231-2/+14
* Added unittests for wsgi and api.Eric Day2010-08-171-7/+10
* All controller actions receive a 'req' parameter containing the webob Request.Michael Gundlach2010-08-161-25/+23
* PEP8 and name correctionsMichael Gundlach2010-08-161-2/+2
* Support JSON and XML in SerializerMichael Gundlach2010-08-131-10/+46
* Make WSGI routing support routing to WSGI apps or to controller+actionMichael Gundlach2010-08-121-61/+128
|\
| * Working router that can target WSGI middleware or a standard controller+actionMichael Gundlach2010-08-111-107/+98
| * Serializing in middleware after all... by tying to the router. maybe a good ...Michael Gundlach2010-08-111-41/+72
| * work on a router that works with wsgi and non-wsgi routingMichael Gundlach2010-08-101-0/+76
|/
* Reworked WSGI helper module and converted rackspace API endpoint to use it.Eric Day2010-08-071-0/+173