summaryrefslogtreecommitdiff
path: root/oslo_middleware/healthcheck
Commit message (Expand)AuthorAgeFilesLines
* Drop use of sixSean McGinnis2020-05-063-12/+9
* Do not use the deprecated best_match() methodCyril Roelandt2019-03-281-2/+4
* Document security considerations for detailed healthcheckBen Nemec2018-10-051-1/+5
* Fix exception in json response under py35Yujun Zhang2017-07-311-0/+1
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-311-2/+1
* Remove log translations3.25.0lioplhp2017-03-281-6/+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-024-26/+91
* Merge "Show more healthcheck examples"Jenkins2016-08-291-25/+178
|\
| * Show more healthcheck examplesJoshua Harlow2016-08-231-25/+178
* | 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
* | Fix unit tests on WindowsGabriel Adrian Samfira2016-07-131-1/+3
* | Add a simple __main__ to easily show healthcheck outputJoshua Harlow2016-05-091-0/+69
|/
* Drop python 2.6 supportChangBo Guo(gcb)2015-11-241-7/+2
* 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
* | Add a disabled by ports -> files healthcheck pluginJoshua Harlow2015-10-223-3/+55
|/
* 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
* Do not dump HealthcheckResult class sourceDavanum Srinivas2015-08-171-1/+1
* Remove usage of oslo.config globalMehdi Abaakouk2015-08-071-10/+0
* Update response body when healthcheck is availableKamil Rykowski2015-04-241-2/+2
* Fixes the healthcheck factory method and docs0.4.0Mehdi Abaakouk2015-01-262-4/+62
* Move i18n module to a private nameDoug Hellmann2015-01-211-1/+1
* Add healthcheck middlewareMehdi Abaakouk2015-01-193-0/+147