summaryrefslogtreecommitdiff
path: root/oslo_middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Define entry points for filter factories for Paste Deployment"Jenkins2015-11-161-0/+47
|\ \ \ | |/ /
| * | Define entry points for filter factories for Paste DeploymentTom Cocozzello2015-11-131-0/+47
* | | Add oslo_config program support to paste middlewareMichael Krotscheck2015-11-131-1/+9
|/ /
* | Merge "Add a disabled by ports -> files healthcheck plugin"2.11.0Jenkins2015-11-134-6/+93
|\ \
| * | Add a disabled by ports -> files healthcheck pluginJoshua Harlow2015-10-224-6/+93
* | | add missing shortcut for HTTPProxyToWSGI middlewaregordon chung2015-11-093-3/+19
* | | Revert "Add 'X-Auth-Token' default header to CORS middleware"Michael Krotscheck2015-11-021-2/+2
* | | Add 'X-Auth-Token' default header to CORS middlewareTimur Sufiev2015-10-221-2/+2
|/ /
* | ssl: deprecated in favor of http_proxy_to_wsgiJulien Danjou2015-09-291-1/+6
* | Introduce HTTP Proxy to WSGI middlewareJulien Danjou2015-09-282-0/+161
|/
* Merge "Further improve the healthcheck output"Jenkins2015-09-261-1/+98
|\
| * Further improve the healthcheck outputJoshua Harlow2015-09-171-1/+98
* | Merge "Avoid any body when request is a HEAD request"Jenkins2015-09-262-9/+53
|\ \
| * | Avoid any body when request is a HEAD requestJoshua Harlow2015-09-172-9/+53
| |/
* | Merge "Allow the healthcheck middleware to provide more detailed responses"Jenkins2015-09-262-20/+171
|\ \ | |/
| * Allow the healthcheck middleware to provide more detailed responsesJoshua Harlow2015-09-172-20/+171
* | Fix string formattingAbhijeet Malawade2015-09-251-1/+1
* | Fix typos in docstringJulien Danjou2015-09-251-5/+5
|/
* Merge "cors: fix wildcard in actual request"Jenkins2015-09-102-14/+40
|\
| * cors: fix wildcard in actual requestJulien Danjou2015-09-072-14/+40
* | cors: fix filter with oslo_config_project is setMehdi Abaakouk2015-09-022-6/+10
|/
* Split option discovery function by middlewareDoug Hellmann2015-08-272-2/+112
* Fix remarks missed on #2098172.7.0Mehdi Abaakouk2015-08-213-8/+17
* Added new test for CORS Simple Headers2.6.1Michael Krotscheck2015-08-202-0/+37
* Restore backward compat of paste factoryMehdi Abaakouk2015-08-2010-29/+57
* Do not dump HealthcheckResult class sourceDavanum Srinivas2015-08-171-1/+1
* Renamed latent_configuration to _latent_configuration.Michael Krotscheck2015-08-121-8/+8
* Added latent properties to CORS middleware.Michael Krotscheck2015-08-122-8/+162
* Merge "Declare some methods static"Jenkins2015-08-072-3/+6
|\
| * Declare some methods staticJulien Danjou2015-08-072-3/+6
* | Allow to get option from paste-deployMehdi Abaakouk2015-08-075-37/+44
* | Remove usage of oslo.config globalMehdi Abaakouk2015-08-078-72/+88
|/
* Added verbose debug logging to CORSMichael Krotscheck2015-07-131-0/+6
* Fix mocking for 1.1.0Doug Hellmann2015-07-121-5/+8
* Merge "Support PasteDeploy"Jenkins2015-07-012-23/+116
|\
| * Support PasteDeployMichael Krotscheck2015-06-302-23/+116
* | Drop use of 'oslo' namespace package2.3.0Doug Hellmann2015-06-241-1/+1
|/
* CORS Middleware defers to server response.2.2.0Michael Krotscheck2015-06-222-56/+149