summaryrefslogtreecommitdiff
path: root/heat/tests/test_parameters.py
Commit message (Expand)AuthorAgeFilesLines
* Lazily cache parsed value of list/json parametersZane Bitter2020-08-281-2/+2
* Remove six and python 2.7 full supportHervé Beraud2020-04-231-25/+24
* Catch type errors when casting to intThomas Herve2017-06-161-0/+6
* string parameter type mismatchhmonika2016-05-241-1/+15
* Raise StackValidationFailed on parameter validationJames Slagle2015-10-311-0/+38
* Use assertTrue/False instead of assertEqual(T/F)Bertrand Lallau2015-10-261-2/+2
* Fix parameter_defaults for comma_delimited_list and jsonJiri Stransky2015-10-141-11/+53
* py34: heat.tests.test_parametersSirushti Murugesan2015-08-271-5/+14
* Improve unit tests to succeed without hash tweakWang Muyu2015-08-191-2/+8
* Fix TypeError on joining list parametersHongbin Lu2015-07-011-0/+7
* Use HeatTestCase as parent instead of testtoolsSergey Kraynev2015-03-311-4/+3
* Convert all non-test imports of json to jsonutilsAngus Salkeld2015-03-041-2/+1
* Add ability to pass 0, "", {} or [] as a parameterAngus Salkeld2015-02-251-0/+20
* Refactor parameter testsSergey Kraynev2015-02-251-125/+138
* Only parse complex types if there is a valueAngus Salkeld2015-02-241-1/+13
* Merge "Don't validate custom constraints on default values"Jenkins2015-01-271-1/+1
|\
| * Don't validate custom constraints on default valuesPeter Razumovsky2015-01-121-1/+1
* | Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-2/+2
* | Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-1/+1
|/
* Add "parameter_defaults" to the environmentAngus Salkeld2014-12-151-2/+18
* Convert unicode to six.text_type in heat/testsPeter Razumovsky2014-12-081-2/+2
* Make all assertEqual() calls conform to conventiontengqm2014-12-031-1/+1
* Add Dimensions Default in AWS_CloudWatch_Alarm.yamlPeter Razumovsky2014-11-201-3/+2
* Merge "Make str(json_param) return string vs python"Jenkins2014-09-131-0/+10
|\
| * Make str(json_param) return string vs pythonEndre Karlson2014-09-111-0/+10
* | Fix so that CSV as str return valueEndre Karlson2014-09-091-0/+5
|/
* Allow JSON parameters in environment filesRyan Brown2014-08-291-0/+16
* Replace str() with six.text_type() where exception is usedEthan Lynn2014-07-291-17/+18
* Fix serialization of InvalidSchemaErrorThomas Herve2014-07-211-7/+6
* Use None instead of mutables in method params defaultsliu-sheng2014-07-021-2/+3
* Merge "Add parameter type validation before stack-create"Jenkins2014-06-251-2/+8
|\
| * Add parameter type validation before stack-createEthan Lynn2014-06-121-2/+8
* | Merge "Fix String Parameter Receive a unicode"Jenkins2014-06-191-2/+11
|\ \
| * | Fix String Parameter Receive a unicodeEthan Lynn2014-06-161-2/+11
| |/
* | Merge "Include parameter name in error message"Jenkins2014-06-101-0/+9
|\ \ | |/ |/|
| * Include parameter name in error messageVijendar Komalla2014-06-021-0/+9
* | Fix default template for AWS::CloudWatch::Alarm with CeilometerRabi Mishra2014-06-031-0/+6
|/
* Add Boolean parameter typeJason Dunsmore2014-05-281-0/+18
* Use str_to_num for Number parameterSergey Kraynev2014-05-271-1/+8
* Do not validate constraints in schema constructorThomas Spatzier2014-05-201-5/+8
* Removing default version for templatesSergey Kraynev2014-05-121-1/+3
* Fix many typosAlex Gaynor2014-04-251-1/+1
* More specific exceptions when validating paramsJay Dobies2014-04-091-3/+7
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Merge "Raise and catch a specific error during validation"Jenkins2014-04-011-12/+13
|\ \
| * | Raise and catch a specific error during validationThomas Herve2014-03-261-12/+13
* | | Order imports in alphabetical order (8/9)Pavlo Shchelokovskyy2014-03-271-2/+2
|/ /
* | Merge "Remove vim header from files."Jenkins2014-03-051-1/+0
|\ \ | |/
| * Remove vim header from files.Jason Dunsmore2014-03-041-1/+0