summaryrefslogtreecommitdiff
path: root/heat/db/api.py
Commit message (Expand)AuthorAgeFilesLines
* db: Remove layer of indirectionStephen Finucane2023-03-251-0/+1971
* Remove db.api wrapperThomas Herve2016-12-131-470/+0
* Handle ambiguous physical resource IDsZane Bitter2016-12-051-0/+5
* Don't always eagerly load the raw_template for a stackZane Bitter2016-10-041-4/+6
* Convergence: basic framework for cancelling workersAnant Patil2016-09-101-0/+4
* Migrate stacks from legacy to convergence engineOleksii Chuprykov2016-08-221-0/+4
* Remove tenant_safe flag from rpc and db apirabi2016-08-161-11/+7
* Always eager load the raw_template for a stackSteve Baker2016-08-151-4/+2
* Remove remaining methods from db objectsSteve Baker2016-07-131-0/+4
* Remove the db object delete methodSteve Baker2016-07-131-0/+4
* Only call session.refresh from within db_api functionsSteve Baker2016-07-131-2/+2
* Convergence: Fix concurrent update resource deleteRakesh H S2016-07-051-0/+4
* Add context to stack lock function argumentsSteve Baker2016-06-221-8/+9
* Be consistent about context first argument in db apiSteve Baker2016-06-221-8/+9
* DB query to get all resources by the root stackSteve Baker2016-06-031-0/+4
* Convergence: DB api to get all active resources of stackRakesh H S2016-05-311-2/+6
* De-duplicate raw_template.filesCrag Wolfe2016-05-251-0/+8
* Add command to reset one stack statusThomas Herve2016-04-151-0/+4
* Optimize nested stack status checkThomas Herve2016-02-241-0/+4
* Stack resource searchKanagaraj Manickam2016-02-161-2/+2
* Incorrect grammar with dotricolin2016-01-171-1/+1
* heat-manage resource_data_listKanagaraj Manickam2015-12-151-2/+2
* Fix action (CREATE) in progress error for TemplateResource/RGRabi Mishra2015-10-011-0/+5
* Fix [H405] pep rule in heat/dbPeter Razumovsky2015-09-221-3/+2
* Convergence: Stack concurrent updateAnant Patil2015-09-041-2/+2
* Convergence: Fix concurrent update resource cleanupRakesh H S2015-08-031-2/+2
* Support to list software configslvdongbing2015-06-261-0/+8
* Merge "Convergence: Check-Resource skeleton"Jenkins2015-06-031-0/+4
|\
| * Convergence: Check-Resource skeletonSirushti Murugesan2015-06-021-0/+4
* | 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
* Add ability to filter stacks by tagJason Dunsmore2015-04-161-4/+13
* Make sure snapshot belongs to stack for actionshuangtianhua2015-04-101-0/+4
* Add ability to hide stacks based on tagJason Dunsmore2015-04-081-4/+5
* Database API and engine changes for stack tagsJason Dunsmore2015-04-081-0/+12
* Set stack status to FAILED when engine is downEthan Lynn2015-04-021-0/+4
* Versioned object - WatchRule and WatchDatayuntongjin2015-03-181-0/+4
* Convergence sync_point tableRakesh H S2015-03-131-0/+23
* DB changes for resource lockingishant2015-03-121-0/+6
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-2/+2
* heat-manage service listKanagaraj Manickam2015-02-021-0/+24
* Revert "Hard delete backup stack after successful update."Zane Bitter2014-10-061-4/+0
* Hard delete backup stack after successful update.ananta2014-09-191-0/+4
* Merge "Save files while updating a template."Jenkins2014-09-181-2/+2
|\
| * Save files while updating a template.ananta2014-09-031-2/+2
* | db API add show_nested to stack_count_allSteven Hardy2014-08-211-2/+3
* | db API add show_nested to stack_get_allSteven Hardy2014-08-211-2/+2
|/
* Add RPC method to snapshot stacksThomas Herve2014-07-311-0/+4
* Merge "Migrate to oslo.db"Jenkins2014-07-241-6/+2
|\
| * Migrate to oslo.dbThomas Herve2014-07-151-6/+2