summaryrefslogtreecommitdiff
path: root/oslo_middleware
Commit message (Expand)AuthorAgeFilesLines
* make sure we handle the forwarded for headersGuang Yee2016-09-082-0/+31
* Merge "Show more healthcheck examples"Jenkins2016-08-291-25/+178
|\
| * Show more healthcheck examplesJoshua Harlow2016-08-231-25/+178
* | Merge "Remove pot files"3.19.0Jenkins2016-08-242-50/+0
|\ \
| * | Remove pot filesAndreas Jaeger2016-08-242-50/+0
* | | Merge "Fix inline docstring to use default path (not /status)"Jenkins2016-08-241-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix inline docstring to use default path (not /status)Joshua Harlow2016-08-231-2/+2
* | Merge "Fixed typo in SSL"3.18.0Jenkins2016-08-151-1/+1
|\ \
| * | Fixed typo in SSLMaciej Szankin2016-08-111-1/+1
* | | Merge "Fix parameters of assertEqual are misplaced"Jenkins2016-08-125-128/+129
|\ \ \ | |/ / |/| |
| * | Fix parameters of assertEqual are misplacedyan.haifeng2016-07-235-128/+129
* | | Replace deprecated LOG.warn with LOG.warningHaifeng.Yan2016-08-021-2/+2
|/ /
* | Fix unit tests on WindowsGabriel Adrian Samfira2016-07-132-3/+8
* | Merge "Deprecate using String as valid value for allowed_origin."3.15.0Jenkins2016-07-111-1/+3
|\ \
| * | Deprecate using String as valid value for allowed_origin.Michael Krotscheck2016-05-091-1/+3
* | | Merge "Deprecate multiple config block parsing."Jenkins2016-07-111-0/+6
|\ \ \ | |/ /
| * | Deprecate multiple config block parsing.Michael Krotscheck2016-05-091-0/+6
* | | Merge "Expose sample config opts for http-proxy-to-wsgi"3.14.0Jenkins2016-06-161-1/+28
|\ \ \
| * | | Expose sample config opts for http-proxy-to-wsgiJamie Lennox2016-06-081-1/+28
* | | | Fix spelling of config option help3.13.0Jamie Lennox2016-06-091-1/+1
|/ / /
* | | Do not add a default content type when replyingJulien Danjou2016-05-113-8/+26
* | | cors: remove unused import3.11.0Julien Danjou2016-05-101-1/+0
* | | Merge "Add a simple __main__ to easily show healthcheck output"Jenkins2016-05-102-0/+93
|\ \ \ | |/ / |/| |
| * | Add a simple __main__ to easily show healthcheck outputJoshua Harlow2016-05-092-0/+93
* | | Added PATCH method to default configMichael Krotscheck2016-05-041-1/+1
* | | Added set_defaults method to oslo_middleware.corsMichael Krotscheck2016-05-042-0/+123
* | | Set default allow methods to those defined in RFC 2616Michael Krotscheck2016-05-041-1/+2
* | | Removed default headers from CORS_OPTSMichael Krotscheck2016-05-041-4/+2
|/ /
* | Imported Translations from Zanata3.9.0OpenStack Proposal Bot2016-04-219-69/+36
|/
* Merge "Disable http_proxy_to_wsgi middleware by default"Jenkins2016-03-152-0/+47
|\
| * Disable http_proxy_to_wsgi middleware by defaultJuan Antonio Osorio Robles2016-03-072-0/+47
* | cors: prevent WebOb setting a default Content-TypeJulien Danjou2016-03-142-15/+38
* | CORS Middleware now honors upstream Vary headerMichael Krotscheck2016-03-092-3/+37
* | Merge "CORS tests now use a transient configuration"Jenkins2016-03-051-113/+111
|\ \
| * | CORS tests now use a transient configurationMichael Krotscheck2016-02-261-113/+111
| |/
* | Updated config documentation for cors_middlewareMichael Krotscheck2016-02-261-1/+3
|/
* Update translation setup3.6.0Andreas Jaeger2016-01-2910-1/+243
* test: pass enforce_type=True when using CONF.set_overrideZhihai Song2016-01-071-1/+1
* Change LOG.warn to LOG.warningzhangguoqing2016-01-041-2/+2
* 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
* Drop python 2.6 supportChangBo Guo(gcb)2015-11-241-7/+2
* Move cors allowed_origin check into add_origin3.0.0Dan Prince2015-11-212-21/+31
* Backward compat for allowed_originDavanum Srinivas2015-11-201-0/+7
* Merge "Allow health check results to provide there own details"Jenkins2015-11-203-9/+40
|\
| * Allow health check results to provide there own detailsJoshua Harlow2015-09-293-9/+40
* | 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-162-31/+73
* | | Enable latent CORS configuration via pastedeployMichael Krotscheck2015-11-162-1/+37