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
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. More... over 13 years ago
Make sure we're passing the temporary file in a read-mode file descriptor to S3 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. More... over 13 years ago
- removed curl api functional tests - moved httplib2 api functional tests to tests/functional/test_api.py More... over 13 years ago
merging trunk More... over 13 years ago
Make tests a package under glance. More... over 13 years ago
removing curl tests and moving httplib2 tests More... over 13 years ago
Move tests under the glance namespace. More... over 13 years ago
Add filter support to bin/glance index and details calls More... over 13 years ago
merging trunk More... over 13 years ago
Update registry db api to properly handle pagination through sorted results. 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. 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. More... over 13 years ago
Remove expected_size stuff 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 More... over 13 years ago
adding sort_key/sort_dir to details More... over 13 years ago
merging lp:~rackspace-titan/glance/registry-marker-lp819551 More... over 13 years ago
adding sort_key/sort_dir params More... over 13 years ago
adding --fixes More... over 13 years ago
adding complex test cases to recreate bug; updating db api to respect marker More... over 13 years ago
Add configuration check for Filesystem store on configure(), not every call to add() More... over 13 years ago
Refactor S3 store to make configuration one-time at init versus every method call invocation More... over 13 years ago
Refactor Swift store to make configuration one-time at init versus every method call invocation More... over 13 years ago
Forgot to add a new file... More... over 13 years ago
Refactors stores to be stateful: More... over 13 years ago
Make sure xattr>=0.6.0 in pip-requires More... over 13 years ago
updating documentation More... over 13 years ago
making limit option an integer More... over 13 years ago
updating broken tests More... over 13 years ago