| Commit message (Expand) | Author | Age | Files | Lines |
| * | merging trunk | Brian Waldon | 2011-04-22 | 5 | -106/+97 |
| |\ |
|
| | * | more changes per review | termie | 2011-04-20 | 2 | -8/+7 |
| | * | fixes per review | termie | 2011-04-20 | 1 | -1/+2 |
| | * | docstring cleanup, nova/image dir | termie | 2011-04-20 | 5 | -101/+92 |
| * | | Addressing exception.NotFound across the project | Brian Waldon | 2011-04-21 | 3 | -20/+20 |
| |/ |
|
| * | pep8 fixes | Jason Koelker | 2011-04-19 | 1 | -2/+1 |
| |\ |
|
| | * | pep8 fixes | Jason Koelker | 2011-04-18 | 1 | -2/+1 |
| * | | Change '== None' to 'is None' | Jason Koelker | 2011-04-18 | 2 | -2/+2 |
| |/ |
|
| * | Rework GlanceImageService._translate_base() to not call BaseImageService._tra... | jaypipes@gmail.com | 2011-04-13 | 1 | -1/+2 |
| * | fix show_by_name in s3.py and give a helpful error message if image lookup fails | Vishvananda Ishaya | 2011-04-12 | 1 | -1/+1 |
| * | fix tests from moving access check into update and delete | Vishvananda Ishaya | 2011-04-07 | 1 | -1/+4 |
| * | check visibility on delete and update | Vishvananda Ishaya | 2011-04-06 | 3 | -5/+9 |
| * | pep8 | Vishvananda Ishaya | 2011-04-05 | 1 | -0/+1 |
| * | update and fix tests | Vishvananda Ishaya | 2011-04-05 | 2 | -0/+14 |
| * | unite the filtering done by glance client and s3 | Vishvananda Ishaya | 2011-04-05 | 4 | -71/+33 |
| * | makes sure s3 filtering works even without metadata set properly | Vishvananda Ishaya | 2011-03-31 | 1 | -2/+3 |
| * | remove all references to image_type and change nova-manage upload to set cont... | Vishvananda Ishaya | 2011-03-30 | 2 | -4/+3 |
| * | Makes the image decryption code use the per-project private key to decrpyt up... | Vishvananda Ishaya | 2011-03-30 | 1 | -1/+2 |
| |\ |
|
| | * | use project key for decrypting images | Vishvananda Ishaya | 2011-03-29 | 1 | -1/+2 |
| * | | Deepcopy the images, because the string formatting transforms them in-place | Justin Santa Barbara | 2011-03-29 | 1 | -5/+6 |
| * | | name, created_at, updated_at are required. | Justin Santa Barbara | 2011-03-29 | 1 | -0/+6 |
| * | | Merged with trunk | Justin Santa Barbara | 2011-03-29 | 1 | -6/+11 |
| |\| |
|
| | * | Switch string concat style. | Brian Lamar | 2011-03-29 | 1 | -2/+2 |
| | * | Fixed superfluous parentheses around locals(). | Brian Lamar | 2011-03-28 | 1 | -3/+3 |
| | * | Decided to not break old format so this should work with the way Glance used ... | Brian Lamar | 2011-03-28 | 1 | -2/+10 |
| | * | Removed extra dependency as per suggestion, although it fixes the issue much ... | Brian Lamar | 2011-03-28 | 1 | -3/+2 |
| | * | Added MUCH more flexiable iso8601 parser dep for added stability. | Brian Lamar | 2011-03-28 | 1 | -5/+3 |
| | * | Removed 'is not None' to do more general truth-checking. Added rather verbose... | Brian Lamar | 2011-03-28 | 1 | -1/+1 |
| * | | Rename MockImageService -> FakeImageService | Justin Santa Barbara | 2011-03-29 | 1 | -2/+2 |
| * | | Multi-line comments should end in a blankline | Justin Santa Barbara | 2011-03-28 | 1 | -1/+3 |
| * | | Cleaned up images/fake.py, including move to Duplicate exception | Justin Santa Barbara | 2011-03-28 | 1 | -17/+12 |
| * | | Bunch of style fixes | Justin Santa Barbara | 2011-03-27 | 1 | -0/+1 |
| * | | Merged with trunk, resolved conflicts & code-flicts | Justin Santa Barbara | 2011-03-25 | 4 | -43/+190 |
| |\| |
|
| | * | Merging trunk | Rick Harris | 2011-03-24 | 2 | -70/+120 |
| | |\ |
|
| | * | | Touching up comment | Rick Harris | 2011-03-23 | 1 | -5/+5 |
| | * | | Pep8 fixes | Rick Harris | 2011-03-23 | 1 | -1/+1 |
| | * | | Filtering images by user_id now | Rick Harris | 2011-03-23 | 2 | -5/+50 |
| | * | | Merging trunk | Rick Harris | 2011-03-22 | 1 | -2/+15 |
| | |\ \ |
|
| | * | | | Adding BASE_IMAGE_ATTRS to ImageService | Rick Harris | 2011-03-22 | 2 | -73/+75 |
| | * | | | Typo fix | Rick Harris | 2011-03-16 | 1 | -1/+1 |
| | * | | | serverId returned as int per spec | Rick Harris | 2011-03-15 | 1 | -22/+41 |
| | * | | | Fixing API per spec, to get unit-tests to pass | Rick Harris | 2011-03-15 | 1 | -8/+12 |
| | * | | | Adding instance_id as Glance image_property | Rick Harris | 2011-03-14 | 1 | -4/+54 |
| * | | | | Merged with trunk, fix problem with behaviour of (fake) virt driver when inst... | Justin Santa Barbara | 2011-03-24 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Don't try to parse a datetime if it is the empty string (or None) | Justin Santa Barbara | 2011-03-23 | 1 | -1/+1 |
| | | |_|/
| |/| | |
|
| * / | | | Created simple test case for server creation, so that we can have something t... | Justin Santa Barbara | 2011-03-24 | 1 | -0/+109 |
| |/ / / |
|
| * | | | merge lp:nova | Mark Washenberger | 2011-03-21 | 1 | -2/+15 |
| |\ \ \
| | |/
| |/| |
|
| | * | | better implementation of try..except..else | Ken Pepple | 2011-03-17 | 1 | -3/+3 |
| | * | | revised per code review | Ken Pepple | 2011-03-15 | 1 | -4/+7 |
| | * | | wrap errors getting image ids from local image store | Ken Pepple | 2011-03-15 | 1 | -2/+12 |
| | |/ |
|