summaryrefslogtreecommitdiff
path: root/nova/db/main/api.py
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-151-8/+9
* db: Don't use legacy 'Row()' methodsStephen Finucane2021-11-121-1/+1
* 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-121-2/+3
* 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-101-0/+4
|\ \ | |/
| * db: Remove models that were moved to the API databaseStephen Finucane2021-11-031-0/+4
* | 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
|/
* 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: Integrate alembicStephen Finucane2021-08-091-2/+7
* db: Post reshuffle cleanupStephen Finucane2021-08-091-116/+16
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-0/+4943