summaryrefslogtreecommitdiff
path: root/heat/engine/translation.py
Commit message (Expand)AuthorAgeFilesLines
* Ignore RESOLVE translation errors when translating before_propsrabi2018-07-301-8/+26
* Remove broken heat.resource_type custom constraintZane Bitter2017-08-011-13/+9
* Remove unnecessary old translation mechanismPeter Razumovsky2017-04-121-219/+0
* Enable new translation mechanismPeter Razumovsky2017-04-121-48/+20
* Add "Resolve" rule for TranslationPeter Razumovsky2017-03-031-0/+28
* Implement "Add" rule for TranslationPeter Razumovsky2017-03-031-0/+33
* Add "Replace" handling for translationPeter Razumovsky2017-03-031-0/+82
* Add translation method for TranslationPeter Razumovsky2017-03-031-0/+43
* Initial add Translation-in-place mechanismPeter Razumovsky2017-03-031-0/+42
* Fix validation in TranslationRulePeter Razumovsky2017-03-031-19/+22
* Add workaround for functions in translationPeter Razumovsky2016-10-051-0/+5
* Resolve all functions before RESOLVE translationrabi2016-10-051-5/+2
* Merge "Small refactoring translation mechanism"Jenkins2016-09-291-1/+1
|\
| * Small refactoring translation mechanismPeter Razumovsky2016-09-271-1/+1
* | Merge "Make cfn functions inherit from HOT"Jenkins2016-09-141-1/+1
|\ \
| * | Make cfn functions inherit from HOTZane Bitter2016-09-121-1/+1
* | | Merge "Revert "Improve validation for some functions""Jenkins2016-09-131-3/+0
|\ \ \ | |/ / | | / | |/ |/|
| * Revert "Improve validation for some functions"Zane Bitter2016-09-121-3/+0
* | Add way to use custom paths in translationPeter Razumovsky2016-09-121-9/+54
|/
* Improve validation for some functionsOleksii Chuprykov2016-07-081-2/+0
* Improve translation propertiesPeter Razumovsky2016-06-151-105/+158
* Change type of raised exception in translationPeter Razumovsky2016-04-131-8/+4
* Rename source_path in translationPeter Razumovsky2016-04-091-57/+57
* Merge "Fix stack preview"Jenkins2016-03-111-1/+11
|\
| * Fix stack previewOleksii Chuprykov2016-03-101-1/+11
* | Don't RESOLVE translate in resource initRabi Mishra2016-03-101-2/+2
|/
* Add new translation rule to resolve with clientRabi Mishra2016-02-091-42/+96
* Refactor property translation rule(1/2)Rabi Mishra2016-02-091-0/+206