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 325 of 346
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
start making the server that will periodicly scrub
Jason Kölker
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.
Jason Kölker
More...
over 13 years ago
make the commits
Jason Kölker
More...
over 13 years ago
Add webob>=1.0.7 requirement to tools/pip-requires
[email protected]
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
Jason Kölker
More...
over 13 years ago
add scrub file
Jason Kölker
More...
over 13 years ago
set the image to pending delete prior to scheduling the delete
Jason Kölker
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
Jason Kölker
More...
over 13 years ago
add scheduled_delete_from_backend which delays the deletion of images for at least 1 second
Jason Kölker
More...
over 13 years ago
don't delete directly but schedule deletion
Jason Kölker
More...
over 13 years ago
add the api function to get the images that are pending deleteion
Jason Kölker
More...
over 13 years ago
add in delayed delete options
Jason Kölker
More...
over 13 years ago
Merge trunk
[email protected]
More...
over 13 years ago
Add workaround for Webob bug issue #12 and fix DELETE operation in S3 where URL parsing was broken
[email protected]
More...
over 13 years ago
Add ability to create missing s3 bucket on first post, similar to Swift driver.
[email protected]
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
Brian Waldon
More...
over 13 years ago
Bug #787296: test_walk_versions fails with SQLalchemy 0.7
Ewan Mellor
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.
[email protected]
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.
Donal Lafferty
More...
over 13 years ago
adding marker & limit params to glance client
Brian Waldon
More...
over 13 years ago
Auto-migrate if the tables don't exist yet.
Rick Harris
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.
[email protected]
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
[email protected]
More...
over 13 years ago
merging trunk, resolving conflicts
Brian Waldon
More...
over 13 years ago
fixing sql query
Brian Waldon
More...
over 13 years ago
completing marker functionality
Brian Waldon
More...
over 13 years ago
Call stop_servers() for those 2 test cases missing it.
[email protected]
More...
over 13 years ago
Merge trunk
[email protected]
More...
over 13 years ago
Correct documentation.
Donal Lafferty
More...
over 13 years ago
Add missing stop_servers() calls to two functional test cases.
[email protected]
More...
over 13 years ago
←
1
2
…
321
322
323
324
325
326
327
328
329
…
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