summaryrefslogtreecommitdiff
path: root/heat/db/sqlalchemy/api.py
Commit message (Expand)AuthorAgeFilesLines
* db: Remove layer of indirectionStephen Finucane2023-03-251-1971/+0
* db: Migrate to alembicStephen Finucane2023-03-251-14/+0
* Merge "Replace deprecated Query.as_scalar()"Zuul2023-01-241-1/+1
|\
| * Replace deprecated Query.as_scalar()ramishra2022-09-061-1/+1
* | Ignore resource_data decryption errorsramishra2022-11-151-3/+8
* | Fix compatibility with oslo.db 12.1.0Stephen Finucane2022-09-051-1/+3
|/
* Fix SQLAlchemy use for version 1.4Brendan Shephard2021-06-161-1/+1
* Don't update status for replaced resourceramishra2021-04-011-2/+1
* Allow using database configs on db retryRico Lin2021-02-271-5/+13
* Rename variables in sort key validationZane Bitter2020-07-141-5/+5
* Merge "Logging Consistency"Zuul2020-05-041-5/+5
|\
| * Logging ConsistencyMarc Methot2020-04-271-5/+5
* | Update pep8 rulesAndreas Jaeger2020-04-301-1/+1
|/
* Merge "Retry transactions for DBConnectionError"Zuul2020-04-261-12/+16
|\
| * Retry transactions for DBConnectionErrorRabi Mishra2020-03-131-12/+16
* | Remove six and python 2.7 full supportHervé Beraud2020-04-221-6/+5
|/
* 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
* | | Add retry for sync_point_update_input_dataRabi Mishra2019-08-191-0/+2
* | | Retry on DB deadlock in event_create()Zane Bitter2019-03-271-0/+2
|/ /
* | 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-161-72/+0
|\
| * Remove db api and tables for CloudWatchrabi2018-01-281-72/+0
* | 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