summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* Implement project specific flavors APIunicell2012-08-274-0/+176
* Merge "Make instance_update_and_get_original() atomic"Jenkins2012-08-271-28/+35
|\
| * Make instance_update_and_get_original() atomicYun Mao2012-08-231-28/+35
* | Rename class_name to project_idYun Mao2012-08-241-1/+1
* | Adding indexes to frequently joined database columns.Justin Shepherd2012-08-2414-0/+840
* | Remove unused instance id-to-uuid functionMark McLoughlin2012-08-232-17/+0
|/
* Merge "Update sqlite to use PoolEvents for regexp."Jenkins2012-08-231-11/+10
|\
| * Update sqlite to use PoolEvents for regexp.Alex Meade2012-08-151-11/+10
* | Merge "Have compute_node_get() join 'service'"Jenkins2012-08-211-9/+10
|\ \
| * | Have compute_node_get() join 'service'Chris Behrens2012-08-211-9/+10
* | | Merge "Implements sending notification on metadata change"Jenkins2012-08-211-1/+2
|\ \ \ | |/ / |/| |
| * | Implements sending notification on metadata changeNikhil Komawar2012-08-211-1/+2
* | | Merge "Keep the ComputeNode model updated with usage"Jenkins2012-08-214-115/+136
|\ \ \ | |/ / |/| |
| * | Keep the ComputeNode model updated with usageBrian Elliott2012-08-204-115/+136
* | | Merge "Makes sure instance deletion ok with deleted data"Jenkins2012-08-211-2/+4
|\ \ \
| * | | Makes sure instance deletion ok with deleted dataVishvananda Ishaya2012-08-171-2/+4
| |/ /
* / / OpenStack capitalization added to HACKING.rstJoe Gordon2012-08-172-2/+2
|/ /
* | Merge "Remove unused imports"Jenkins2012-08-175-7/+4
|\ \
| * | Remove unused importsRongzeZhu2012-08-175-7/+4
* | | Revert per-user-quotasEoghan Glynn2012-08-164-325/+143
|/ /
* | Remove unused variablesRongzeZhu2012-08-173-3/+0
* | Allow nova to guess device if not passed to attachVishvananda Ishaya2012-08-152-3/+22
|/
* Merge "Uniqueness checks for floating ip addresses."Jenkins2012-08-152-2/+31
|\
| * Uniqueness checks for floating ip addresses.Anton V. Yanchenko2012-08-092-2/+31
* | Merge "Remove assigned, but unused variables from nova/db/sqlalchemy/api.py"Jenkins2012-08-151-4/+0
|\ \
| * | Remove assigned, but unused variables from nova/db/sqlalchemy/api.pyBoris Filippov2012-08-151-4/+0
* | | Merge "Implement network association in OS API"Jenkins2012-08-152-6/+9
|\ \ \ | |/ / |/| |
| * | Implement network association in OS APIAlessio Ababilov2012-08-112-6/+9
* | | Merge "Update extra specs calls to use deleted: False."Jenkins2012-08-141-2/+2
|\ \ \
| * | | Update extra specs calls to use deleted: False.Dan Prince2012-08-131-2/+2
* | | | Improve bw_usage_update() performanceChris Behrens2012-08-132-28/+28
|/ / /
* | | Merge "Move results filtering to db."Jenkins2012-08-132-47/+56
|\ \ \
| * | | Move results filtering to db.Alex Meade2012-08-072-47/+56
| | |/ | |/|
* | | Merge "Flavor extra specs extension use instance_type id"Jenkins2012-08-132-22/+30
|\ \ \ | |_|/ |/| |
| * | Flavor extra specs extension use instance_type idYunhong, Jiang2012-08-062-22/+30
* | | Merge "Revert "Remove unused add_network_to_project() method""Jenkins2012-08-121-5/+16
|\ \ \
| * | | Revert "Remove unused add_network_to_project() method"Alessio Ababilov2012-08-101-5/+16
| | |/ | |/|
* | | Merge "import module, not type."Jenkins2012-08-101-2/+2
|\ \ \
| * | | import module, not type.Russell Bryant2012-08-101-2/+2
* | | | Merge "Make sure ec2 mapping raises proper exceptions"Jenkins2012-08-102-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Make sure ec2 mapping raises proper exceptionsVishvananda Ishaya2012-08-102-10/+10
| |/ /
* / / General host aggregates part 2Joe Gordon2012-08-072-11/+35
|/ /
* | Merge "Remove old exception type"Jenkins2012-08-061-1/+2
|\ \
| * | Remove old exception typeStanislaw Pitucha2012-08-041-1/+2
| |/
* / Adds per-user-quotas support for more detailed quotas managementKylin CG2012-08-064-45/+419
|/
* Fix a comment typo in db apiShane Wang2012-08-021-1/+1
* Fix issue with filtering where a value is unicode.Alex Meade2012-08-011-1/+1
* Prevent instance_info_cache from being altered post instanceTrey Morris2012-07-311-1/+4
* Use event.listen() instead of deprecated listeners kwargJohannes Erdfelt2012-07-311-22/+17
* Convert virtual_interfaces to using instance_uuid.Michael Still2012-07-315-12/+262