summaryrefslogtreecommitdiff
path: root/cinder/db/sqlalchemy/models.py
Commit message (Expand)AuthorAgeFilesLines
* DB: Align volumes_service_uuid index in model with migrationEric Harney2023-03-301-1/+1
* Improve resource listing efficiencyGorka Eguileor2023-03-061-0/+26
* Merge "Report tri-state shared_targets for NVMe volumes"Zuul2022-07-271-1/+4
|\
| * Report tri-state shared_targets for NVMe volumesGorka Eguileor2022-05-241-1/+4
* | db: Don't use legacy calling style of select()Stephen Finucane2022-06-161-3/+3
* | models: Remove implicit coercion of SELECT to scalar subqueryStephen Finucane2022-06-161-3/+6
|/
* Merge "db: Enable auto-generation of database migrations"Zuul2022-03-081-2/+1
|\
| * db: Enable auto-generation of database migrationsStephen Finucane2022-02-201-2/+1
* | Merge "db: Resolve additional migration-model mismatches"Zuul2022-03-071-9/+21
|\ \ | |/
| * db: Resolve additional migration-model mismatchesStephen Finucane2022-02-201-9/+21
* | Merge "db: Add missing foreign keys, indexes to models"Zuul2022-03-011-19/+62
|\ \ | |/
| * db: Add missing foreign keys, indexes to modelsStephen Finucane2022-02-201-19/+62
* | db: Remove unnecessary timezone configurationStephen Finucane2022-01-241-1/+1
|/
* db: Correct 'nullable' mismatches on modelsStephen Finucane2021-12-151-25/+57
* db: Fix formatting of database modelsStephen Finucane2021-12-151-179/+296
* Fix: Race between attachment and volume deletionGorka Eguileor2021-10-151-0/+10
* Improve quota usage for temporary resourcesGorka Eguileor2021-08-261-0/+7
* db: Use 'import sqlalchemy as sa' patternStephen Finucane2021-07-121-328/+383
* Fix quota usage duplicate entriesGorka Eguileor2021-03-301-0/+16
* Remove nested quota leftoversGorka Eguileor2021-03-301-0/+3
* Follow Up: Default type overridesRajat Dhasmana2020-09-171-1/+1
* Default type overridesRajat Dhasmana2020-09-161-0/+12
* Add x_project_id, accepted to transfersYikun Jiang2018-12-201-0/+3
* Increase the length of resource property in quota_usageszhangbailin2018-11-021-1/+1
* Fix for field type errorLiang Fang2018-10-141-1/+1
* Transfer snapshots with volumeswanghao2018-07-191-0/+1
* Keep ORM names matching their VO counterpartswanghao2018-06-191-23/+23
* Fix how backups handle encryption key IDsAlan Bishop2018-01-301-0/+1
* Store host connector in volume_attachment.connector columnMatt Riedemann2017-12-141-1/+8
* Add shared_targets flag to VolumesJohn Griffith2017-11-281-0/+1
* Add service_uuid FK to volumesJohn Griffith2017-11-211-0/+10
* Add index for reservations on (deleted, uuid)wuyuting2017-10-181-0/+2
* Add uuid to services entriesj-griffith2017-10-031-0/+1
* Add indexes to SQLAlchemy modelsSean McGinnis2017-09-261-38/+47
* Don't lock whole project's resource when reserve/commitTommyLike2017-08-301-1/+3
* Switch to using bool for filtering non-deleted volume attributesArmando Migliaccio2017-08-011-2/+1
* Merge "Revert MySQL Cluster Support until an approach is worked out"Jenkins2017-07-271-9/+8
|\
| * Revert MySQL Cluster Support until an approach is worked outMike Bayer2017-07-261-9/+8
* | Support metadata for backup resourcewangxiyuan2017-07-261-0/+14
|/
* Enables MySQL Cluster Support for Cinderoorgeron2017-07-191-8/+9
* Keep consistent of naming conventionjunboli2017-07-101-1/+1
* Modify the length of project_id for MessagesPranali Deore2017-07-061-1/+1
* Explicit user messagesTommyLike2017-06-161-0/+4
* Tiramisu: replication group supportxing-yang2017-04-301-0/+2
* Add 'connection_info' to attachment objectTommyLike2017-04-191-0/+1
* Fix column types in models.pyMate Lakat2017-03-081-2/+2
* Merge "Sync ``services`` SQLA model with what's in the DB"Jenkins2017-01-211-1/+1
|\
| * Sync ``services`` SQLA model with what's in the DBMichaƂ Dulko2017-01-181-1/+1
* | Add new attachment APISJohn Griffith2017-01-201-0/+21
* | Prevent claiming and updating races on workerGorka Eguileor2017-01-191-0/+3