summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* joinedload network so describe_instances continues to workVishvananda Ishaya2011-02-111-0/+6
* Only use NullPool when using sqlite.Soren Hansen2011-02-101-3/+7
* Try using NullPool instead of SingletonPoolSoren Hansen2011-02-101-1/+2
* Try setting isolation_level=immediateSoren Hansen2011-02-101-0/+1
* Don't convert datetime objects to a string using .isoformat(). Leave it to sq...Soren Hansen2011-02-091-1/+1
* merge trunkAnthony Young2011-02-013-24/+35
|\
| * fix austin->bexar db migrationtermie2011-01-303-24/+35
* | fix pep8 error :/Anthony Young2011-02-011-1/+1
* | incorporate feedback from devin - use sql consistently in instance_destroyAnthony Young2011-01-281-8/+14
* | fixes for bug #709057Anthony Young2011-01-272-1/+11
|/
* Fixes NotFound messages in api to show the ec2_id.Vishvananda Ishaya2011-01-272-35/+8
* This branch updates docs to reflect the db sync addition. It additionally ad...Vishvananda Ishaya2011-01-252-1/+3
|\
| * merged trunkVishvananda Ishaya2011-01-251-19/+15
| |\
| * \ merged trunk fixed whitespace in rstVishvananda Ishaya2011-01-211-1/+2
| |\ \
| * | | wrap sqlalchemy exceptions in a generic errorVishvananda Ishaya2011-01-212-1/+3
* | | | Add a host argument to virt drivers's init_host method. It will be set to the...Soren Hansen2011-01-252-0/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add a host argument to virt driver's init_host method. It will be set to the ...Soren Hansen2011-01-252-0/+16
| | |/ | |/|
* | | Wraps the NotFound exception at the api layer to print the proper instance id...Vishvananda Ishaya2011-01-251-0/+2
|\ \ \
| * | | Wrap instance at api layer to print the proper error. Use same logic for vol...Vishvananda Ishaya2011-01-211-0/+2
| |/ /
* | | Resolved trunk merge conflictsEd Leafe2011-01-211-1/+2
|\| |
| * | Eagerly load instance's fixed_ip.network attribute.Soren Hansen2011-01-191-1/+2
| |/
* | merged trunk changesEd Leafe2011-01-1911-74/+894
|\|
| * add two more columns, set string lengths)Andy Smith2011-01-182-94/+114
| * merge from upstream and fix small issuesAndy Smith2011-01-182-5/+12
| |\
| | * revert live_migration branchAndy Smith2011-01-183-118/+2
| | * merged trunk rev569Kei Masumoto2011-01-173-7/+57
| | |\
| | * | merged to rev 561 and fixed based on reviewer's commentKei Masumoto2011-01-163-141/+40
| | * | remove ">>>MERGE" iin nova/db/sqlalchemy/api.pyKei Masumoto2011-01-141-1/+0
| | * | merge trunk rev560masumotok2011-01-143-17/+220
| | |\ \
| | * \ \ Get reviewed and fixed based on comments.masumotok2011-01-145-104/+123
| | |\ \ \
| | * | | | Add support for EBS volumes to the live migration feature.Muneyuki Noguchi2011-01-113-1/+19
| | * | | | 最新バージョンにマージ。変更点は以下の通り。masumotok2010-12-313-21/+24
| | |\ \ \ \
| | * \ \ \ \ merge recent revision(version of 2010/12/28)masumotok2010-12-313-43/+241
| | |\ \ \ \ \
| | * | | | | | launch_at を前回コミット時に追加したが、lauched_atというカ...masumotok2010-12-271-2/+2
| | * | | | | | nova.compute.managerがこれまでの修正でデグレしていたので修正root2010-12-241-1/+7
| | * | | | | | Hostテーブルのカラム名を修正masumotok2010-12-162-2/+8
| | * | | | | | コメントを除去masumotok2010-12-082-13/+0
| | * | | | | | rev439ベースにライブマイグレーションの機能をマージmasumotok2010-12-073-1/+223
| * | | | | | | merge from upstreamAndy Smith2011-01-143-0/+43
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from upstream:Andy Smith2011-01-132-2/+6
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | pep8 fixesAndy Smith2011-01-131-1/+1
| * | | | | | | | update migration script to add new tables since mergeAndy Smith2011-01-132-17/+81
| * | | | | | | | fix indentationAndy Smith2011-01-121-1/+1
| * | | | | | | | add support for database migrationAndy Smith2011-01-1211-73/+810
* | | | | | | | | minor code cleanupEd Leafe2011-01-191-1/+1
* | | | | | | | | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-182-22/+17
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | pep8 fixes... largely to things from trunk?Andy Smith2011-01-141-3/+3
* | | | | | | | merge from upstreamAndy Smith2011-01-143-2/+49
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merged with r561Nachi Ueno2011-01-142-2/+6
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | standardize on hex for ids, allow configurable instance namesAndy Smith2011-01-122-2/+6
| | |/ / / / /