index
:
delta/openstack/heat.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/heat.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
heat
/
engine
/
hot
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not return None when get_attr if res is in SNAPSHOT/CHECK
huangtianhua
2016-01-19
1
-1
/
+1
*
Correct list_join function
huangtianhua
2015-12-18
1
-21
/
+19
*
Allow get_attr: [res_name] format to get all attribute
huangtianhua
2015-10-20
1
-0
/
+3
*
Fix [H405] pep rule in heat/engine/hot
Peter Razumovsky
2015-09-21
3
-41
/
+28
*
Validate deletion policy during template parsing
Steven Hardy
2015-09-17
1
-1
/
+15
*
Allow map/list items for str_replace
Steven Hardy
2015-09-16
2
-1
/
+52
*
Allow map/list items for list_join
Steven Hardy
2015-09-16
1
-7
/
+41
*
Make ResourceDefinition round-trip stable to avoid extra writes
Zane Bitter
2015-09-11
1
-3
/
+1
*
Add get_attr which returns all attributes
Peter Razumovsky
2015-09-01
2
-4
/
+59
*
Convergence: add support for the path_component
Angus Salkeld
2015-09-01
1
-0
/
+13
*
py34: test_hot and test_validate
Sirushti Murugesan
2015-08-13
2
-5
/
+10
*
Merge "Should execute 'resolve' before check the values of 'for_each'"
Jenkins
2015-07-15
1
-4
/
+3
|
\
|
*
Should execute 'resolve' before check the values of 'for_each'
lvdongbing
2015-06-29
1
-4
/
+3
*
|
Add str_split function to HOT 2015-10-15
Steven Hardy
2015-07-01
2
-0
/
+66
*
|
Allow multiple lists for list_join intrinsic functions
Steven Hardy
2015-06-26
2
-1
/
+43
|
/
*
Fix docstring error for Join functions
Steven Hardy
2015-06-26
1
-1
/
+1
*
HOT version 2015-10-15, remove Fn::Select
Steven Hardy
2015-06-26
1
-0
/
+27
*
Update the rest of the code to satisfy flake8 in a py34 env
Sirushti Murugesan
2015-04-24
1
-1
/
+2
*
Use six.iterkeys(x) instead of x.keys()
Tetiana Lashchova
2015-04-23
2
-2
/
+2
*
Use six.itervalues(x) instead of x.values()
Tetiana Lashchova
2015-04-21
1
-2
/
+3
*
Merge "Improve StackValidationFailed response in outputs"
Jenkins
2015-04-20
1
-1
/
+3
|
\
|
*
Improve StackValidationFailed response in outputs
Peter Razumovsky
2015-04-10
1
-1
/
+3
*
|
Merge "Improve StackValidationFailed response in properties"
Jenkins
2015-04-20
1
-7
/
+12
|
\
\
|
|
/
|
*
Improve StackValidationFailed response in properties
Peter Razumovsky
2015-04-10
1
-7
/
+12
*
|
Don't re-bind environment for get_file during stack update
Zane Bitter
2015-04-16
1
-1
/
+6
|
/
*
Add Digest intrinsic function
Anderson Mesquita
2015-03-12
2
-0
/
+43
*
Merge "Add resource_definitions check to Stack.validate"
Jenkins
2015-03-02
1
-59
/
+57
|
\
|
*
Add resource_definitions check to Stack.validate
Peter Razumovsky
2015-02-27
1
-59
/
+57
*
|
Merge ""repeat" function for HOT templates"
Jenkins
2015-03-01
2
-0
/
+95
|
\
\
|
|
/
|
/
|
|
*
"repeat" function for HOT templates
Miguel Grinberg
2015-02-27
2
-0
/
+95
*
|
Enable H904 style checking rule
Pavlo Shchelokovskyy
2015-01-20
1
-4
/
+7
|
/
*
Enable H305 and H307 style checks
Pavlo Shchelokovskyy
2015-01-20
2
-0
/
+2
*
Enable E265 style check
Pavlo Shchelokovskyy
2015-01-05
1
-1
/
+1
*
Added pseudo param OS::project_id
JUNJIE NAN
2014-12-22
1
-2
/
+7
*
Add "parameter_defaults" to the environment
Angus Salkeld
2014-12-15
1
-6
/
+10
*
Consider invalid keywords a template validation error
Miguel Grinberg
2014-11-28
1
-0
/
+3
*
Merge "Moving translate same logic in different method"
Jenkins
2014-11-27
1
-47
/
+33
|
\
|
*
Moving translate same logic in different method
Sergey Kraynev
2014-11-21
1
-47
/
+33
*
|
Merge "Correct error msg when resource or output are empty"
Jenkins
2014-11-21
1
-16
/
+33
|
\
\
|
|
/
|
*
Correct error msg when resource or output are empty
Peter Razumovsky
2014-11-20
1
-16
/
+33
*
|
Fix kwargs going into ResourceDefinition
Angus Salkeld
2014-11-20
1
-5
/
+8
|
/
*
Using six.string_types for python3 compatible
Ethan Lynn
2014-11-03
2
-8
/
+11
*
Adding missed whitespace between the words
Sergey Kraynev
2014-10-28
1
-1
/
+1
*
Remove vim headers
Oleksii Chuprykov
2014-10-16
1
-1
/
+0
*
Remove deprecated function i18n.install('heat')
Ethan Lynn
2014-10-13
2
-0
/
+2
*
Handle error in templates with incorrect resources
Sergey Kraynev
2014-10-10
1
-1
/
+4
*
Switch heat engine to oslo.i18n
Ethan Lynn
2014-09-16
1
-1
/
+1
*
Convert functions into a fixed part of the template
Angus Salkeld
2014-09-11
2
-51
/
+49
*
replace dict.iteritems() with six.iteritems(dict)
Christian Berendt
2014-08-06
1
-5
/
+6
*
Allow Resources to select paths from attributes
Zane Bitter
2014-07-29
1
-3
/
+29
[next]