summaryrefslogtreecommitdiff
path: root/heat/engine/hot
Commit message (Expand)AuthorAgeFilesLines
* Do not return None when get_attr if res is in SNAPSHOT/CHECKhuangtianhua2016-01-191-1/+1
* Correct list_join functionhuangtianhua2015-12-181-21/+19
* Allow get_attr: [res_name] format to get all attributehuangtianhua2015-10-201-0/+3
* Fix [H405] pep rule in heat/engine/hotPeter Razumovsky2015-09-213-41/+28
* Validate deletion policy during template parsingSteven Hardy2015-09-171-1/+15
* Allow map/list items for str_replaceSteven Hardy2015-09-162-1/+52
* Allow map/list items for list_joinSteven Hardy2015-09-161-7/+41
* Make ResourceDefinition round-trip stable to avoid extra writesZane Bitter2015-09-111-3/+1
* Add get_attr which returns all attributesPeter Razumovsky2015-09-012-4/+59
* Convergence: add support for the path_componentAngus Salkeld2015-09-011-0/+13
* py34: test_hot and test_validateSirushti Murugesan2015-08-132-5/+10
* Merge "Should execute 'resolve' before check the values of 'for_each'"Jenkins2015-07-151-4/+3
|\
| * Should execute 'resolve' before check the values of 'for_each'lvdongbing2015-06-291-4/+3
* | Add str_split function to HOT 2015-10-15Steven Hardy2015-07-012-0/+66
* | Allow multiple lists for list_join intrinsic functionsSteven Hardy2015-06-262-1/+43
|/
* Fix docstring error for Join functionsSteven Hardy2015-06-261-1/+1
* HOT version 2015-10-15, remove Fn::SelectSteven Hardy2015-06-261-0/+27
* Update the rest of the code to satisfy flake8 in a py34 envSirushti Murugesan2015-04-241-1/+2
* Use six.iterkeys(x) instead of x.keys()Tetiana Lashchova2015-04-232-2/+2
* Use six.itervalues(x) instead of x.values()Tetiana Lashchova2015-04-211-2/+3
* Merge "Improve StackValidationFailed response in outputs"Jenkins2015-04-201-1/+3
|\
| * Improve StackValidationFailed response in outputsPeter Razumovsky2015-04-101-1/+3
* | Merge "Improve StackValidationFailed response in properties"Jenkins2015-04-201-7/+12
|\ \ | |/
| * Improve StackValidationFailed response in propertiesPeter Razumovsky2015-04-101-7/+12
* | Don't re-bind environment for get_file during stack updateZane Bitter2015-04-161-1/+6
|/
* Add Digest intrinsic functionAnderson Mesquita2015-03-122-0/+43
* Merge "Add resource_definitions check to Stack.validate"Jenkins2015-03-021-59/+57
|\
| * Add resource_definitions check to Stack.validatePeter Razumovsky2015-02-271-59/+57
* | Merge ""repeat" function for HOT templates"Jenkins2015-03-012-0/+95
|\ \ | |/ |/|
| * "repeat" function for HOT templatesMiguel Grinberg2015-02-272-0/+95
* | Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-4/+7
|/
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-202-0/+2
* Enable E265 style checkPavlo Shchelokovskyy2015-01-051-1/+1
* Added pseudo param OS::project_idJUNJIE NAN2014-12-221-2/+7
* Add "parameter_defaults" to the environmentAngus Salkeld2014-12-151-6/+10
* Consider invalid keywords a template validation errorMiguel Grinberg2014-11-281-0/+3
* Merge "Moving translate same logic in different method"Jenkins2014-11-271-47/+33
|\
| * Moving translate same logic in different methodSergey Kraynev2014-11-211-47/+33
* | Merge "Correct error msg when resource or output are empty"Jenkins2014-11-211-16/+33
|\ \ | |/
| * Correct error msg when resource or output are emptyPeter Razumovsky2014-11-201-16/+33
* | Fix kwargs going into ResourceDefinitionAngus Salkeld2014-11-201-5/+8
|/
* Using six.string_types for python3 compatibleEthan Lynn2014-11-032-8/+11
* Adding missed whitespace between the wordsSergey Kraynev2014-10-281-1/+1
* Remove vim headersOleksii Chuprykov2014-10-161-1/+0
* Remove deprecated function i18n.install('heat')Ethan Lynn2014-10-132-0/+2
* Handle error in templates with incorrect resourcesSergey Kraynev2014-10-101-1/+4
* Switch heat engine to oslo.i18nEthan Lynn2014-09-161-1/+1
* Convert functions into a fixed part of the templateAngus Salkeld2014-09-112-51/+49
* replace dict.iteritems() with six.iteritems(dict)Christian Berendt2014-08-061-5/+6
* Allow Resources to select paths from attributesZane Bitter2014-07-291-3/+29