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 314 of 346
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removes the call to webob.Request.make_body_seekable() in the general images controller to prevent the image from being copied into memory. In the S3 controller, which needs a seekable file-like object when calling boto.s3.Key.set_contents_from_file(), we work around this by writing chunks of the request body to a tempfile on the API node, then stream this tempfile to S3.
[email protected]
More...
over 13 years ago
Make sure we're passing the temporary file in a read-mode file descriptor to S3
[email protected]
More...
over 13 years ago
Removes the call to webob.Request.make_body_seekable() in the general images controller to prevent the image from being copied into memory. In the S3 controller, which needs a seekable file-like object when calling boto.s3.Key.set_contents_from_file(), we work around this by writing chunks of the request body to a tempfile on the API node, then stream this tempfile to S3.
[email protected]
More...
over 13 years ago
- removed curl api functional tests - moved httplib2 api functional tests to tests/functional/test_api.py
Brian Waldon
More...
over 13 years ago
merging trunk
Brian Waldon
More...
over 13 years ago
Make tests a package under glance.
Soren Hansen
More...
over 13 years ago
removing curl tests and moving httplib2 tests
Brian Waldon
More...
over 13 years ago
Move tests under the glance namespace.
Soren Hansen
More...
over 13 years ago
Add filter support to bin/glance index and details calls
Brian Waldon
More...
over 13 years ago
merging trunk
Brian Waldon
More...
over 13 years ago
Update registry db api to properly handle pagination through sorted results.
Brian Waldon
More...
over 13 years ago
Our code doesn't work with python-xattr 0.5.0, and that's the version installed in RH/Centos :( Andrey has updated the RPM config to specify 0.6.0, and this does the same to pip-requires.
[email protected]
More...
over 13 years ago
Replaced occurances of |str(e)| with |"%s" % e|.
galstrom
as Justin Shepherd
More...
over 13 years ago
First round of refactoring on stores.
[email protected]
More...
over 13 years ago
Remove expected_size stuff
[email protected]
More...
over 13 years ago
Make calling delete on a store that doesn't support it raise an exception, clean up stubout of HTTP store and testing of http store
[email protected]
More...
over 13 years ago
adding sort_key/sort_dir to details
Brian Waldon
More...
over 13 years ago
merging lp:~rackspace-titan/glance/registry-marker-lp819551
Brian Waldon
More...
over 13 years ago
adding sort_key/sort_dir params
Brian Waldon
More...
over 13 years ago
adding --fixes
Brian Waldon
More...
over 13 years ago
adding complex test cases to recreate bug; updating db api to respect marker
Brian Waldon
More...
over 13 years ago
Add configuration check for Filesystem store on configure(), not every call to add()
[email protected]
More...
over 13 years ago
Refactor S3 store to make configuration one-time at init versus every method call invocation
[email protected]
More...
over 13 years ago
Refactor Swift store to make configuration one-time at init versus every method call invocation
[email protected]
More...
over 13 years ago
Forgot to add a new file...
[email protected]
More...
over 13 years ago
Refactors stores to be stateful:
[email protected]
More...
over 13 years ago
Make sure xattr>=0.6.0 in pip-requires
[email protected]
More...
over 13 years ago
updating documentation
Brian Waldon
More...
over 13 years ago
making limit option an integer
Brian Waldon
More...
over 13 years ago
updating broken tests
Brian Waldon
More...
over 13 years ago
←
1
2
…
310
311
312
313
314
315
316
317
318
…
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