summaryrefslogtreecommitdiff
path: root/oslo_middleware/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Drop use of six"Zuul2020-05-181-6/+7
|\
| * Drop use of sixSean McGinnis2020-05-061-6/+7
* | Use unittest.mock instead of third party mockussuri-em4.0.2Sean McGinnis2020-03-314-4/+6
|/
* Remove moxstubout usageChuck Short2018-08-211-5/+2
* Merge "Remove method set_latent"3.32.1Jenkins2017-09-251-132/+0
|\
| * Remove method set_latentChangBo Guo(gcb)2017-08-211-132/+0
* | Remove Class HTTPProxyToWSGIMiddlewarechenghuiyu2017-09-041-4/+2
* | Invalid parsing of Forwarded header fixedAdam Kijak2017-08-211-0/+12
|/
* Fix exception in json response under py35Yujun Zhang2017-07-311-0/+8
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-312-5/+3
* Set global_request_id if passed in as X-OpenStack-Request-ID.Sean Dague2017-05-231-0/+41
* Allow compatibility headers for request_idSean Dague2017-05-231-0/+26
* Fix test_request_too_large_no_content_length failureChangBo Guo(gcb)2017-04-131-6/+0
* Filter token data out of catch_errors middleware3.23.1Jamie Lennox2017-01-261-0/+25
* Merge "remove superfluous random stuff"3.23.0Jenkins2017-01-171-27/+12
|\
| * remove superfluous random stuffDoug Hellmann2017-01-161-27/+12
* | Merge "Add new middleware to send API data to statsd"Jenkins2017-01-171-0/+157
|\ \ | |/
| * Add new middleware to send API data to statsdJulian Edwards2017-01-041-0/+157
* | Filter X-Auth-Token in catch_errorsJiaJunsu2016-11-301-0/+3
* | Allow healthcheck to be configured by oslo.configJamie Lennox2016-11-021-0/+5
* | Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'howardlee2016-11-011-3/+3
* | make sure we handle the forwarded for headersGuang Yee2016-09-081-0/+23
|/
* Fix parameters of assertEqual are misplacedyan.haifeng2016-07-235-128/+129
* Fix unit tests on WindowsGabriel Adrian Samfira2016-07-131-2/+5
* Do not add a default content type when replyingJulien Danjou2016-05-111-0/+11
* Merge "Add a simple __main__ to easily show healthcheck output"Jenkins2016-05-101-0/+24
|\
| * Add a simple __main__ to easily show healthcheck outputJoshua Harlow2016-05-091-0/+24
* | Added set_defaults method to oslo_middleware.corsMichael Krotscheck2016-05-041-0/+88
|/
* Merge "Disable http_proxy_to_wsgi middleware by default"Jenkins2016-03-151-0/+31
|\
| * Disable http_proxy_to_wsgi middleware by defaultJuan Antonio Osorio Robles2016-03-071-0/+31
* | cors: prevent WebOb setting a default Content-TypeJulien Danjou2016-03-141-14/+32
* | CORS Middleware now honors upstream Vary headerMichael Krotscheck2016-03-091-2/+33
* | CORS tests now use a transient configurationMichael Krotscheck2016-02-261-113/+111
|/
* test: pass enforce_type=True when using CONF.set_overrideZhihai Song2016-01-071-1/+1
* assertIsNone(val) instead of assertEqual(None,val)Javeme2015-12-211-1/+1
* Support Unicode request_id on Python 33.1.0Victor Stinner2015-11-271-2/+4
* Move cors allowed_origin check into add_origin3.0.0Dan Prince2015-11-211-0/+10
* Merge "remove bad entry point test logic"Jenkins2015-11-191-9/+0
|\
| * remove bad entry point test logicDoug Hellmann2015-11-181-9/+0
* | Switched StrOpt to ListOpt in CORS allowed_originsMichael Krotscheck2015-11-161-14/+55
* | Enable latent CORS configuration via pastedeployMichael Krotscheck2015-11-161-0/+23
|/
* Define entry points for filter factories for Paste DeploymentTom Cocozzello2015-11-131-0/+47
* Merge "Add a disabled by ports -> files healthcheck plugin"2.11.0Jenkins2015-11-131-3/+38
|\
| * Add a disabled by ports -> files healthcheck pluginJoshua Harlow2015-10-221-3/+38
* | add missing shortcut for HTTPProxyToWSGI middlewaregordon chung2015-11-091-1/+10
|/
* Introduce HTTP Proxy to WSGI middlewareJulien Danjou2015-09-281-0/+91
* Avoid any body when request is a HEAD requestJoshua Harlow2015-09-171-4/+21
* Allow the healthcheck middleware to provide more detailed responsesJoshua Harlow2015-09-171-4/+26
* Merge "cors: fix wildcard in actual request"Jenkins2015-09-101-0/+13
|\
| * cors: fix wildcard in actual requestJulien Danjou2015-09-071-0/+13