summaryrefslogtreecommitdiff
path: root/heat/db
Commit message (Expand)AuthorAgeFilesLines
* Merge "DB: Never retry a subtransaction"Zuul2019-12-191-14/+29
|\
| * DB: Never retry a subtransactionZane Bitter2019-10-111-14/+29
* | Merge "Don't raise not found in delete raw template"Zuul2019-12-051-1/+5
|\ \
| * | Don't raise not found in delete raw templatericolin2019-10-161-1/+5
* | | Merge "DB: Remove unnecessary subtransactions=True"Zuul2019-10-181-9/+9
|\ \ \ | |_|/ |/| |
| * | DB: Remove unnecessary subtransactions=TrueZane Bitter2019-10-091-9/+9
* | | Don't use wrap_db_retry on subtransaction in resource_create_replacement()Zane Bitter2019-10-111-4/+12
| |/ |/|
* | Merge "Ignore not found when delete raw template"Zuul2019-10-091-1/+6
|\ \ | |/ |/|
| * Ignore not found when delete raw templatericolin2019-10-081-1/+6
* | Merge "Add a non-racy check for unique stack names"Zuul2019-10-081-1/+11
|\ \
| * | Add a non-racy check for unique stack namesZane Bitter2019-04-121-1/+11
* | | Merge "Squash database patches"Zuul2019-10-084-87/+21
|\ \ \
| * | | Squash database patchesricolin2019-10-074-87/+21
* | | | Add retry for sync_point_update_input_dataRabi Mishra2019-08-191-0/+2
* | | | Merge "Retry on DB deadlock in event_create()"Zuul2019-05-031-0/+2
|\ \ \ \
| * | | | Retry on DB deadlock in event_create()Zane Bitter2019-03-271-0/+2
| | |/ / | |/| |
* | | | Switch to use opendev.orgricolin2019-04-221-1/+1
|/ / /
* | | Merge "Allow global admins to operate sd resources from other projects"Zuul2019-01-241-7/+7
|\ \ \
| * | | Allow global admins to operate sd resources from other projectshuangtianhua2019-01-241-7/+7
* | | | Allow global admins to operate sc resources from other projectshuangtianhua2019-01-241-1/+1
|/ / /
* | | Merge "Fix purging events from stacks converted to convergence"Zuul2018-07-041-3/+0
|\ \ \
| * | | Fix purging events from stacks converted to convergenceZane Bitter2018-06-291-3/+0
* | | | Merge "Fix an exception message"Zuul2018-07-041-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix an exception messageZane Bitter2018-06-261-1/+2
* | | | Rename poorly named functionZane Bitter2018-06-261-6/+5
|/ / /
* | | Purge events that cross-reference with backup stackZane Bitter2018-06-261-9/+72
* | | Ignore errors in purging eventsZane Bitter2018-06-251-28/+29
| |/ |/|
* | Merge "Don't allow nested or stacks in FAILED state to be migrated"Zuul2018-05-181-1/+2
|\ \
| * | Don't allow nested or stacks in FAILED state to be migratedrabi2018-05-111-1/+2
| |/
* | Merge "Retry on deadlock in purge_deleted"Zuul2018-05-141-0/+2
|\ \
| * | Retry on deadlock in purge_deletedZane Bitter2018-05-011-0/+2
| |/
* | Add retry for resource_purge_deleted callricolin2018-05-101-0/+2
|/
* Merge "Remove db api and tables for CloudWatch"Zuul2018-02-163-106/+53
|\
| * Remove db api and tables for CloudWatchrabi2018-01-283-106/+53
* | Merge "Retry on DB deadlock when updating resource"Zuul2018-02-091-0/+2
|\ \ | |/ |/|
| * Retry on DB deadlock when updating resourceZane Bitter2017-11-171-0/+2
* | Merge "Speed up event listing with nested stacks"Zuul2017-12-061-4/+7
|\ \
| * | Speed up event listing with nested stacksZane Bitter2017-11-201-4/+7
* | | Merge "Eager-load properties for nested resource list"Zuul2017-12-061-3/+7
|\ \ \ | |/ /
| * | Eager-load properties for nested resource listZane Bitter2017-11-201-3/+7
| |/
* | Fix reset_stack_statusThomas Herve2017-12-011-1/+6
|/
* Fix logic error in sqlarchemy apiliyi2017-11-081-1/+3
* Create replacement resource atomicallyZane Bitter2017-11-031-0/+27
* Correct the filter attribute of db model 'ResourcePropertiesData'huangtianhua2017-10-161-1/+1
* Merge "Eager load resource_properties_data in resource"Jenkins2017-10-131-3/+8
|\
| * Eager load resource_properties_data in resourceCrag Wolfe2017-07-311-3/+8
* | Adds 5 backport db migration place holder for Pikericolin2017-08-225-0/+100
* | Fix a DB error when updating the resource attributesZane Bitter2017-06-301-3/+4
|/
* Store resource attributes in the DBCrag Wolfe2017-06-211-8/+83
* Merge "Don't fetch stack before update in stack_update()"Jenkins2017-06-051-19/+22
|\