summaryrefslogtreecommitdiff
path: root/oslo_middleware/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cors: fix filter with oslo_config_project is setMehdi Abaakouk2015-09-021-0/+4
|/
* Split option discovery function by middlewareDoug Hellmann2015-08-271-0/+31
* Fix remarks missed on #2098172.7.0Mehdi Abaakouk2015-08-212-7/+8
* Added new test for CORS Simple Headers2.6.1Michael Krotscheck2015-08-201-0/+35
* Restore backward compat of paste factoryMehdi Abaakouk2015-08-201-14/+24
* Added latent properties to CORS middleware.Michael Krotscheck2015-08-121-0/+110
* Allow to get option from paste-deployMehdi Abaakouk2015-08-071-5/+5
* Remove usage of oslo.config globalMehdi Abaakouk2015-08-073-11/+13
* Fix mocking for 1.1.0Doug Hellmann2015-07-121-5/+8
* Support PasteDeployMichael Krotscheck2015-06-301-0/+36
* CORS Middleware defers to server response.2.2.0Michael Krotscheck2015-06-221-42/+113
* Added request to parse_responseMichael Krotscheck2015-06-161-0/+81
* Merge "Add middleware to support ssl termination proxies"Jenkins2015-06-111-0/+56
|\
| * Add middleware to support ssl termination proxiesCedric Brandily2015-06-091-0/+56