summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove race condition (in InstanceTypeProjects)"Jenkins2013-04-082-10/+47
|\
| * Remove race condition (in InstanceTypeProjects)Boris Pavlovic2013-04-052-10/+47
* | Allow describe_instances to use tags for searchesStephen Gran2013-04-051-0/+80
|/
* Merge "Add CRUD methods for tags to the EC2 API."Jenkins2013-04-042-0/+66
|\
| * Add CRUD methods for tags to the EC2 API.Stephen Gran2013-03-282-0/+66
* | Optimize resource tracker queries for instancesBrian Elliott2013-04-041-8/+11
* | Return 409 on creating/importing same name keypairRohan Rhishikesh Kanade2013-04-012-5/+68
* | Remove race condition (in InstanceTypes)Boris Pavlovic2013-03-262-28/+74
|/
* Add missing tests for db.instance_type_* methodsBoris Pavlovic2013-03-261-1/+0
* Add a comment to placeholder migrations.David Ripton2013-03-2210-0/+80
* Add placeholder migrations to allow backports.Vishvananda Ishaya2013-03-2010-0/+60
* Merge "Refactor db.service_destroy and db.service_update methods"Jenkins2013-03-201-12/+24
|\
| * Refactor db.service_destroy and db.service_update methodsBoris Pavlovic2013-03-201-12/+24
* | Merge "Check keypair destroy result operation"Jenkins2013-03-171-4/+6
|\ \ | |/ |/|
| * Check keypair destroy result operationMauro S. M. Rodrigues2013-03-141-4/+6
* | Merge "Update migration 153 for efficiency."Jenkins2013-03-171-4/+9
|\ \
| * | Update migration 153 for efficiency.Brian Lamar2013-03-141-4/+9
* | | Merge "Fix db archiving bug with foreign key constraints."Jenkins2013-03-151-3/+10
|\ \ \
| * | | Fix db archiving bug with foreign key constraints.David Ripton2013-03-151-3/+10
| | |/ | |/|
* | | Merge "Add quotas for fixed ips."Jenkins2013-03-152-0/+18
|\ \ \ | |_|/ |/| |
| * | Add quotas for fixed ips.Michael Still2013-03-152-0/+18
| |/
* | Merge "Fix system_metadata "None" and created_at values"Jenkins2013-03-142-1/+45
|\ \ | |/ |/|
| * Fix system_metadata "None" and created_at valuesDan Smith2013-03-142-1/+45
* | Merge "Remove sqlalchemy calling back to DB API"Jenkins2013-03-141-3/+3
|\ \ | |/ |/|
| * Remove sqlalchemy calling back to DB APIChris Behrens2013-03-131-3/+3
* | Merge "Don't load system_metadata when it isn't joined."Jenkins2013-03-132-2/+2
|\ \
| * | Don't load system_metadata when it isn't joined.Vishvananda Ishaya2013-03-122-2/+2
* | | Merge "Refactor work with session in db.block_device_mapping_* methods"Jenkins2013-03-131-21/+11
|\ \ \ | |_|/ |/| |
| * | Refactor work with session in db.block_device_mapping_* methodsBoris Pavlovic2013-03-131-21/+11
| |/
* | Merge "Skip deleted fixed ip address for os-fixed-ips extension"Jenkins2013-03-131-8/+9
|\ \
| * | Skip deleted fixed ip address for os-fixed-ips extensionZhi Yan Liu2013-03-131-8/+9
* | | Merge "Delete instance metadata when delete VM"Jenkins2013-03-131-1/+3
|\ \ \ | |/ / |/| |
| * | Delete instance metadata when delete VMJoe Gordon2013-03-121-1/+3
* | | Merge "Compile BigInteger to INTEGER for sqlite"Jenkins2013-03-121-0/+8
|\ \ \ | |/ / |/| |
| * | Compile BigInteger to INTEGER for sqliteKaushik Chandrashekar2013-03-081-0/+8
* | | Merge "Force resource updates to update updated_at"Jenkins2013-03-121-0/+5
|\ \ \
| * | | Force resource updates to update updated_atChris Behrens2013-03-111-0/+5
* | | | Merge "Remove instance['instance_type'] relationship from db api"Jenkins2013-03-122-22/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove instance['instance_type'] relationship from db apiDan Smith2013-03-112-22/+1
| |/ /
* / / Extended server attributes can show wrong hypervisor_hostnameHans Lindgren2013-03-102-13/+0
|/ /
* | Merge "Make nova-manage db archive_deleted_rows more explicit"Jenkins2013-03-081-5/+1
|\ \ | |/ |/|
| * Make nova-manage db archive_deleted_rows more explicitJoe Gordon2013-03-081-5/+1
* | Merge "Fix instance_system_metadata deleted columns"Jenkins2013-03-061-0/+33
|\ \
| * | Fix instance_system_metadata deleted columnsChris Behrens2013-03-051-0/+33
| |/
* | Merge "Imporove db.sqlalchemy.api._validate_unique_server_name method"Jenkins2013-03-051-13/+13
|\ \ | |/ |/|
| * Imporove db.sqlalchemy.api._validate_unique_server_name methodBoris Pavlovic2013-03-041-13/+13
* | Merge "Push 'Error' result from event to instance action."Jenkins2013-03-041-0/+4
|\ \
| * | Push 'Error' result from event to instance action.Andrew Laski2013-02-151-0/+4
* | | Remove unused db calls from nova.db.apiJoe Gordon2013-03-042-75/+0
| |/ |/|
* | Merge "Compute manager should remove dead resources"Jenkins2013-03-042-1/+20
|\ \