summaryrefslogtreecommitdiff
path: root/heat/tests/db
Commit message (Expand)AuthorAgeFilesLines
* Rename variables in sort key validationZane Bitter2020-07-141-5/+5
* Use unittest.mock instead of third party mockSean McGinnis2020-05-052-4/+3
* Merge "Logging Consistency"Zuul2020-05-041-2/+2
|\
| * Logging ConsistencyMarc Methot2020-04-271-2/+2
* | Remove six and python 2.7 full supportHervé Beraud2020-04-231-12/+11
|/
* Fix hacking warningsAndreas Jaeger2020-04-161-1/+1
* Remove unrequired migrate check in testricolin2019-12-231-522/+0
* Don't use wrap_db_retry on subtransaction in resource_create_replacement()Zane Bitter2019-10-111-4/+4
* Add a non-racy check for unique stack namesZane Bitter2019-04-121-0/+15
* Don't use duplicate stack names in DB unit testsZane Bitter2019-03-061-61/+85
* Merge "Allow global admins to operate sd resources from other projects"Zuul2019-01-241-4/+32
|\
| * Allow global admins to operate sd resources from other projectshuangtianhua2019-01-241-4/+32
* | Allow global admins to operate sc resources from other projectshuangtianhua2019-01-241-14/+40
|/
* Change NovaClientPlugin to use MicroversionMixinrabi2018-06-291-1/+1
* Merge "Don't allow nested or stacks in FAILED state to be migrated"Zuul2018-05-181-0/+1
|\
| * Don't allow nested or stacks in FAILED state to be migratedrabi2018-05-111-0/+1
* | Add retry for resource_purge_deleted callricolin2018-05-101-0/+13
|/
* Remove mox from test_sqlalchemy_apiZane Bitter2018-04-031-50/+70
* Remove db api and tables for CloudWatchrabi2018-01-282-132/+1
* Fix logic error in sqlarchemy apiliyi2017-11-081-0/+3
* Create replacement resource atomicallyZane Bitter2017-11-031-0/+130
* Unit tests: Remove deprecated oslo_db test case classesZane Bitter2017-10-191-20/+28
* Make standalone heat work with keystone v3rabi2017-07-171-0/+1
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-081-8/+4
* Fix missing spaces in stringsZane Bitter2017-03-031-8/+8
* Merge "Remove unused event_get methods"Jenkins2017-03-021-46/+6
|\
| * Remove unused event_get methodsCrag Wolfe2017-03-011-46/+6
* | Data migration enabling storage of resource attributesCrag Wolfe2017-02-161-0/+4
|/
* Add heat-manage subcommand to migrate legacy prop. dataCrag Wolfe2017-01-311-5/+90
* De-duplicate properties_data between events, resourcesCrag Wolfe2017-01-241-52/+144
* Allow admins to get resource by physical resource idhuangtianhua2017-01-161-2/+22
* Add resource_properties_data data migrationCrag Wolfe2016-12-221-0/+23
* Merge "Allow to create admin context for tests"Jenkins2016-12-201-23/+28
|\
| * Allow to create admin context for testshuangtianhua2016-12-191-23/+28
* | Refactor batch encrypt/decrpyts of params, propsCrag Wolfe2016-12-141-4/+4
|/
* Handle ambiguous physical resource IDsZane Bitter2016-12-051-0/+14
* Minor encrypt/decrypt unittest refactorCrag Wolfe2016-11-281-101/+109
* Refactor purge_deleted, operate on batches of stacksCrag Wolfe2016-11-281-0/+12
* Squash database patchesKanagaraj Manickam2016-10-171-51/+1
* Remove unnecessary setUp and tearDownzhufl2016-09-302-6/+0
* Release resource lock when executing reset_stack_statushuangtianhua2016-09-121-2/+6
* Convergence: basic framework for cancelling workersAnant Patil2016-09-101-0/+29
* Migrate stacks from legacy to convergence engineOleksii Chuprykov2016-08-221-0/+30
* Remove tenant_safe flag from rpc and db apirabi2016-08-161-29/+9
* Purge deleted stacks for specific projectAla Rezmerita2016-07-201-7/+104
* Do not raise NotFound for resource_get_all_* queriesSteve Baker2016-07-151-5/+4
* sqlalchemy tests don't assume same sessionSteve Baker2016-07-061-65/+48
* Merge "Minor reorg of sqlalchemy encrypt test functions"Jenkins2016-07-051-44/+37
|\
| * Minor reorg of sqlalchemy encrypt test functionsSteve Baker2016-06-221-44/+37
* | Convergence: Fix concurrent update resource deleteRakesh H S2016-07-051-0/+9