summaryrefslogtreecommitdiff
path: root/nova/tests/unit/db
Commit message (Expand)AuthorAgeFilesLines
* db: Remove legacy migrationsStephen Finucane2023-02-013-270/+7
* db: Drop redundant indexes on instances and console_auth_tokens tablesChristian Rohmann2022-09-151-0/+9
* BlockDeviceMapping: Add encryption fieldsLee Yarwood2022-08-021-0/+33
* Remove double mockingBalazs Gibizer2022-08-021-15/+3
* Use unittest.mock instead of third party mockStephen Finucane2022-08-015-5/+7
* Fix typosRajesh Tailor2022-05-302-5/+5
* db: Don't rely on autocommit behaviorStephen Finucane2022-04-081-190/+283
* db: Replace use of strings in join, defer operationsStephen Finucane2022-04-081-24/+34
* db: Remove use of 'bind' argumentsStephen Finucane2021-11-151-14/+21
* db: Don't pass strings to 'Connection.execute'Stephen Finucane2021-11-122-14/+26
* db: Replace use of legacy select() calling styleStephen Finucane2021-11-121-31/+42
* db: Replace use of 'autoload' parameterStephen Finucane2021-11-121-2/+4
* Merge "db: Remove nova-network models"Zuul2021-11-101-6/+0
|\
| * db: Remove nova-network modelsStephen Finucane2021-11-031-6/+0
* | Merge "db: Remove models for removed services, features"Zuul2021-11-101-8/+0
|\ \ | |/
| * db: Remove models for removed services, featuresStephen Finucane2021-11-031-8/+0
* | Merge "db: Remove models that were moved to the API database"Zuul2021-11-101-10/+0
|\ \ | |/
| * db: Remove models that were moved to the API databaseStephen Finucane2021-11-031-10/+0
* | Merge "Fix interference in db unit test"Zuul2021-11-093-18/+18
|\ \
| * | Fix interference in db unit testBalazs Gibizer2021-11-053-18/+18
* | | Merge "objects: Stop querying the main DB for keypairs"Zuul2021-11-081-196/+0
|\ \ \ | |/ / |/| / | |/
| * objects: Stop querying the main DB for keypairsStephen Finucane2021-10-181-196/+0
* | Merge "db: Remove unused build_requests columns"Zuul2021-11-031-0/+35
|\ \ | |/
| * db: Remove unused build_requests columnsStephen Finucane2021-10-181-0/+35
* | Merge "db: De-duplicate list of removed table columns"Zuul2021-11-032-51/+39
|\ \ | |/
| * db: De-duplicate list of removed table columnsStephen Finucane2021-10-182-51/+39
* | db: Increase timeout for migration testsStephen Finucane2021-10-192-0/+16
|/
* db: Add migration to resolve shadow table discrepanciesStephen Finucane2021-09-241-0/+31
* tests: Silence noise from database testsStephen Finucane2021-09-241-8/+19
* tests: Address some nits with database migration seriesStephen Finucane2021-09-243-64/+47
* tests: Walk database migrations in correct orderStephen Finucane2021-09-242-53/+45
* Fix nova-manage db versionBalazs Gibizer2021-09-133-35/+19
* Reproduce bug/1943436Balazs Gibizer2021-09-132-2/+34
* Merge "db: Handle parameters in DB strings"Zuul2021-08-311-2/+48
|\
| * db: Handle parameters in DB stringsStephen Finucane2021-08-271-2/+48
* | Fix inactive session error in compute node creationMark Goddard2021-08-201-0/+16
* | Prevent deletion of a compute node belonging to another hostMark Goddard2021-08-201-0/+7
|/
* db: Enable auto-generation of migrationsStephen Finucane2021-08-092-3/+4
* db: Integrate alembicStephen Finucane2021-08-093-232/+380
* db: Normalize migrations testsStephen Finucane2021-08-092-103/+343
* db: Post reshuffle cleanupStephen Finucane2021-08-095-132/+168
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-092-5/+2
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-095-162/+194
* db: Move 'sqlalchemy.types' up a directoryStephen Finucane2021-07-051-1/+1
* db: Move main DB migrationsStephen Finucane2021-07-051-5/+10
* db: Move db.sqalchemy.migration to db.migrationStephen Finucane2021-07-052-9/+8
* db: Use module-level imports for sqlalchemy (for real)Stephen Finucane2021-07-051-24/+21
* Merge "db: Clean up migration code"Zuul2021-07-031-7/+8
|\
| * db: Clean up migration codeStephen Finucane2021-06-161-7/+8
* | Merge "db: Reintroduce validation of shadow table schema"Zuul2021-06-191-17/+37
|\ \