summaryrefslogtreecommitdiffstats
path: root/nova/db/sqlalchemy/api.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Session cleanup for db.security_group_* methods"Jenkins2013-07-011-63/+79
|\
| * Session cleanup for db.security_group_* methodsRoman Bogorodskiy2013-06-281-63/+79
* | Merge "Fix typo for instance_get_all_by_filters() function."Jenkins2013-07-011-1/+1
|\ \
| * | Fix typo for instance_get_all_by_filters() function.Yufang Zhang2013-06-271-1/+1
| |/
* | Merge "db.compute_node_update: ignore values['update_at']"Jenkins2013-06-281-2/+1
|\ \ | |/ |/|
| * db.compute_node_update: ignore values['update_at']Peter Feiner2013-06-261-2/+1
* | Merge "Retry quota_reserve on DBDeadlock"Jenkins2013-06-261-0/+1
|\ \
| * | Retry quota_reserve on DBDeadlockChris Behrens2013-06-211-0/+1
| |/
* | Merge "Cells: Add support for global cinder"Jenkins2013-06-261-3/+6
|\ \
| * | Cells: Add support for global cinderChris Behrens2013-06-111-3/+6
* | | Refactor db.security_group_get() instance join behaviorDan Smith2013-06-221-6/+10
| |/ |/|
* | Merge "Remove db session hack from conductor's vol_usage_update()"Jenkins2013-06-201-3/+4
|\ \
| * | Remove db session hack from conductor's vol_usage_update()Dan Smith2013-06-181-3/+4
* | | 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
* | | | Add unique constraints to Cell.Yuriy Zveryanskyy2013-06-171-1/+4
* | | | 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 "Sending volume IO usage broken"Jenkins2013-06-131-8/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Sending volume IO usage brokenMichael Kerrin2013-06-071-8/+6
* | | | 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 "Fix and enable H403 tests"Jenkins2013-06-131-1/+2
|\ \ \ \ \
| * | | | | Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* | | | | | 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
* | | | | | Add missing tests for nova.db.api.network_*.Sergey Skripnick2013-06-121-12/+0
* | | | | | Merge "Refactors get_instance_security_groups to only use instance_uuid"Jenkins2013-06-111-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Refactors get_instance_security_groups to only use instance_uuidTiago Mello2013-06-101-2/+2
| | |_|/ / | |/| | |
* / | | | Nova instance group DB supportGary Kotton2013-06-111-0/+354
|/ / / /
* | / / DB migration to the new BDM data formatNikola Dipanov2013-06-101-13/+32
| |/ / |/| |
* | | 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 "Fix error in instance_get_all_by_filters() use of soft_deleted filter"Jenkins2013-05-301-4/+4
|\ \
| * | Fix error in instance_get_all_by_filters() use of soft_deleted filterHans Lindgren2013-05-201-4/+4
* | | Don't update DB records for unchanged stats.Brian Elliott2013-05-171-3/+4
| |/ |/|
* | Merge "Raise AgentBuildNotFound on updating/destroying deleted object"Jenkins2013-05-291-17/+8
|\ \
| * | Raise AgentBuildNotFound on updating/destroying deleted objectSergey Skripnick2013-05-221-17/+8
* | | Merge "Don't delete sys_meta on instance delete"Jenkins2013-05-291-3/+0
|\ \ \
| * | | Don't delete sys_meta on instance deleteChris Behrens2013-05-291-3/+0
* | | | Fix volume IO usage notifications been sent too often.Michael Kerrin2013-05-291-1/+3
|/ / /
* | | Merge "Add update method of security group name and description"Jenkins2013-05-291-0/+12
|\ \ \
| * | | Add update method of security group name and descriptionZhenguo Niu2013-05-291-0/+12
* | | | Fix and enable flake8 F812Joe Gordon2013-05-281-9/+9