summaryrefslogtreecommitdiff
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Drop delete_build_requests_with_no_instance_uuid online migration"Zuul2019-07-231-0/+1
|\ \ \ | |/ / |/| |
| * | Drop delete_build_requests_with_no_instance_uuid online migrationMatt Riedemann2019-04-081-0/+1
* | | db: Add vpmems to instance_extraLuyao Zhong2019-07-093-1/+34
* | | Merge "Replace deprecated with_lockmode with with_for_update"Zuul2019-06-261-2/+2
|\ \ \
| * | | Replace deprecated with_lockmode with with_for_updateMadhuri Kumari2019-06-191-2/+2
* | | | Merge "Add Migration.cross_cell_move and get_by_uuid"Zuul2019-06-182-0/+25
|\ \ \ \
| * | | | Add Migration.cross_cell_move and get_by_uuidMatt Riedemann2019-06-122-0/+25
* | | | | Merge "Don't rely on SQLAlchemy collections magically initializing __dict__"Zuul2019-06-171-1/+1
|\ \ \ \ \
| * | | | | Don't rely on SQLAlchemy collections magically initializing __dict__Mike Bayer2019-05-251-1/+1
* | | | | | Merge "Replace joinedload_all with joinedload"Zuul2019-06-151-12/+20
|\ \ \ \ \ \
| * | | | | | Replace joinedload_all with joinedloadTakashi NATSUME2019-06-141-12/+20
| | |/ / / / | |/| | | |
* | | | | | Hacking N363: `in (not_a_tuple)`Eric Fried2019-06-071-1/+1
|/ / / / /
* | | | | Merge "db: Remove cell APIs"Zuul2019-06-043-72/+3
|\ \ \ \ \
| * | | | | db: Remove cell APIsStephen Finucane2019-05-293-72/+3
* | | | | | Fix hard-delete of instance with soft-deleted referential constraintsMatt Riedemann2019-05-291-1/+5
|/ / / / /
* | | | | Merge "Stop handling 'update_cells' on 'BandwidthUsage.create'"Zuul2019-05-291-10/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Stop handling 'update_cells' on 'BandwidthUsage.create'Stephen Finucane2019-05-201-10/+1
* | | | | Add --before to nova-manage db archive_deleted_rowsJake Yip2019-05-232-42/+36
* | | | | refactor nova-manage archive_deleted_rowsJake Yip2019-05-231-47/+41
|/ / / /
* | | | Fix retry of instance_update_and_get_originalMatthew Booth2019-05-151-8/+13
* | | | Microversion 2.73: Support adding the reason behind a server lockSurya Seetharaman2019-05-111-2/+2
* | | | Merge "Delete the placement code"Zuul2019-05-041-8/+1
|\ \ \ \
| * | | | Delete the placement codeChris Dent2019-04-281-8/+1
* | | | | Merge "Add get_compute_nodes_by_host_or_node()"Zuul2019-05-012-0/+24
|\ \ \ \ \
| * | | | | Add get_compute_nodes_by_host_or_node()Tetsuro Nakamura2019-04-172-0/+24
* | | | | | Merge "Add instance hard delete"Zuul2019-04-302-32/+52
|\ \ \ \ \ \
| * | | | | | Add instance hard deleteTheodoros Tsioutsias2019-04-132-32/+52
* | | | | | | Merge "Soft delete virtual_interfaces when instance is destroyed"Zuul2019-04-301-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Soft delete virtual_interfaces when instance is destroyedMatt Riedemann2019-04-081-0/+2
* | | | | | Merge "Delete require_instance_exists_using_uuid"Zuul2019-04-261-15/+0
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Delete require_instance_exists_using_uuidMatt Riedemann2019-04-081-15/+0
| | |/ / | |/| |
* | | | Merge "trivial: Remove dead nova.db functions"Zuul2019-04-111-27/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | trivial: Remove dead nova.db functionsStephen Finucane2019-04-111-27/+1
| |/ /
* | | Add placeholder migrations for Stein backportsStephen Finucane2019-04-0810-0/+220
|/ /
* | Merge "Add retry_on_deadlock to migration_update DB API"Zuul2019-03-281-0/+1
|\ \
| * | Add retry_on_deadlock to migration_update DB APIMatt Riedemann2019-03-121-0/+1
* | | Pass kwargs to exception to get better format of error messagezhufl2019-03-151-2/+2
|/ /
* | Add user_id column to the instance_mappings tablemelanie witt2019-03-072-1/+38
* | Update --max-rows parameter description for archive_deleted_rowsSurya Seetharaman2019-03-061-4/+4
* | Update mailinglist from dev to discussZhongShengping2018-12-051-1/+1
|/
* Merge "Add volume_type field to BlockDeviceMapping object"Zuul2018-10-122-0/+34
|\
| * Add volume_type field to BlockDeviceMapping objectzhangbailin2018-09-282-0/+34
* | Merge "remove commented-out code"Zuul2018-10-111-4/+4
|\ \
| * | remove commented-out codeChen2018-09-271-4/+4
| |/
* | Replace usage of get_legacy_facade() with get_engine()melanie witt2018-09-281-2/+4
|/
* Merge "Delete instance_id_mappings record in instance_destroy"Zuul2018-09-211-0/+2
|\
| * Delete instance_id_mappings record in instance_destroyMatt Riedemann2018-08-141-0/+2
* | Resource retrieving: add changes-before filterzhangbailin2018-09-191-12/+42
* | Fix DB archiver AttributeError due to wrong table name attribute usedSam Morrison2018-09-051-1/+1
* | Revert "Don't use '_TransactionContextManager._async'"Stephen Finucane2018-08-281-1/+1