summaryrefslogtreecommitdiff
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* db: Remove legacy migrationsStephen Finucane2023-02-0153-3262/+4
* db: Drop redundant indexes on instances and console_auth_tokens tablesChristian Rohmann2022-09-152-2/+35
* BlockDeviceMapping: Add encryption fieldsLee Yarwood2022-08-022-3/+68
* Merge "db: Resolve additional SAWarning warnings"Zuul2022-04-291-0/+7
|\
| * db: Resolve additional SAWarning warningsStephen Finucane2022-04-081-0/+7
* | db: Close connection on early returnStephen Finucane2022-04-221-1/+3
|/
* db: Don't rely on autocommit behaviorStephen Finucane2022-04-081-10/+18
* db: Replace use of Column.copy() methodStephen Finucane2022-04-082-2/+6
* db: Remove inplicit coercion of SELECTsStephen Finucane2022-04-081-2/+2
* db: Replace use of strings in join, defer operationsStephen Finucane2022-04-081-113/+212
* db: Remove use of 'bind' argumentsStephen Finucane2021-11-154-11/+21
* db: Don't use legacy 'Row()' methodsStephen Finucane2021-11-121-1/+1
* db: Don't pass strings to 'Connection.execute'Stephen Finucane2021-11-121-19/+26
* db: Replace 'insert.inline' parameter with 'Insert.inline()' methodStephen Finucane2021-11-121-4/+4
* db: Replace use of legacy select() calling styleStephen Finucane2021-11-121-16/+23
* db: Replace use of 'autoload' parameterStephen Finucane2021-11-122-5/+8
* Merge "Set "cache_ok=True" in "TypeDecorator" inheriting classes"Zuul2021-11-111-0/+2
|\
| * Set "cache_ok=True" in "TypeDecorator" inheriting classesRodolfo Alonso Hernandez2021-10-141-0/+2
* | Merge "db: Remove nova-network models"Zuul2021-11-101-190/+15
|\ \
| * | db: Remove nova-network modelsStephen Finucane2021-11-031-190/+15
* | | Merge "db: Remove models for removed services, features"Zuul2021-11-101-143/+20
|\ \ \ | |/ /
| * | db: Remove models for removed services, featuresStephen Finucane2021-11-031-143/+20
* | | Merge "objects: Remove 'bandwidth' fields from notifications"Zuul2021-11-101-83/+0
|\ \ \ | |/ /
| * | objects: Remove 'bandwidth' fields from notificationsStephen Finucane2021-11-031-83/+0
* | | Merge "db: Remove models that were moved to the API database"Zuul2021-11-102-341/+22
|\ \ \ | |/ /
| * | db: Remove models that were moved to the API databaseStephen Finucane2021-11-032-341/+22
* | | Merge "Add autopep8 to tox and pre-commit"Zuul2021-11-081-1/+0
|\ \ \ | |/ / |/| |
| * | Add autopep8 to tox and pre-commitSean Mooney2021-11-081-1/+0
* | | objects: Stop querying the main DB for keypairsStephen Finucane2021-10-181-72/+0
* | | db: Remove legacy placement modelsStephen Finucane2021-10-181-230/+17
|/ /
* | db: Remove unused build_requests columnsStephen Finucane2021-10-182-32/+46
* | db: De-duplicate list of removed table columnsStephen Finucane2021-10-184-50/+95
* | db: Enable auto-generation of API DB migrationsStephen Finucane2021-10-182-11/+67
* | db: Add migration to resolve shadow table discrepanciesStephen Finucane2021-09-242-9/+77
|/
* Add missing __init__.py in nova/db/apiThomas Goirand2021-09-201-0/+0
* Fix nova-manage db versionBalazs Gibizer2021-09-131-1/+3
* Merge "db: Handle parameters in DB strings"Zuul2021-08-311-4/+9
|\
| * db: Handle parameters in DB stringsStephen Finucane2021-08-271-4/+9
* | Merge "Remove module level caching"Zuul2021-08-311-17/+7
|\ \ | |/
| * Remove module level cachingSean Mooney2021-08-271-17/+7
* | Fix inactive session error in compute node creationMark Goddard2021-08-201-2/+15
* | Prevent deletion of a compute node belonging to another hostMark Goddard2021-08-201-5/+18
|/
* db: Enable auto-generation of migrationsStephen Finucane2021-08-0910-118/+118
* db: Integrate alembicStephen Finucane2021-08-097-110/+186
* db: Add initial alembic migration for API DBStephen Finucane2021-08-095-0/+823
* db: Add initial alembic migration for main DBStephen Finucane2021-08-096-3/+1848
* db: Avoid use of ALTER in initial migrationStephen Finucane2021-08-091-59/+68
* db: Post reshuffle cleanupStephen Finucane2021-08-094-119/+179
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-0930-4/+2
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-096-1480/+19