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
This is the first part of simplifying the Glance API and consolidating the Teller and Parallax APIs into a single, unified Glance API. More... about 14 years ago
Adds DELETE call to Teller API More... about 14 years ago
Fixes Swift URL Parsing in Python 2.6.5 by adding back netloc. More... about 14 years ago
Moving imports into main which will only be executed after we daemonize thus avoiding the premature initialization of epoll. More... about 14 years ago
Delaying eventlet import until after daemonization More... about 14 years ago
Fix Swift URL parsing for Python 2.6.5 More... about 14 years ago
Don't leak implementation details in Swift backend. Return None on successful delete_object call More... about 14 years ago
Adds call to Swift's DELETE More... about 14 years ago
Typo fixed and tiny cleanups More... about 14 years ago
Adds DELETE to Teller's API. More... about 14 years ago
Merge trunk More... about 14 years ago
Just some small cleanups, fixing: * Swapped port numbers (Parallax Port <=> Teller port) * Removing extraneous routes in Teller API * Adding required slashes to do_request More... about 14 years ago
* Changes Teller API to use REST with opaque ID sent in API calls instead of a "parallax URI". This hides the URI stuff behind the API layer in communication between Parallax and Teller. * Adds unit tests for the only complete Teller API call so far: GET images/<ID>, which returns a gzip'd string of image data More... about 14 years ago
Fixing swapped port numbers, removing extraneous routes in Teller controller, adding required slash for do_request calls More... about 14 years ago
* Changes Teller API to use REST with opaque ID sent in API calls instead of a "parallax URI". This hides the URI stuff behind the API layer in communication between Parallax and Teller. * Adds unit tests for the only complete Teller API call so far: GET images/<ID>, which returns a gzip'd string of image data More... about 14 years ago
Add files attribute to Parallax client tests More... about 14 years ago
Adds client classes for Parallax and Teller and fixes some issues where our controller was not returning proper HTTP response codes on errors... More... about 14 years ago
Cleanup/fixes for Rick review More... about 14 years ago
Adds client classes ParallaxClient and (stubbed) TellerClient to new glance.client module. More... about 14 years ago
packaging fixups preparing for release candidate More... about 14 years ago
Remove symlinks in bin/ More... about 14 years ago
Packaging fixups More... about 14 years ago
awesomeness. merging into trunk since my parallax-api is already in trunk I believe. :) More... about 14 years ago
Moving ATTR helpers into db module More... about 14 years ago
PUTing and POSTing using image key More... about 14 years ago
Quick fix...gives base Model an update() method to make it behave like a dict. More... about 14 years ago
Merge trunk: More... about 14 years ago
Make returned mapping have an 'image' key to help in XML serialization More... about 14 years ago
Ignore virtualenv directory in bzr More... about 14 years ago
This patch removes unique index on the 'key' column of image_metadatum and replaces it with a compound UniqueConstraint on 'image_id' and 'key'. The 'key' column remains indexed. More... about 14 years ago