index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
/
db
/
sqlalchemy
/
api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Session cleanup for db.security_group_* methods"
Jenkins
2013-07-01
1
-63
/
+79
|
\
|
*
Session cleanup for db.security_group_* methods
Roman Bogorodskiy
2013-06-28
1
-63
/
+79
*
|
Merge "Fix typo for instance_get_all_by_filters() function."
Jenkins
2013-07-01
1
-1
/
+1
|
\
\
|
*
|
Fix typo for instance_get_all_by_filters() function.
Yufang Zhang
2013-06-27
1
-1
/
+1
|
|
/
*
|
Merge "db.compute_node_update: ignore values['update_at']"
Jenkins
2013-06-28
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
db.compute_node_update: ignore values['update_at']
Peter Feiner
2013-06-26
1
-2
/
+1
*
|
Merge "Retry quota_reserve on DBDeadlock"
Jenkins
2013-06-26
1
-0
/
+1
|
\
\
|
*
|
Retry quota_reserve on DBDeadlock
Chris Behrens
2013-06-21
1
-0
/
+1
|
|
/
*
|
Merge "Cells: Add support for global cinder"
Jenkins
2013-06-26
1
-3
/
+6
|
\
\
|
*
|
Cells: Add support for global cinder
Chris Behrens
2013-06-11
1
-3
/
+6
*
|
|
Refactor db.security_group_get() instance join behavior
Dan Smith
2013-06-22
1
-6
/
+10
|
|
/
|
/
|
*
|
Merge "Remove db session hack from conductor's vol_usage_update()"
Jenkins
2013-06-20
1
-3
/
+4
|
\
\
|
*
|
Remove db session hack from conductor's vol_usage_update()
Dan Smith
2013-06-18
1
-3
/
+4
*
|
|
Merge "Remove unused cert db method."
Jenkins
2013-06-18
1
-12
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove unused cert db method.
Russell Bryant
2013-06-14
1
-12
/
+0
*
|
|
Merge "Session cleanup for db.security_group_rule_* methods"
Jenkins
2013-06-18
1
-27
/
+23
|
\
\
\
|
*
|
|
Session cleanup for db.security_group_rule_* methods
Yuzlikeev Eduard
2013-06-14
1
-27
/
+23
*
|
|
|
Add unique constraints to Cell.
Yuriy Zveryanskyy
2013-06-17
1
-1
/
+4
*
|
|
|
Add missing tests for cell_* methods
Yuriy Zveryanskyy
2013-06-17
1
-1
/
+1
*
|
|
|
Merge "Removed session from reservation_create()"
Jenkins
2013-06-15
1
-1
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Removed session from reservation_create()
Sergey Skripnick
2013-05-30
1
-1
/
+8
*
|
|
|
Merge "Sending volume IO usage broken"
Jenkins
2013-06-13
1
-8
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Sending volume IO usage broken
Michael Kerrin
2013-06-07
1
-8
/
+6
*
|
|
|
Merge "Use an inner join on aggregate_hosts in aggregate_get_by_host"
Jenkins
2013-06-13
1
-3
/
+10
|
\
\
\
\
|
*
|
|
|
Use an inner join on aggregate_hosts in aggregate_get_by_host
David Ripton
2013-06-11
1
-3
/
+10
*
|
|
|
|
Merge "Fix and enable H403 tests"
Jenkins
2013-06-13
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix and enable H403 tests
Dirk Mueller
2013-06-12
1
-1
/
+2
*
|
|
|
|
|
Merge "Add missing exception to cell_update()"
Jenkins
2013-06-12
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add missing exception to cell_update()
Yuriy Zveryanskyy
2013-06-06
1
-0
/
+2
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge "Fix a race where a soft deleted instance might be removed by mistake"
Jenkins
2013-06-12
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix a race where a soft deleted instance might be removed by mistake
Hans Lindgren
2013-06-04
1
-1
/
+1
*
|
|
|
|
|
Add missing tests for nova.db.api.network_*.
Sergey Skripnick
2013-06-12
1
-12
/
+0
*
|
|
|
|
|
Merge "Refactors get_instance_security_groups to only use instance_uuid"
Jenkins
2013-06-11
1
-2
/
+2
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Refactors get_instance_security_groups to only use instance_uuid
Tiago Mello
2013-06-10
1
-2
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Nova instance group DB support
Gary Kotton
2013-06-11
1
-0
/
+354
|
/
/
/
/
*
|
/
/
DB migration to the new BDM data format
Nikola Dipanov
2013-06-10
1
-13
/
+32
|
|
/
/
|
/
|
|
*
|
|
Merge "Improve Python 3.x compatibility"
Jenkins
2013-06-05
1
-2
/
+2
|
\
\
\
|
*
|
|
Improve Python 3.x compatibility
Dirk Mueller
2013-06-01
1
-2
/
+2
|
|
/
/
*
/
/
Fix postgresql failures related to Data type
Mauro S. M. Rodrigues
2013-06-03
1
-34
/
+58
|
/
/
*
|
Merge "Fix error in instance_get_all_by_filters() use of soft_deleted filter"
Jenkins
2013-05-30
1
-4
/
+4
|
\
\
|
*
|
Fix error in instance_get_all_by_filters() use of soft_deleted filter
Hans Lindgren
2013-05-20
1
-4
/
+4
*
|
|
Don't update DB records for unchanged stats.
Brian Elliott
2013-05-17
1
-3
/
+4
|
|
/
|
/
|
*
|
Merge "Raise AgentBuildNotFound on updating/destroying deleted object"
Jenkins
2013-05-29
1
-17
/
+8
|
\
\
|
*
|
Raise AgentBuildNotFound on updating/destroying deleted object
Sergey Skripnick
2013-05-22
1
-17
/
+8
*
|
|
Merge "Don't delete sys_meta on instance delete"
Jenkins
2013-05-29
1
-3
/
+0
|
\
\
\
|
*
|
|
Don't delete sys_meta on instance delete
Chris Behrens
2013-05-29
1
-3
/
+0
*
|
|
|
Fix volume IO usage notifications been sent too often.
Michael Kerrin
2013-05-29
1
-1
/
+3
|
/
/
/
*
|
|
Merge "Add update method of security group name and description"
Jenkins
2013-05-29
1
-0
/
+12
|
\
\
\
|
*
|
|
Add update method of security group name and description
Zhenguo Niu
2013-05-29
1
-0
/
+12
*
|
|
|
Fix and enable flake8 F812
Joe Gordon
2013-05-28
1
-9
/
+9
[next]