summaryrefslogtreecommitdiff
path: root/heat/objects/stack.py
Commit message (Expand)AuthorAgeFilesLines
* db: Remove layer of indirectionStephen Finucane2023-03-251-1/+1
* Remove six and python 2.7 full supportHervé Beraud2020-04-231-3/+2
* Allow lazy load of raw_template but log warningCrag Wolfe2017-07-311-3/+23
* Remove db.api wrapperThomas Herve2016-12-131-1/+1
* Don't query raw_template in stacks uselesslyThomas Herve2016-10-181-5/+9
* Don't always eagerly load the raw_template for a stackZane Bitter2016-10-041-2/+3
* Migrate stacks from legacy to convergence engineOleksii Chuprykov2016-08-221-2/+11
* Remove tenant_safe flag from rpc and db apirabi2016-08-161-2/+1
* Always eager load the raw_template for a stackSteve Baker2016-08-151-2/+4
* Add __ne__ built-in functionyuyafei2016-07-151-0/+3
* Declare and use keyword args for Stack.get_allSteve Baker2016-05-261-2/+20
* Lazy-load stack tagsSteve Baker2016-05-251-4/+4
* Stack list does direct stack object querySteve Baker2016-05-251-0/+5
* Optimize nested stack status checkThomas Herve2016-02-241-0/+5
* Merge "Remove db refresh in Stack object get"Jenkins2016-02-161-1/+0
|\
| * Remove db refresh in Stack object getThomas Herve2016-02-101-1/+0
* | Don't query stack tags twiceThomas Herve2016-02-151-5/+2
|/
* Merge "Add OBJ_PROJECT_NAMESPACE for Heat project"Jenkins2016-02-081-1/+2
|\
| * Add OBJ_PROJECT_NAMESPACE for Heat projectGrzegorz Grasza2016-01-221-1/+2
* | Handle NotFound in Stack get_allThomas Herve2016-01-251-6/+10
|/
* Merge "Fix database purge query"Jenkins2016-01-181-0/+3
|\
| * Fix database purge queryThomas Herve2015-12-151-0/+3
* | Handle invalid stack names which are non-stringSteven Hardy2016-01-141-2/+4
|/
* Convergence: Concurrency subtle issuesAnant Patil2015-11-261-0/+3
* Merge "Remove refresh in Stack update_and_save"Jenkins2015-11-171-2/+0
|\
| * Remove refresh in Stack update_and_saveThomas Herve2015-10-291-2/+0
* | Merge "Fix code compatibility with Python 3"Jenkins2015-11-021-12/+4
|\ \ | |/ |/|
| * Fix code compatibility with Python 3Grzegorz Grasza2015-09-091-12/+4
* | Fix [H405] pep rule in heat/objectsPeter Razumovsky2015-10-081-3/+1
* | Fix action (CREATE) in progress error for TemplateResource/RGRabi Mishra2015-10-011-0/+6
* | Add missing value types for logging messagesSergey2015-09-111-1/+1
|/
* Convergence: Stack concurrent updateAnant Patil2015-09-041-0/+12
* Fix some files permissionsPavlo Shchelokovskyy2015-08-261-0/+0
* Make the objects behave more consistentlyAngus Salkeld2015-06-191-9/+23
* Count all nested stack resources with DB operationsSteve Baker2015-06-021-0/+4
* Find root stack ID with database operationsSteve Baker2015-05-191-0/+4
* Encrypt Heat template hidden parametersVijendar Komalla2015-05-121-0/+4
* Persist parent_resource_name and make sure it's availableAngus Salkeld2015-04-101-0/+1
* Database API and engine changes for stack tagsJason Dunsmore2015-04-081-6/+5
* Call db refresh in Stack object refreshSteve Baker2015-03-201-5/+4
* Merge "StackTag versioned-object"Jenkins2015-03-171-2/+11
|\
| * StackTag versioned-objectKanagaraj Manickam2015-03-161-2/+11
* | Add missing versioned mechanism to Stack objectMichal Jastrzebski (inc0)2015-03-131-6/+31
|/
* First objects - stack and raw templateMichal Jastrzebski2015-03-111-0/+133