summaryrefslogtreecommitdiff
path: root/oslo_middleware/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added CORS wildcard handling1.3.0Michael Krotscheck2015-05-261-50/+240
* | Drop use of 'oslo' namespace packageDoug Hellmann2015-05-111-2/+2
* | Merge "Update response body when healthcheck is available"Jenkins2015-05-111-2/+2
|\ \
| * | Update response body when healthcheck is availableKamil Rykowski2015-04-241-2/+2
| |/
* | Update CORS tests to use config fixture's load_raw_valuesMichael Krotscheck2015-04-281-41/+31
|/
* Add CORS Middleware for Oslo.Michael Krotscheck2015-04-081-0/+711
* Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
* Add healthcheck middlewareMehdi Abaakouk2015-01-191-0/+85
* Move files out of the namespace package0.3.0Doug Hellmann2015-01-065-0/+245