summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkNaveed Massjouni2011-04-061-5/+24
|\
| * Merged with trunk, fixed up test that wasn't checking namespaceJustin Santa Barbara2011-04-061-0/+1
| |\
| | * Help paste_config_file find the api config now that we moved it.Soren Hansen2011-04-051-0/+1
| * | Add XML namespaces to the OpenStack APIJustin Santa Barbara2011-03-301-6/+2
| * | Added note agreeing with Brian Lamar that the namespace doesn't belong in wsgiJustin Santa Barbara2011-03-221-0/+4
| * | Support setting the xmlns intelligentlyJustin Santa Barbara2011-03-221-6/+21
| * | Set XML namespace when returning XMLJustin Santa Barbara2011-03-221-0/+3
| |/
* / Fixed the addresses and metadata collections in xml responses.Naveed Massjouni2011-04-051-0/+18
|/
* remerge trunk (again). fix issues caused by changes to deserialization calls ...Monsyne Dragon2011-03-111-44/+90
|\
| * renaming wsgi.Request.best_match to best_match_content_type; correcting calls...Brian Waldon2011-03-091-2/+2
| * Refactor wsgi.Serializer away from handling Requests directly; now require Co...Brian Waldon2011-03-031-37/+59
| * adding wsgi.Controller and wsgi.Request testing; fixing format keyword argume...Brian Waldon2011-03-031-1/+3
| * adding wsgi.Request class to add custom best_match; adding new class to wsgif...Brian Waldon2011-03-031-8/+29
|/
* Merged trunkThierry Carrez2011-02-221-1/+0
|\
| * remove extra references to logging.basicConfigVishvananda Ishaya2011-02-201-1/+0
* | Remove paste_config_to_flags since it's now unusedThierry Carrez2011-02-181-7/+0
|/
* Resolved trunk merge conflictsEd Leafe2011-01-211-1/+1
|\
| * i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-1/+1
* | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-1/+2
|/
* 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