summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "get instance details results in volumes key error"Jenkins2012-05-171-8/+2
|\
| * get instance details results in volumes key errorJohn Griffith2012-05-151-8/+2
* | Rearchitect quota checking to partially fix bug 938317.Kevin L. Mitchell2012-05-164-34/+622
|/
* Alphabetize importsJoe Gordon2012-05-143-9/+9
* Adding notifications for volumesCraig Vyvial2012-05-142-0/+24
* Migrate missing license infoZhongyue Luo2012-05-149-0/+60
* Merge "Create a utf8 version of the dns_domains table."Jenkins2012-05-111-0/+145
|\
| * Create a utf8 version of the dns_domains table.Dan Prince2012-05-111-0/+145
* | Merge "Destroy system metadata when destroying instance"Jenkins2012-05-111-0/+5
|\ \ | |/ |/|
| * Destroy system metadata when destroying instanceChris Behrens2012-05-111-0/+5
* | Remove instance Foreign Key in volumes table, replace with instance_uuidJohn Griffith2012-05-106-34/+373
|/
* Update PostgreSQL sequence names for zones/quotas.Dan Prince2012-05-101-0/+52
* Remove instance action logging mechanismBrian Waldon2012-05-084-41/+52
* Merge "pylint cleanup"Jenkins2012-05-081-1/+0
|\
| * pylint cleanupJoe Gordon2012-05-071-1/+0
* | Merge "Implement key pair quotas."Jenkins2012-05-082-0/+12
|\ \ | |/ |/|
| * Implement key pair quotas.Dan Prince2012-05-032-0/+12
* | Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-072-3/+3
* | Merge "Add instance_system_metadata modeling."Jenkins2012-05-044-11/+223
|\ \
| * | Add instance_system_metadata modeling.Rick Harris2012-05-044-11/+223
* | | Merge "Adds missing copyright to migration 082."Jenkins2012-05-041-0/+14
|\ \ \
| * | | Adds missing copyright to migration 082.Dan Prince2012-05-041-0/+14
| |/ /
* / / Default auto-increment for int primary key columnsEoghan Glynn2012-05-041-4/+5
|/ /
* | Merge "Convert Volume and Snapshot IDs to use UUID"Jenkins2012-05-038-11/+1098
|\ \
| * | Convert Volume and Snapshot IDs to use UUIDJohn Griffith2012-05-028-11/+1098
| |/
* / Compact pre-Folsom database migrations.Dan Prince2012-05-02116-9839/+992
|/
* Merge "Remove workaround for sqlalchemy-migration < 0.6.4"Jenkins2012-05-011-10/+1
|\
| * Remove workaround for sqlalchemy-migration < 0.6.4Mark McLoughlin2012-04-301-10/+1
* | Merge "Migrate block_device_mapping to use instance uuids."Jenkins2012-04-307-15/+298
|\ \
| * | Migrate block_device_mapping to use instance uuids.Michael Still2012-05-017-15/+298
* | | Merge "Fix InnoDB migration bug in migrate script 86."Jenkins2012-04-301-23/+15
|\ \ \
| * | | Fix InnoDB migration bug in migrate script 86.Russell Sim2012-04-301-23/+15
| | |/ | |/|
* | | Merge "Use openstack.common.importutils."Jenkins2012-04-301-2/+2
|\ \ \
| * | | Use openstack.common.importutils.Russell Bryant2012-04-281-2/+2
| |/ /
* | | Merge "Port types and extra specs to volume api"Jenkins2012-04-301-1/+1
|\ \ \ | |_|/ |/| |
| * | Port types and extra specs to volume apiVishvananda Ishaya2012-04-131-1/+1
* | | Keep uuid with bandwidth usage tracking to handle the case where a MAC addres...Brian Elliott2012-04-274-6/+67
| |/ |/|
* | make all mysql tables explicitly innodbSean Dague2012-04-261-0/+52
* | Implement security group quotas.Dan Prince2012-04-192-0/+25
|/
* Merge "Clean up read_deleted support in host aggregates code"Jenkins2012-04-102-44/+35
|\
| * Clean up read_deleted support in host aggregates codeMark McLoughlin2012-03-252-44/+35
* | Improve grammar throughout nova.Paul McMillan2012-04-101-1/+1
* | migration_get_all_unconfirmed() now uses lowercase "finished" Fixes bugMandar Vaze2012-04-101-1/+1
* | Delete fixed_ips when network is deletedVishvananda Ishaya2012-04-091-0/+13
* | Add index to fixed_ips.addressSean Dague2012-04-091-0/+31
* | Use -1 end-to-end for unlimited quotasEoghan Glynn2012-04-052-6/+43
* | Treat -1 quotas as unlimited.Dan Prince2012-04-031-0/+6
* | Ensure a functional database connectionAdam Gandelman2012-03-301-2/+34
* | Check that volume has no snapshots before deletionAnthony Young2012-03-292-0/+12
* | Merge "Fix disassociate query to remove foreign keys"Jenkins2012-03-291-10/+14
|\ \