openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
OpenStack Glance
Settings
|
Report Duplicate
14
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 343 of 346
Search / Filter on:
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.
[email protected]
More...
about 14 years ago
Adds DELETE call to Teller API
[email protected]
More...
about 14 years ago
Fixes Swift URL Parsing in Python 2.6.5 by adding back netloc.
Rick Harris
More...
about 14 years ago
Moving imports into main which will only be executed after we daemonize thus avoiding the premature initialization of epoll.
Rick Harris
More...
about 14 years ago
Delaying eventlet import until after daemonization
Rick Harris
More...
about 14 years ago
Fix Swift URL parsing for Python 2.6.5
Rick Harris
More...
about 14 years ago
Don't leak implementation details in Swift backend. Return None on successful delete_object call
[email protected]
More...
about 14 years ago
Adds call to Swift's DELETE
[email protected]
More...
about 14 years ago
Typo fixed and tiny cleanups
[email protected]
More...
about 14 years ago
Adds DELETE to Teller's API.
[email protected]
More...
about 14 years ago
Merge trunk
[email protected]
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
Rick Harris
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
[email protected]
More...
about 14 years ago
Fixing swapped port numbers, removing extraneous routes in Teller controller, adding required slash for do_request calls
Rick Harris
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
[email protected]
More...
about 14 years ago
Add files attribute to Parallax client tests
[email protected]
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...
[email protected]
More...
about 14 years ago
Cleanup/fixes for Rick review
[email protected]
More...
about 14 years ago
Adds client classes ParallaxClient and (stubbed) TellerClient to new glance.client module.
[email protected]
More...
about 14 years ago
packaging fixups preparing for release candidate
[email protected]
More...
about 14 years ago
Remove symlinks in bin/
[email protected]
More...
about 14 years ago
Packaging fixups
[email protected]
More...
about 14 years ago
awesomeness. merging into trunk since my parallax-api is already in trunk I believe. :)
[email protected]
More...
about 14 years ago
Moving ATTR helpers into db module
Rick Harris
More...
about 14 years ago
PUTing and POSTing using image key
Rick Harris
More...
about 14 years ago
Quick fix...gives base Model an update() method to make it behave like a dict.
[email protected]
More...
about 14 years ago
Merge trunk:
[email protected]
More...
about 14 years ago
Make returned mapping have an 'image' key to help in XML serialization
[email protected]
More...
about 14 years ago
Ignore virtualenv directory in bzr
[email protected]
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.
Rick Harris
More...
about 14 years ago
←
1
2
…
338
339
340
341
342
343
344
345
346
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree