summaryrefslogtreecommitdiff
path: root/heat/common/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Remove log translationsliyi2017-03-251-21/+17
* Remove usage of option 'verbose'ChangBo Guo(gcb)2017-03-101-1/+1
* Fix missing spaces in stringsZane Bitter2017-03-031-1/+1
* Using oslo_config's min attribute in heatgengchc22016-08-241-6/+3
* Remove usage of WritableLogger from oslo_logChaozhe.Chen2016-02-221-14/+2
* Replace ex.message with exception_to_unicode(ex)Victor Stinner2016-02-081-1/+3
* Unify workers options for API servicesSergey Kraynev2016-01-181-7/+20
* Replace logging libricolin2016-01-031-2/+1
* Using LOG.warning replace LOG.warnLiuNanke2015-12-291-1/+1
* Use oslo_config IPOpt supportwangtianfa2015-10-141-12/+12
* Use oslo_config PortOpt supportwangtianfa2015-10-141-9/+9
* Fix [H405] pep rule in heat/commonPeter Razumovsky2015-10-081-58/+42
* Merge "py34: heat.tests.api (1)"Jenkins2015-09-011-2/+3
|\
| * py34: heat.tests.api (1)Sirushti Murugesan2015-08-281-2/+3
* | Use min and max on IntOpt option typesEric Brown2015-08-291-3/+3
|/
* Update wsgi.py to support reload from conf on SIGHUPtyagi2015-07-061-49/+221
* Update logging according oslo.i18n recommendationsAlexandr Nedopekin2015-06-291-6/+6
* Move WritableLogger in-tree as it is deprecated in oslo_logAngus Salkeld2015-06-241-2/+13
* Eventlet green threads not released back to poolyangxurong2015-06-011-8/+28
* Use oslo.log in wsgi.pyAngus Salkeld2015-03-241-32/+24
* Convert all non-test imports of json to jsonutilsAngus Salkeld2015-03-041-2/+2
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-3/+3
* Move logging to use oslo_log librarySteven Hardy2015-02-171-2/+0
* Use python abc for abstract classesDaniel Gonzalez2015-02-111-1/+4
* Merge "proper handling of unsupported request methods"Jenkins2015-01-271-0/+22
|\
| * proper handling of unsupported request methodsMiguel Grinberg2015-01-121-3/+25
* | Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-5/+5
* | Enable H233 style checkPavlo Shchelokovskyy2015-01-121-3/+3
* | Merge "Enable E265 style check"Jenkins2015-01-081-3/+3
|\ \
| * | Enable E265 style checkPavlo Shchelokovskyy2015-01-051-3/+3
| |/
* | Do not use private classes from oslo.i18nDoug Hellmann2015-01-061-13/+2
|/
* Use the right log marker functionsTetiana Lashchova2014-12-021-13/+16
* Remove deprecated function i18n.install('heat')Ethan Lynn2014-10-131-7/+8
* Switch to oslo.utilsJulien Danjou2014-09-301-1/+1
* Merge "Fix signal handling for WSGI servers"Jenkins2014-09-131-3/+6
|\
| * Fix signal handling for WSGI serversJeff Peeler2014-08-011-3/+6
* | Merge "Add controller and action debug message in wsgi.py"Jenkins2014-09-011-0/+5
|\ \
| * | Add controller and action debug message in wsgi.pyEli Qiao2014-08-051-0/+5
* | | replace dict.iteritems() with six.iteritems(dict)Christian Berendt2014-08-061-1/+1
|/ /
* | Avoid truncating API ResponseSirushti Murugesan2014-07-021-2/+2
|/
* Merge "remove default=None for config options"Jenkins2014-06-101-6/+6
|\
| * remove default=None for config optionsChristian Berendt2014-05-281-6/+6
* | Use entry points for config generationThomas Herve2014-05-301-0/+7
* | Merge "Replacing variable logger on LOG"Jenkins2014-05-281-15/+15
|\ \ | |/ |/|
| * Replacing variable logger on LOGSergey Kraynev2014-05-271-15/+15
* | Re-enable lazy translationEthan Lynn2014-05-271-1/+5
|/
* debug level logs should not be translatedChristian Berendt2014-05-141-1/+1
* Replace str with six.text_typeLiang Chen2014-04-111-5/+5
* Don't disguise CFN API exceptionsSteven Hardy2014-04-101-0/+6
* Refactor to separate serializers from wsgi controllerSteven Hardy2014-04-101-63/+3