| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ |
|
* | | make bcwaldon happy | Mark Washenberger | 2011-03-21 | 1 | -3/+3 |
* | | handle create and update requests, and update the base image service document... | Mark Washenberger | 2011-03-17 | 2 | -5/+6 |
* | | get api openstack test_images working | Mark Washenberger | 2011-03-17 | 1 | -3/+4 |
* | | teach glance image server get to handle timestamps | Mark Washenberger | 2011-03-17 | 1 | -1/+1 |
* | | handle timestamps in glance service detail | Mark Washenberger | 2011-03-17 | 1 | -1/+2 |
* | | refactor to simpler implementation | Mark Washenberger | 2011-03-17 | 1 | -12/+15 |
* | | glance image service show testcases | Mark Washenberger | 2011-03-17 | 1 | -0/+14 |
* | | get started testing | Mark Washenberger | 2011-03-16 | 1 | -2/+4 |
* | | update image service documentation | Mark Washenberger | 2011-03-16 | 1 | -6/+6 |
|/ |
|
* | Make nova.image.s3 catch up with the new execute syntax. | Soren Hansen | 2011-03-10 | 1 | -12/+19 |