summaryrefslogtreecommitdiff
path: root/heat/tests/test_fault_middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Use correct raw string formatZane Bitter2017-11-161-1/+1
* Don't return the sensitive information to userhuangtianhua2017-11-091-4/+2
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-081-3/+3
* Set enforce_type=True on config overrides in testsAngus Salkeld2016-04-111-3/+3
* Use EntityNotFound instead of StackNotFound.ricolin2015-11-191-7/+7
* py34: heat.tests.test_fault_middlewareSirushti Murugesan2015-09-221-0/+2
* Separate message and traceback even if not a remote errorDrago Rosson2015-03-161-0/+15
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-2/+2
* Move logging to use oslo_log librarySteven Hardy2015-02-171-0/+4
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-4/+4
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-3/+3
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Remove deprecated function i18n.install('heat')Ethan Lynn2014-10-131-0/+1
* Merge "Add test to serialize and deserialize exceptions"Jenkins2014-09-251-0/+58
|\
| * Add test to serialize and deserialize exceptionsJeff Peeler2014-09-221-0/+58
* | Return full error message for HTTP errorsRichard Lee2014-08-251-0/+19
|/
* Port to oslo.messagingThomas Herve2014-06-261-7/+6
* Order imports in alphabetical order (9/9)Pavlo Shchelokovskyy2014-05-221-3/+2
* Replace str with six.text_type in testsLiang Chen2014-04-111-2/+6
* Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* wsgi.Resource exception handling to not log errorsPablo Andres Fuente2013-12-181-4/+4
* FaultWrapper error mapping supports parent classesPablo Andres Fuente2013-11-201-0/+56
* use msg_fmt not message in ExceptionsAngus Salkeld2013-10-241-1/+1
* Reverse assert arguments so the errors make senseAngus Salkeld2013-10-241-4/+4
* Use unicode() when serializing REST API errorsLuis A. Garcia2013-09-191-0/+20
* Only send traceback to users when in debug modeClint Byrum2013-09-061-2/+4
* Add unittests for faultwrap middlewareJianing YANG2013-08-081-0/+65