summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove unused cert db method."Jenkins2013-06-181-12/+0
|\
| * Remove unused cert db method.Russell Bryant2013-06-141-12/+0
* | Merge "Session cleanup for db.security_group_rule_* methods"Jenkins2013-06-181-27/+23
|\ \
| * | Session cleanup for db.security_group_rule_* methodsYuzlikeev Eduard2013-06-141-27/+23
* | | Merge "Remove trivial cases of unused variables (1)"Jenkins2013-06-182-4/+1
|\ \ \
| * | | Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-132-4/+1
| | |/ | |/|
* | | Add unique constraints to Cell.Yuriy Zveryanskyy2013-06-173-1/+48
* | | Add missing tests for cell_* methodsYuriy Zveryanskyy2013-06-171-1/+1
* | | Merge "Removed session from reservation_create()"Jenkins2013-06-151-1/+8
|\ \ \ | |_|/ |/| |
| * | Removed session from reservation_create()Sergey Skripnick2013-05-301-1/+8
* | | Merge "Fix _drop_unique_constraint_in_sqlite() function."Jenkins2013-06-141-0/+28
|\ \ \
| * | | Fix _drop_unique_constraint_in_sqlite() function.Victor Sergeyev2013-05-291-0/+28
* | | | Merge "Sending volume IO usage broken"Jenkins2013-06-132-11/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Sending volume IO usage brokenMichael Kerrin2013-06-072-11/+7
* | | | Remove use of locals() in db migrations.Michael Still2013-06-132-2/+2
* | | | Merge "Use an inner join on aggregate_hosts in aggregate_get_by_host"Jenkins2013-06-131-3/+10
|\ \ \ \
| * | | | Use an inner join on aggregate_hosts in aggregate_get_by_hostDavid Ripton2013-06-111-3/+10
* | | | | Merge "Improve the performance of migration 186"Jenkins2013-06-131-68/+79
|\ \ \ \ \
| * | | | | Improve the performance of migration 186Nikola Dipanov2013-06-121-68/+79
* | | | | | Merge "Fix and enable H403 tests"Jenkins2013-06-134-12/+27
|\ \ \ \ \ \
| * | | | | | Fix and enable H403 testsDirk Mueller2013-06-124-12/+27
* | | | | | | Merge "Add missing exception to cell_update()"Jenkins2013-06-121-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Add missing exception to cell_update()Yuriy Zveryanskyy2013-06-061-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Fix a race where a soft deleted instance might be removed by mistake"Jenkins2013-06-121-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix a race where a soft deleted instance might be removed by mistakeHans Lindgren2013-06-041-1/+1
* | | | | | | Merge "Add missing tests for nova.db.api.network_*."Jenkins2013-06-122-17/+0
|\ \ \ \ \ \ \
| * | | | | | | Add missing tests for nova.db.api.network_*.Sergey Skripnick2013-06-122-17/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Give a way to save why a service has been disabled."Jenkins2013-06-122-0/+37
|\ \ \ \ \ \ \
| * | | | | | | Give a way to save why a service has been disabled.Andrea Rosa2013-06-122-0/+37
| |/ / / / / /
* | | | | | | Merge "Fix db.models.Instance description"Jenkins2013-06-121-41/+55
|\ \ \ \ \ \ \
| * | | | | | | Fix db.models.Instance descriptionBoris Pavlovic2013-06-081-41/+55
* | | | | | | | Merge "Fix db.models.Certificate description"Jenkins2013-06-121-3/+7
|\| | | | | | |
| * | | | | | | Fix db.models.Certificate descriptionBoris Pavlovic2013-06-081-3/+7
* | | | | | | | Merge "Fix db.models.ComputeNodeStats description"Jenkins2013-06-121-4/+11
|\| | | | | | |
| * | | | | | | Fix db.models.ComputeNodeStats descriptionBoris Pavlovic2013-06-081-4/+11
* | | | | | | | Merge "Fix db.models.ComputeNode description"Jenkins2013-06-121-15/+16
|\| | | | | | | | |/ / / / / / |/| | | | | |
| * | | | | | Fix db.models.ComputeNode descriptionBoris Pavlovic2013-06-081-15/+16
* | | | | | | Merge "Refactors get_instance_security_groups to only use instance_uuid"Jenkins2013-06-112-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Refactors get_instance_security_groups to only use instance_uuidTiago Mello2013-06-102-4/+4
| | |_|_|/ / / | |/| | | | |
* / | | | | | Nova instance group DB supportGary Kotton2013-06-114-0/+634
|/ / / / / /
* | | | | | Merge "DB migration to the new BDM data format"Jenkins2013-06-114-23/+312
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DB migration to the new BDM data formatNikola Dipanov2013-06-104-23/+312
* | | | | | Fix db.models.Service descriptionBoris Pavlovic2013-06-081-3/+5
|/ / / / /
* | / / / Rename unique constraints due to new convention.Victor Sergeyev2013-06-072-3/+168
| |/ / / |/| | |
* | | | Merge "Improve Python 3.x compatibility"Jenkins2013-06-051-2/+2
|\ \ \ \
| * | | | Improve Python 3.x compatibilityDirk Mueller2013-06-011-2/+2
| |/ / /
* | | | Fix postgresql failures related to Data typeMauro S. M. Rodrigues2013-06-031-34/+58
* | | | Merge "Cosmetic fix to parameter name in DB API"Jenkins2013-06-021-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Cosmetic fix to parameter name in DB APIAdrien Cunin2013-05-301-2/+2
| | |/ | |/|
* | | Merge "Fix error in instance_get_all_by_filters() use of soft_deleted filter"Jenkins2013-05-301-4/+4
|\ \ \