summaryrefslogtreecommitdiff
path: root/heat/engine/update.py
Commit message (Expand)AuthorAgeFilesLines
* Update resource definitions after legacy in-place updateZane Bitter2018-09-261-0/+2
* Add converge flag in stack update for observing on realityricolin2017-08-071-0/+1
* Use StackDefinition in intrinsic functions for resolving dataZane Bitter2017-07-211-1/+1
* Get dep_attrs from StackDefinitionZane Bitter2017-07-211-7/+16
* Update NodeData in legacy pathZane Bitter2017-04-051-0/+9
* Remove log translationsliyi2017-03-251-7/+6
* Copy correct definition to the backup stackZane Bitter2016-09-121-8/+5
* Non-destructive upgrade for deprecated resourcesricolin2016-09-021-5/+12
* Begin move of UpdateReplace back to its rightful locationZane Bitter2016-08-181-2/+3
* Allow a grace period when cancelling a stack updateZane Bitter2016-07-181-2/+2
* Allow individual resources to control the cancellation grace periodZane Bitter2016-07-181-3/+5
* Fix unfortunate spelling errorZane Bitter2016-04-041-2/+2
* Fix problems in unicode template supportEthan Lynn2016-03-041-0/+2
* Merge "Restrict update/replace of resource"Jenkins2016-02-091-27/+40
|\
| * Restrict update/replace of resourceRabi Mishra2016-02-091-27/+40
* | Fix update preview to handle nested stacksSteven Hardy2016-02-031-2/+2
|/
* Fix update preview to consider type comparisonSteven Hardy2016-01-181-0/+5
* Get rid of the Resource.resource_class() methodZane Bitter2015-11-301-2/+1
* Allow in-place updates for all compatible typesSteven Hardy2015-11-161-2/+2
* Fix garbled docstringsZane Bitter2015-11-101-3/+4
* Fix [H405] pep rule in heat/enginePeter Razumovsky2015-09-211-8/+6
* Move Resource exceptions to common module (1)Oleksii Chuprykov2015-09-041-3/+3
* Add a preview endpoint for stack updatesRyan Brown2015-08-311-0/+40
* Backup new resource as soon as possiblekairat_kushaev2015-06-021-8/+20
* Save updated-in-place resources to backup stackkairat_kushaev2015-05-071-0/+9
* Fix stack update issueEthan Lynn2015-04-021-1/+3
* Versioned objects - ResourceShaoHe Feng2015-03-121-3/+3
* Move logging to use oslo_log librarySteven Hardy2015-02-171-1/+1
* Don't stop update immediately on errorhuangtianhua2014-10-201-4/+5
* Log translation hint for Heat.engine (part3)liu-sheng2014-10-141-5/+5
* Switch heat engine to oslo.i18nEthan Lynn2014-09-161-1/+1
* Add RPC API for cancel update stackPavlo Shchelokovskyy2014-09-131-3/+3
* Don't stop creates/updates immediately on errorZane Bitter2014-08-271-2/+4
* Use ResourceDefinition as 'before' in resource updatesZane Bitter2014-08-271-1/+1
* Use new template for resource update reparseSteve Baker2014-08-131-1/+3
* replace dict.iteritems() with six.iteritems(dict)Christian Berendt2014-08-061-1/+3
* Update: Make addition/removal of resources more explicitZane Bitter2014-06-161-5/+5
* Use ResourceDefinition for creating ResourcesZane Bitter2014-05-301-4/+2
* Replacing variable logger on LOGSergey Kraynev2014-05-271-10/+9
* debug level logs should not be translatedChristian Berendt2014-05-141-4/+4
* Pass unresolved template to Resource.update()Zane Bitter2014-05-021-2/+1
* Merge "Order imports in alphabetical order (5/9)"Jenkins2014-04-111-3/+1
|\
| * Order imports in alphabetical order (5/9)Pavlo Shchelokovskyy2014-04-071-3/+1
* | Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+0
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Re-resolve functions during stack updateZane Bitter2014-02-171-3/+8
* Fix indentation errors found by Pep8 1.4.6+Dirk Mueller2014-02-051-2/+2
* Introduce a way to trace a resource's implementationAngus Salkeld2014-01-061-1/+3
* Let resources decide when to updateZane Bitter2013-11-271-5/+2
* Add _() to fix i18N compliance (part 2)chenxiao2013-11-181-6/+10