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
adding limit/marker to bin/glance details call More... over 13 years ago
adding limit/marker params to bin/glance index More... over 13 years ago
merging trunk More... over 13 years ago
Use of "%default" in help string does not work, have to use "%(default)s". Per the 4th example http://docs.python.org/dev/library/argparse.html#prog
galstrom
as Justin Shepherd
More... over 13 years ago
Added nose-exclude to pip-requires.
galstrom
as Justin Shepherd
More... over 13 years ago
Installed nose-exclude, ./run_tests.sh --unittests-only add '--exclude-dir=tests/functional' to NOSEARGS
galstrom
as Justin Shepherd
More... over 13 years ago
This one has been bugging me for a while, finally found out how to use the local default variable in the help string.
galstrom
as Justin Shepherd
More... over 13 years ago
adding --fixes to commit
galstrom
as Justin Shepherd
More... over 13 years ago
Replaced occurances of |str(e)| with |"%s" % e|.
galstrom
as Justin Shepherd
More... over 13 years ago
Completes the S3 storage backend. The original code did not actually fit the API from boto it turned out, and the stubs that were in the unit test were hiding this fact. More... over 13 years ago
Fix for boto1.9b issue 540 (http://code.google.com/p/boto/issues/detail?id=540) More... over 13 years ago
Merge trunk More... over 13 years ago
Remove unnecessary hashlib entry in pip-requires. More... over 13 years ago
Add myself to Authors (again) More... over 13 years ago
hashlib exists all of the way back to python 2.5, there's no need to install an additional copy More... over 13 years ago
Merge latest trunk More... over 13 years ago
Adds image_cache_enabled config needed to enable/disable the image-cache in the glance-api. More... over 13 years ago
Add more unit tests for URI parsing and get_backend_class() (which is going away in refactor-stores branch, but oh well..) More... over 13 years ago
Added unit tests for swift_auth_url @property. It was broken. startwith('swift+http') matches swift+https first More... over 13 years ago
Don't tee into the cache if that image is already being written. More... over 13 years ago
Merge trunk More... over 13 years ago
Re-add else: raise More... over 13 years ago
Final fixes merging Rick's swift_auth_url @property with previous URI parsing fixes that were in the S3 bug branch... More... over 13 years ago
merge trunk More... over 13 years ago
This updates the pep8 version in pip-requires and updates run_tests.sh to provide a '-p' option that allows for just pep8 to be run. More... over 13 years ago
Adding back image_cache_enabled config option for glance-api More... over 13 years ago
Don't tee same image into cache multiple times More... over 13 years ago
Fixes two things: More... over 13 years ago
adding run_tests.sh -p More... over 13 years ago
PEP8 whitespace fix More... over 13 years ago