summaryrefslogtreecommitdiff
path: root/nova/api/openstack/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Debug Nova APIs call failures"Sylvain Bauza2023-05-111-6/+0
* Debug Nova APIs call failuresFederico Ressi2022-02-041-0/+6
* Convert features not supported error to HTTPBadRequestGhanshyam Mann2021-09-011-0/+9
* Change API unexpected exception messageBelmiro Moreira2021-02-171-3/+5
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-7/+6
* Remove six.add_metaclassTakashi Natsume2020-08-151-2/+1
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-24/+11
* Ensure controllers all call superStephen Finucane2019-06-151-4/+2
* Merge "Clean up header encoding handling in compute API"Zuul2018-12-241-8/+11
|\
| * Clean up header encoding handling in compute APIChris Dent2018-12-041-8/+11
* | Fix best_match() deprecation warningTakashi NATSUME2018-12-171-3/+16
|/
* Remove the extensions framework from wsgi.pyghanshyam2018-10-181-98/+12
* Remove the caching the resource on Request objectghanshyam2018-10-181-64/+0
* Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-13/+26
* Remove the inherits parameter for the Resource objectHe Jie Xu2017-12-211-12/+1
* Merge ResourceV21 obj into Resource objHe Jie Xu2017-12-211-5/+1
* Remove extensions moduleHe Jie Xu2017-12-201-0/+50
* Stop caching compute nodes in the requestMatt Riedemann2017-06-141-12/+0
* API: accept None as content-length in HTTP requestsMarkus Zoeller2017-04-041-7/+11
* remove i18n log markers from nova.api.*Sean Dague2017-03-241-5/+3
* Merge "Remove unused code in nova/api/openstack/wsgi.py"Jenkins2016-11-221-9/+0
|\
| * Remove unused code in nova/api/openstack/wsgi.pyTakashi NATSUME2016-11-171-9/+0
* | Use byte string or utf8 depending on python version for wsgiJuan Antonio Osorio Robles2016-11-211-3/+7
* | [PY3] byte/string conversions and enable PY3 testdineshbhor2016-11-171-1/+3
|/
* Remove RateLimitFault classjichenjc2016-09-101-45/+0
* remove support for legacy v2 generator extensionsSean Dague2016-06-211-95/+25
* Support for both microversion headersChris Dent2016-05-251-6/+13
* Merge "Initial use of microversion_parse"Jenkins2016-04-211-20/+22
|\
| * Initial use of microversion_parseChris Dent2016-04-151-20/+22
* | Changed an HTTP exception to return proper codeBrandon Irizarry2016-04-151-1/+1
|/
* Check API versions intersectsGleb Stepanov2016-04-111-2/+40
* Fix some word spellings in messagesvenkatamahesh2016-02-031-1/+1
* cleanup: add comments about the pre/post extension processingSean Dague2016-01-211-1/+25
* cleanup: remove custom serializer supportSean Dague2016-01-211-99/+14
* cleanup: remove configurable action_peekSean Dague2016-01-211-10/+9
* cleanup: remove infrastructure for content/type deserializerSean Dague2016-01-201-39/+16
* cleanup: collapse wsgi serializer test hierarchySean Dague2016-01-201-20/+6
* cleanup: remove wsgi serialize/deserialize decoratorsSean Dague2016-01-201-32/+0
* Add helper shim for getting itemsRyan Rossiter2016-01-141-1/+12
* [Py34] Enable api.openstack.test_wsgi unit testAndrey Kurilin2015-12-101-13/+20
* Fixes dict keys and items references for Python 3Claudiu Belu2015-12-071-1/+1
* Skip additionalProperties checks when LegacyV2CompatibleWrapper enabledHe Jie Xu2015-08-061-0/+9
* Handle SSL termination proxies for version listRadomir Dopieralski2015-08-031-1/+1
* Merge "Replace unicode with six.text_type"Jenkins2015-05-211-1/+1
|\
| * Replace unicode with six.text_typeVictor Stinner2015-05-121-1/+1
* | Replace iter.next() with next(iter)Victor Stinner2015-05-131-1/+1
|/
* Fix bad interaction between @wsgi.extends and @wsgi.api_versionChris Yeoh2015-02-261-0/+7
* Merge "Change microversion header name"Jenkins2015-02-241-1/+1
|\
| * Change microversion header nameKen'ichi Ohmichi2015-02-191-1/+1
* | Use oslo.logDavanum Srinivas2015-02-221-1/+1
|/