14
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Only clean up in the cleanup method. Also, we don't need the separate URI now. More... almost 14 years ago
Use unregister_models instead of os.unlink to clean up after ourselves. More... almost 14 years ago
Fixed unregister_models to actually work. More... almost 14 years ago
Fixed migration test to use a second DB URL More... almost 14 years ago
Replaced use of has_key with get + default value. More... almost 14 years ago
Make it clear that the checksum is an MD5 checksum in docs. More... almost 14 years ago
Adds checksumming to Glance. More... almost 14 years ago
Merge trunk with 713126 and image-format More... almost 14 years ago
Whoops! Left out a self.db_path. More... almost 14 years ago
Allow tests to run on an alternate dburi given via environment variables. More... almost 14 years ago
Adds ability for Swift to be used as a full-fledged backend. Adds POST/PUT capabilities to the SwiftBackend Adds lots of unit tests for both FilesystemBackend and SwiftBackend Removes now-unused tests.unit.fakeswifthttp module More... almost 14 years ago
Remove last vestiges of account in Swift store More... almost 14 years ago
Quick fixup on registry.get_client() More... almost 14 years ago
Public? => Public: per Cory's comment. Added a little more robust exception handling to some methods in bin/glance More... almost 14 years ago
Merge trunk and resolve conflicts from utils and client patch from Vishy More... almost 14 years ago
Fixes for Devin and Rick's reviews More... almost 14 years ago
Merge trunk More... almost 14 years ago
Adds disk_format and container_format to Image, and removes the type column. More... almost 14 years ago
Fixes client update_image to work like create_image. Also fixes some messed up exceptions that were causing a try, except to reraise. More... almost 14 years ago
Merge trunk More... almost 14 years ago
Final review fixes. Makes disk_format and container_format optional. Makes glance-upload --type put the type in properties More... almost 14 years ago
Merge trunk More... almost 14 years ago
remove test skip More... almost 14 years ago
Put account in glance.conf.sample's swift_store_auth_address, use real swift.common.client.ClientException, ensure tests work with older installed versions of Swift (which do not have, for example, swift.common.client.Connection.get_auth method) More... almost 14 years ago
Work around Eventlet exception clearing by memorizing exception context and re-raising using 3-arg form. More... almost 14 years ago
Adds bin/glance to setup.py More... almost 14 years ago
Fixes from Rick's review #1 More... almost 14 years ago
Reverts Image `type` back to the old behavior of being nullable. More... almost 14 years ago
Work around Eventlet exception clearing More... almost 14 years ago
Add sys.path mangling to glance-upload. More... almost 14 years ago