summaryrefslogtreecommitdiff
path: root/nova/tests/functional/db
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-017-7/+13
* Fix typosRajesh Tailor2022-05-301-1/+1
* db: Remove use of 'bind' argumentsStephen Finucane2021-11-151-2/+2
* db: Replace use of legacy select() calling styleStephen Finucane2021-11-121-1/+2
* db: Remove models that were moved to the API databaseStephen Finucane2021-11-032-121/+0
* objects: Stop querying the main DB for keypairsStephen Finucane2021-10-181-104/+58
* tests: Walk database migrations in correct orderStephen Finucane2021-09-241-0/+0
* db: Normalize migrations testsStephen Finucane2021-08-091-214/+0
* db: Trivial style changesStephen Finucane2021-08-091-14/+20
* db: Post reshuffle cleanupStephen Finucane2021-08-092-7/+7
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-097-12/+13
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-0911-21/+18
* db: Move db.sqalchemy.migration to db.migrationStephen Finucane2021-07-051-5/+3
* db: Use module-level imports for sqlalchemy (for real)Stephen Finucane2021-07-051-4/+3
* Merge "Add --task-log option to nova-manage db archive_deleted_rows"Zuul2021-06-181-12/+68
|\
| * Add --task-log option to nova-manage db archive_deleted_rowsmelanie witt2021-06-171-12/+68
* | Merge "Placeholders for DB migration backports to Wallaby"Zuul2021-04-151-0/+2
|\ \ | |/ |/|
| * Placeholders for DB migration backports to WallabySylvain Bauza2021-03-051-0/+2
* | Merge "Dynamically archive FK related records in archive_deleted_rows"Zuul2021-03-231-7/+1
|\ \
| * | Dynamically archive FK related records in archive_deleted_rowsmelanie witt2021-03-111-7/+1
* | | Merge "apidb: Compact Train database migrations"Zuul2021-03-121-3/+1
|\ \ \
| * | | apidb: Compact Train database migrationsStephen Finucane2021-03-031-3/+1
* | | | Merge "apidb: Compact Stein database migrations"Zuul2021-03-121-28/+0
|\ \ \ \ | |/ / /
| * | | apidb: Compact Stein database migrationsStephen Finucane2021-03-031-28/+0
* | | | Merge "apidb: Compact Rocky database migrations"Zuul2021-03-111-38/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | apidb: Compact Rocky database migrationsStephen Finucane2021-03-031-38/+1
* | | Merge "Add functional test for bug 1837995"Zuul2021-03-091-0/+47
|\ \ \
| * | | Add functional test for bug 1837995melanie witt2021-03-041-0/+47
* | | | Merge "apidb: Compact Queens database migrations"Zuul2021-03-091-43/+1
|\ \ \ \ | | |/ / | |/| |
| * | | apidb: Compact Queens database migrationsStephen Finucane2021-03-031-43/+1
* | | | Merge "Centralize sqlite FK constraint enforcement"Zuul2021-03-081-17/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Centralize sqlite FK constraint enforcementmelanie witt2021-02-121-17/+1
* | | apidb: Compact Pike database migrationsStephen Finucane2021-03-031-61/+1
* | | apidb: Compact Ocata database migrationsStephen Finucane2021-03-031-117/+1
| |/ |/|
* | apidb: Compact Newton database migrationsStephen Finucane2021-02-101-141/+1
* | apidb: Compact Mitaka database migrationsStephen Finucane2021-02-101-84/+0
* | apidb: Compact Liberty database migrationsStephen Finucane2021-02-101-43/+1
|/
* Merge "Add placeholder migrations for Victoria backports"Zuul2020-10-281-0/+2
|\
| * Add placeholder migrations for Victoria backportsTakashi Natsume2020-10-171-0/+2
* | Prevent archiving of pci_devices records because of 'instance_uuid'melanie witt2020-10-121-0/+15
|/
* Merge "tests: Remove 'test_servers.ServersTestBase'"Zuul2020-07-242-5/+2
|\
| * tests: Remove 'test_servers.ServersTestBase'Stephen Finucane2020-07-162-5/+2
* | Switch from unittest2 compat methods to Python 3.x methodsDirk Mueller2020-06-231-3/+3
|/
* Make quotas respect instance_list_per_project_cellsMohammed Naser2020-05-151-2/+16
* objects: Add migrate-on-load behavior for legacy NUMA objectsStephen Finucane2020-05-062-0/+77
* Add placeholder migrations for Ussuri backportsTakashi Natsume2020-04-241-0/+2
* func tests: move _run_periodics() into base classArtom Lifshitz2020-03-241-4/+2
* functional: Add '_create_server' helperStephen Finucane2020-01-201-21/+0
* functional: Add unified '_build_server' helper functionStephen Finucane2020-01-151-1/+1
* functional: Make '_IntegratedTestBase' subclass 'InstanceHelperMixin'Stephen Finucane2019-12-061-2/+1