summaryrefslogtreecommitdiff
path: root/oslo_middleware/healthcheck/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Warning about /healthcheckThomas Goirand2021-04-211-0/+6
* Drop use of sixSean McGinnis2020-05-061-5/+5
* Do not use the deprecated best_match() methodCyril Roelandt2019-03-281-2/+4
* Fix exception in json response under py35Yujun Zhang2017-07-311-0/+1
* Transform healthcheck from filter to an application3.22.0Julien Danjou2016-12-011-17/+49
* Suggest to use egg based filter_factory rather than fragile full pathJulien Danjou2016-11-291-3/+3
* Remove self-referential link in docsMatt Fischer2016-11-281-3/+0
* Allow healthcheck to be configured by oslo.configJamie Lennox2016-11-021-10/+12
* Show more healthcheck examplesJoshua Harlow2016-08-231-25/+178
* Fix inline docstring to use default path (not /status)Joshua Harlow2016-08-231-2/+2
* Drop python 2.6 supportChangBo Guo(gcb)2015-11-241-7/+2
* Merge "Allow health check results to provide there own details"Jenkins2015-11-201-0/+22
|\
| * Allow health check results to provide there own detailsJoshua Harlow2015-09-291-0/+22
* | Add a disabled by ports -> files healthcheck pluginJoshua Harlow2015-10-221-1/+2
|/
* Merge "Further improve the healthcheck output"Jenkins2015-09-261-1/+98
|\
| * Further improve the healthcheck outputJoshua Harlow2015-09-171-1/+98
* | Avoid any body when request is a HEAD requestJoshua Harlow2015-09-171-5/+32
|/
* Allow the healthcheck middleware to provide more detailed responsesJoshua Harlow2015-09-171-16/+145
* Restore backward compat of paste factoryMehdi Abaakouk2015-08-201-1/+1
* Remove usage of oslo.config globalMehdi Abaakouk2015-08-071-10/+0
* Fixes the healthcheck factory method and docs0.4.0Mehdi Abaakouk2015-01-261-4/+46
* Add healthcheck middlewareMehdi Abaakouk2015-01-191-0/+74