summaryrefslogtreecommitdiff
path: root/nova/tests/unit/db
Commit message (Expand)AuthorAgeFilesLines
* Dynamically archive FK related records in archive_deleted_rowsmelanie witt2021-04-071-20/+16
* Centralize sqlite FK constraint enforcementmelanie witt2021-04-061-13/+1
* Use subqueryload() instead of joinedload() for (system_)metadatamelanie witt2021-01-271-0/+8
* Revert "Temporarily skip TestNovaMigrationsMySQL"Balazs Gibizer2020-04-211-7/+0
* Temporarily skip TestNovaMigrationsMySQLMatt Riedemann2020-04-091-0/+7
* Merge "db: Remove unused ec2 DB APIs"Zuul2020-03-181-51/+0
|\
| * db: Remove unused ec2 DB APIsStephen Finucane2019-12-131-51/+0
* | Merge "nova-net: Remove unused nova-network objects"Zuul2020-03-111-1908/+0
|\ \
| * | nova-net: Remove unused nova-network objectsStephen Finucane2020-02-181-1908/+0
* | | Remove oslo_db.sqlalchemy.compat referenceMike Bayer2020-03-041-10/+0
* | | Fix two test cases that use side effects in comprehensionsDan Smith2020-03-031-2/+4
* | | Merge "Workaround a race initialising version control in db_version()"Zuul2020-03-031-0/+45
|\ \ \ | |/ / |/| |
| * | Workaround a race initialising version control in db_version()Matthew Booth2018-11-291-0/+45
* | | nova-net: Remove use of legacy 'SecurityGroup' objectStephen Finucane2019-12-031-59/+0
* | | nova-net: Remove use of legacy 'Network' objectStephen Finucane2019-12-031-6/+3
* | | Remove unused codeStephen Finucane2020-01-201-14/+0
* | | nova-net: Kill itStephen Finucane2020-01-141-66/+0
* | | Remove 'nova-xvpvncproxy'Stephen Finucane2019-12-231-3/+0
* | | nova-net: Remove db methods for ProviderMethodStephen Finucane2019-12-121-40/+0
* | | nova-net: Remove unused 'stub_out_db_network_api'Stephen Finucane2019-12-121-318/+0
| |/ |/|
* | Merge "test cleanup: Use oslotest's Timeout fixture"Zuul2019-11-221-7/+4
|\ \
| * | test cleanup: Use oslotest's Timeout fixtureEric Fried2019-09-271-7/+4
* | | Remove 'nova-console' service, 'console' RPC APIStephen Finucane2019-11-221-262/+1
* | | Merge "Don't delete compute node, when deleting service other than nova-compute"Zuul2019-11-201-0/+9
|\ \ \
| * | | Don't delete compute node, when deleting service other than nova-computePavel Glushchak2019-11-191-0/+9
* | | | Remove service_uuids_online_data_migrationMatt Riedemann2019-11-081-37/+0
|/ / /
* | | Add reserved schema migrations for UssuriDan Smith2019-10-031-1/+3
* | | Merge "Stop filtering out 'accepted' for in-progress migrations"Zuul2019-09-281-3/+2
|\ \ \ | |/ / |/| |
| * | Stop filtering out 'accepted' for in-progress migrationsArtom Lifshitz2019-09-241-3/+2
* | | Merge "Tune up db.instance_get_all_uuids_by_hosts"Zuul2019-09-231-2/+2
|\ \ \
| * | | Tune up db.instance_get_all_uuids_by_hostsChris Dent2019-09-021-2/+2
* | | | Revert "Temporarily skip TestNovaMigrationsMySQL"Matt Riedemann2019-09-211-7/+0
| |/ / |/| |
* | | Temporarily skip TestNovaMigrationsMySQLMatt Riedemann2019-09-181-0/+7
* | | db: Add resources column in instance_extra tableLuyaoZhong2019-09-132-5/+13
* | | Add user_id and project_id column to Migrationzhangbailin2019-09-122-1/+61
|/ /
* | Merge "add InstanceList.get_all_uuids_by_hosts() method"Zuul2019-08-291-9/+24
|\ \
| * | add InstanceList.get_all_uuids_by_hosts() methodJay Pipes2019-08-151-9/+24
* | | nova-manage db archive_deleted_rows is not multi-cell awareKevin_Zheng2019-08-271-1/+1
* | | Merge "Re-use DB MetaData during archive_deleted_rows"Zuul2019-08-211-9/+22
|\ \ \
| * | | Re-use DB MetaData during archive_deleted_rowsMatt Riedemann2019-08-191-9/+22
| |/ /
* | | Add blocker migration for completing services.uuid migrationMatt Riedemann2019-08-202-0/+53
* | | Tests: autospecs all the mock.patch usagesTakashi NATSUME2019-08-191-1/+1
|/ /
* | Merge "Restore soft-deleted compute node with same uuid"Zuul2019-08-141-0/+12
|\ \
| * | Restore soft-deleted compute node with same uuidMatt Riedemann2019-08-121-0/+12
* | | Add TargetDBSetupTaskMatt Riedemann2019-08-071-1/+1
* | | Add Instance.hidden fieldMatt Riedemann2019-08-072-0/+18
|/ /
* | Fix cleaning up console tokensTakashi NATSUME2019-07-191-0/+29
* | db: Add vpmems to instance_extraLuyao Zhong2019-07-092-1/+8
* | hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-2/+2
* | Merge "Simplfy test setup for TestNovaMigrations* tests"Zuul2019-06-221-3/+4
|\ \