summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge "Fix error in NovaBase.save() method"Jenkins2013-01-131-2/+11
|\ \ \ \
| * | | | Fix error in NovaBase.save() methodBoris Pavlovic2013-01-121-2/+11
* | | | | Fix quota updating when admin deletes common user's instanceyugsuo2013-01-112-18/+24
| |_|/ / |/| | |
* | | | Move logic from os-api-host into computeMatthew Sherborne2013-01-112-0/+18
|/ / /
* / / fix new N402 errorsSean Dague2013-01-103-11/+11
|/ /
* | fix N402 for nova/dbSean Dague2013-01-094-63/+63
* | Merge "New instance_actions and events table, model, and api"Jenkins2013-01-094-0/+290
|\ \
| * | New instance_actions and events table, model, and apiAndrew Laski2013-01-084-0/+290
* | | Move osapi_compute_unique_server_name_scope to dbMark McLoughlin2013-01-091-0/+8
* | | Move compute_topic into nova.compute.rpcapiMark McLoughlin2013-01-091-1/+1
|/ /
* | Merge "Remove availability_zones from service table"Jenkins2013-01-093-3/+87
|\ \
| * | Remove availability_zones from service tableJoe Gordon2013-01-083-3/+87
* | | Merge "Enable Aggregate based availability zones"Jenkins2013-01-094-17/+109
|\| |
| * | Enable Aggregate based availability zonesJoe Gordon2013-01-084-17/+109
* | | Merge "fix N401 errors, stop ignoring all N4* errors"Jenkins2013-01-091-2/+4
|\ \ \ | |/ / |/| |
| * | fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-2/+4
| |/
* | Refresh instance metadata in-placeDan Smith2013-01-081-3/+27
* | Merge "NovaBase.delete() rename to NovaBase.soft_delete()"Jenkins2013-01-083-12/+12
|\ \
| * | NovaBase.delete() rename to NovaBase.soft_delete()Boris Pavlovic2013-01-063-12/+12
| |/
* | Merge "Add helper methods to nova.paths"Jenkins2013-01-081-2/+2
|\ \
| * | Add helper methods to nova.pathsMark McLoughlin2013-01-041-2/+2
* | | Merge "Move global path opts in nova.paths"Jenkins2013-01-081-1/+1
|\| | | |/ |/|
| * Move global path opts in nova.pathsMark McLoughlin2013-01-041-1/+1
* | Merge "Database metadata performance optimizations"Jenkins2013-01-051-76/+80
|\ \
| * | Database metadata performance optimizationsBoris Pavlovic2012-12-231-76/+80
* | | Cells: Add the main code.Chris Behrens2013-01-041-13/+56
* | | Merge "db.security_group_rule_destroy() method performance optimization"Jenkins2013-01-041-4/+6
|\ \ \
| * | | db.security_group_rule_destroy() method performance optimizationBoris Pavlovic2012-12-231-4/+6
| |/ /
* | | Merge "Eliminate race conditions in floating association"Jenkins2013-01-042-2/+11
|\ \ \ | |_|/ |/| |
| * | Eliminate race conditions in floating associationVishvananda Ishaya2012-12-202-2/+11
* | | Merge "Remove unused imports"Jenkins2013-01-021-1/+0
|\ \ \
| * | | Remove unused importsJoe Gordon2012-12-271-1/+0
* | | | Merge "Remove session.flush() and session.query() monkey patching"Jenkins2013-01-021-8/+12
|\ \ \ \
| * | | | Remove session.flush() and session.query() monkey patchingBoris Pavlovic2012-12-281-8/+12
| |/ / /
* | | | Merge "Spelling: Compatability=>Compatibility"Jenkins2013-01-021-1/+1
|\ \ \ \
| * | | | Spelling: Compatability=>CompatibilityJoe Gordon2012-12-261-1/+1
| |/ / /
* | | | Merge "db.network_delete_safe() method performance optimization"Jenkins2013-01-021-2/+2
|\ \ \ \
| * | | | db.network_delete_safe() method performance optimizationBoris Pavlovic2012-12-231-2/+2
| | |_|/ | |/| |
* | | | Merge "Fix bug and remove update lock in db.instance_test_and_set()"Jenkins2013-01-021-20/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix bug and remove update lock in db.instance_test_and_set()Boris Pavlovic2012-12-281-20/+22
| |/ /
* | | Merge "Import missing exception"Jenkins2012-12-221-0/+1
|\ \ \
| * | | Import missing exceptionChuck Short2012-12-221-0/+1
| |/ /
* | | Merge "Removed unused imports."Jenkins2012-12-221-1/+0
|\ \ \ | |/ / |/| |
| * | Removed unused imports.Chuck Short2012-12-211-1/+0
* | | Database reservations methods performance optimizationBoris Pavlovic2012-12-221-48/+30
* | | Using query.soft_delete() method insead of soft deleting by handBoris Pavlovic2012-12-221-106/+51
* | | Create and use subclass of sqlalchemy Query with soft_delete() methodBoris Pavlovic2012-12-221-1/+74
|/ /
* / Update exceptions to pass correct kwargs.Dan Prince2012-12-181-3/+4
|/
* Add DBDuplicateEntry exception for unique constraint violationsBoris Pavlovic2012-12-182-12/+84
* Add more association support to network APIChris Yeoh2012-12-172-6/+14