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
start making the server that will periodicly scrub More... over 13 years ago
Config file for the scrubber. We make our own connection to the db here and bypass using the registry client so we don't have to expose non-public images over the http connection. More... over 13 years ago
make the commits More... over 13 years ago
Add webob>=1.0.7 requirement to tools/pip-requires More... over 13 years ago
all delayed deletes will be going through a new service, if delayed_delete is False, then delete it right away, otherwise set it to pending_delete More... over 13 years ago
add scrub file More... over 13 years ago
set the image to pending delete prior to scheduling the delete More... over 13 years ago
refactor a bit so the db gets updated as needed and we only trigger the delay if the config option is set More... over 13 years ago
add scheduled_delete_from_backend which delays the deletion of images for at least 1 second More... over 13 years ago
don't delete directly but schedule deletion More... over 13 years ago
add the api function to get the images that are pending deleteion More... over 13 years ago
add in delayed delete options More... over 13 years ago
Merge trunk More... over 13 years ago
Add workaround for Webob bug issue #12 and fix DELETE operation in S3 where URL parsing was broken More... over 13 years ago
Add ability to create missing s3 bucket on first post, similar to Swift driver. More... over 13 years ago
Adding support for marker/limit query params from api, through registry client/api, and implementing at registry db api layer More... over 13 years ago
Bug #787296: test_walk_versions fails with SQLalchemy 0.7 More... over 13 years ago
OK, fixes the issue where older versions of webob.Request did not have the body_file_seekable attribute. After investigation, turned out that webob.Request.make_body_seekable() method was available in all versions of webob, so we use that instead. More... over 13 years ago
Added new disk_format type of 'iso'. Nova can use this information to identify images that have to be booted from a CDROM. More... over 13 years ago
adding marker & limit params to glance client More... over 13 years ago
Auto-migrate if the tables don't exist yet. More... over 13 years ago
Fix up unit tests for S3 after note from Chris. Also fix bug when S3 test was skipped, was returning error by accident. More... over 13 years ago
* Adds functional test that works with Amazon S3 * Fixes parsing of "S3 URLs" which urlparse utterly barfs on because Amazon stupidly allows forward slashes in their secret keys * Update /etc/glance-api.conf for S3 settings More... over 13 years ago
merging trunk, resolving conflicts More... over 13 years ago
fixing sql query More... over 13 years ago
completing marker functionality More... over 13 years ago
Call stop_servers() for those 2 test cases missing it. More... over 13 years ago
Merge trunk More... over 13 years ago
Correct documentation. More... over 13 years ago
Add missing stop_servers() calls to two functional test cases. More... over 13 years ago