summaryrefslogtreecommitdiff
path: root/oslo_middleware
Commit message (Expand)AuthorAgeFilesLines
* Merge "Warning about /healthcheck"Zuul2021-04-211-0/+6
|\
| * Warning about /healthcheckThomas Goirand2021-04-211-0/+6
* | remove unicode from codexuanyandong2021-01-031-1/+1
|/
* Stop to use the __future__ module.4.1.0Hervé Beraud2020-06-021-2/+0
* Merge "Drop use of six"Zuul2020-05-186-27/+18
|\
| * Drop use of sixSean McGinnis2020-05-066-27/+18
* | Cleanup py27 supportAndreas Jaeger2020-04-131-0/+1
* | Use unittest.mock instead of third party mockussuri-em4.0.2Sean McGinnis2020-03-314-4/+6
|/
* More details when logging 413 Entity Too LargeJohan Guldmyr2019-07-101-3/+9
* Replace git.openstack.org URLs with opendev.org URLsjacky062019-04-301-1/+1
* Merge "Do not use the deprecated best_match() method"Zuul2019-04-161-2/+4
|\
| * Do not use the deprecated best_match() methodCyril Roelandt2019-03-281-2/+4
* | Fix invalid escape sequence warningsSean McGinnis2019-04-112-4/+4
* | Update hacking versionjacky062019-03-203-18/+15
|/
* Document security considerations for detailed healthcheckBen Nemec2018-10-051-1/+5
* Remove moxstubout usageChuck Short2018-08-211-5/+2
* Imported Translations from Zanata3.35.0OpenStack Proposal Bot2018-03-011-6/+6
* Merge "Remove method set_latent"3.32.1Jenkins2017-09-252-190/+3
|\
| * Remove method set_latentChangBo Guo(gcb)2017-08-212-190/+3
* | Remove Class HTTPProxyToWSGIMiddlewarechenghuiyu2017-09-042-10/+2
* | Imported Translations from Zanata3.31.0OpenStack Proposal Bot2017-08-243-81/+0
* | Invalid parsing of Forwarded header fixedAdam Kijak2017-08-212-1/+13
|/
* Fix exception in json response under py35Yujun Zhang2017-07-312-0/+9
* Update URLs in documents according to document migration3.30.0ChangBo Guo(gcb)2017-07-121-1/+1
* Merge "Replace deprecated inspect function in Python 3"3.29.2Jenkins2017-07-051-2/+8
|\
| * Replace deprecated inspect function in Python 3Samuel de Medeiros Queiroz2017-06-271-2/+8
* | Remove deprecated oslo.subdomain from CORS optsSamuel de Medeiros Queiroz2017-06-191-1/+0
|/
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-314-9/+5
* Set global_request_id if passed in as X-OpenStack-Request-ID.Sean Dague2017-05-232-0/+57
* Allow compatibility headers for request_idSean Dague2017-05-232-2/+38
* Fix test_request_too_large_no_content_length failureChangBo Guo(gcb)2017-04-132-7/+1
* Remove log translations3.25.0lioplhp2017-03-283-19/+7
* pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)Davanum Srinivas2017-02-061-1/+1
* Filter token data out of catch_errors middleware3.23.1Jamie Lennox2017-01-262-3/+30
* 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-172-0/+288
|\ \ | |/
| * Add new middleware to send API data to statsdJulian Edwards2017-01-042-0/+288
* | Merge "Replaces uuid.uuid4 with uuidutils.generate_uuid()"Jenkins2017-01-051-2/+2
|\ \
| * | Replaces uuid.uuid4 with uuidutils.generate_uuid()zhangguoqing2016-12-071-2/+2
* | | Replace six.iteritems() with .items()gengchc22016-12-091-2/+1
* | | Merge "Filter X-Auth-Token in catch_errors"Jenkins2016-12-072-0/+5
|\ \ \ | |/ / |/| |
| * | Filter X-Auth-Token in catch_errorsJiaJunsu2016-11-302-0/+5
* | | Transform healthcheck from filter to an application3.22.0Julien Danjou2016-12-012-17/+50
* | | Merge "Suggest to use egg based filter_factory rather than fragile full path"Jenkins2016-12-011-3/+3
|\ \ \ | |/ / |/| |
| * | Suggest to use egg based filter_factory rather than fragile full pathJulien Danjou2016-11-291-3/+3
* | | Merge "Document how to use detailed mode in healthcheck"3.21.0Jenkins2016-11-291-0/+4
|\ \ \ | |/ / |/| |
| * | Document how to use detailed mode in healthcheckMatt Fischer2016-11-281-0/+4
* | | Remove self-referential link in docsMatt Fischer2016-11-281-3/+0
|/ /
* | Allow healthcheck to be configured by oslo.configJamie Lennox2016-11-026-26/+127