summaryrefslogtreecommitdiff
path: root/heat/tests/test_hot.py
Commit message (Expand)AuthorAgeFilesLines
* Preserve order in list_concat_uniqueramishra2021-04-231-1/+1
* Merge "Modify 'if' Macro to allow optional properties"Zuul2020-11-021-6/+39
|\
| * Modify 'if' Macro to allow optional propertiesZane Bitter2020-10-271-6/+39
* | Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+1
|/
* Remove six and python 2.7 full supportHervé Beraud2020-04-231-93/+92
* Remove mox from test_hotrabi2018-04-031-31/+24
* Merge "Allow paths as lists in function.validate()"Zuul2018-01-081-12/+12
|\
| * Allow paths as lists in function.validate()Zane Bitter2017-11-161-12/+12
* | Fix bypass list length check when all values are NoneLuis Tomas Bolivar2018-01-031-1/+11
* | Bypass list length check for None values in repeat functionKhaled Qarout2017-12-131-0/+10
|/
* Merge "Allow conditions to return null values"Jenkins2017-09-111-0/+57
|\
| * Allow conditions to return null valuesrabi2017-08-111-0/+57
* | Merge "Strip disabled resources from depends_on in add_resource()"Jenkins2017-08-281-2/+11
|\ \ | |/ |/|
| * Strip disabled resources from depends_on in add_resource()Zane Bitter2017-07-211-2/+11
* | Use StackDefinition in intrinsic functions for resolving dataZane Bitter2017-07-211-177/+33
* | Get dep_attrs from StackDefinitionZane Bitter2017-07-211-7/+15
* | Update StackDefinition resource data when getting outputsZane Bitter2017-07-211-0/+1
|/
* Merge "Support 'permutations' for 'repeat' function"Jenkins2017-07-211-10/+94
|\
| * Support 'permutations' for 'repeat' functionhuangtianhua2017-07-181-10/+94
* | Always cache attributes in outputs in Resource.node_data()Zane Bitter2017-07-101-1/+1
|/
* Add an add_output() method to TemplateZane Bitter2017-06-291-0/+17
* Add 'contains' functionhuangtianhua2017-06-221-0/+36
* Allow function 'yaql' as condition functionhuangtianhua2017-05-251-0/+30
* Merge "Support 'list_concat_unique'"Jenkins2017-05-241-0/+28
|\
| * Support 'list_concat_unique'huangtianhua2017-05-181-0/+28
* | Replace assertRaisesRegexp with assertRaisesRegexM V P Nitesh2017-05-191-18/+18
|/
* Fix validation of function 'list_concat'huangtianhua2017-05-171-3/+15
* Merge "Add the HOT fuction str_replace_vstrict"Jenkins2017-05-151-4/+55
|\
| * Add the HOT fuction str_replace_vstrictCrag Wolfe2017-04-211-4/+55
* | Merge "Don't escape /s in make_url query strings"Jenkins2017-04-221-4/+4
|\ \ | |/ |/|
| * Don't escape /s in make_url query stringsZane Bitter2017-04-061-4/+4
* | Implement list_concat functionJuan Antonio Osorio Robles2017-04-201-0/+20
|/
* Merge "Separate management of parent resource into separate class"Jenkins2017-03-301-10/+17
|\
| * Separate management of parent resource into separate classZane Bitter2017-02-241-10/+17
* | Merge "Add a node_data() method to Resource"Jenkins2017-03-231-6/+5
|\ \ | |/
| * Add a node_data() method to ResourceZane Bitter2017-02-241-6/+5
* | Merge "Add a NodeData class to roll up resource data"Jenkins2017-03-211-2/+3
|\ \ | |/
| * Add a NodeData class to roll up resource dataZane Bitter2017-02-241-2/+3
* | Add a make_url intrinsic functionZane Bitter2017-03-141-0/+225
* | Add new HOT version for Pike releaseZane Bitter2017-03-141-0/+4
|/
* Move CFN pseudo functions out of Parameters base classJason Dunsmore2017-01-271-13/+13
* Ignore dependency errors with conditionsThomas Herve2017-01-121-0/+19
* map_replace allow noop colliding replacementsSteven Hardy2016-12-221-0/+9
* Add filter functionThomas Herve2016-11-041-0/+40
* Merge "Add a modulo core constraint"Jenkins2016-10-261-0/+59
|\
| * Add a modulo core constraintAna Krivokapic2016-10-111-0/+59
* | Merge "Add new hot function str_replace_strict"Jenkins2016-10-171-0/+84
|\ \ | |/ |/|
| * Add new hot function str_replace_strictCrag Wolfe2016-10-101-0/+84
* | Use empty list for None values in repeat functionrabi2016-10-041-0/+8
|/
* Merge "Return error with path in function validate"Jenkins2016-09-271-6/+13
|\