summaryrefslogtreecommitdiff
path: root/heat/tests/test_rsrc_defn.py
Commit message (Expand)AuthorAgeFilesLines
* Allow null values to be returned from MacrosZane Bitter2020-05-041-0/+34
* Remove six and python 2.7 full supportHervé Beraud2020-04-231-2/+1
* Cache names of required resources in ResourceDefinitionZane Bitter2017-07-211-0/+3
* Ignore dependency errors with conditionsThomas Herve2017-01-121-2/+13
* Remove support for accessing ResourceDefinition like a dictZane Bitter2016-10-141-43/+0
* Get rid of cfn-compatibility in ResourceDefinition.DiffZane Bitter2016-10-141-61/+0
* Add support for a resource level external_idricolin2016-08-121-0/+28
* Implement diffs of ResourceDefinitionsZane Bitter2016-04-131-0/+131
* Reinstate deprecation warningsZane Bitter2016-04-131-3/+13
* Remove warnings in heatricolin2016-01-201-13/+3
* Make ResourceDefinition round-trip stable to avoid extra writesZane Bitter2015-09-111-0/+9
* Add deprecation warning for ResourceDefinitionSergey Kraynev2015-06-041-28/+40
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-2/+1
* Using six.string_types for python3 compatibleEthan Lynn2014-11-031-1/+3
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-3/+3
* Add test for ResourceDefinition equalityZane Bitter2014-08-271-0/+15
* Add a method to freeze a ResourceDefinitionZane Bitter2014-08-271-0/+14
* Add a ResourceDefinition classZane Bitter2014-05-301-0/+177