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 328 of 346
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
adding comment
Brian Waldon
More...
over 13 years ago
Fix for bug #768969: glance index shows non-active images; glance show <ID> does not show status.
[email protected]
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.
[email protected]
More...
over 13 years ago
catching NotFound to prevent failure on bad location
Brian Waldon
More...
over 13 years ago
Prevent requests with invalid store in location param
Brian Waldon
More...
over 13 years ago
Allow registry deletion to succeed if store deletion fails
Brian Waldon
More...
over 13 years ago
Documentation updates to make glance add command clearer, hopefully :)
[email protected]
More...
over 13 years ago
Fix for LP Bug #768969.
[email protected]
More...
over 13 years ago
Expanding user confirmation default behavior.
Brian Waldon
More...
over 13 years ago
removing excessive exception handling
Brian Waldon
More...
over 13 years ago
pep8 fixes
Brian Waldon
More...
over 13 years ago
docstring and exception handling
Brian Waldon
More...
over 13 years ago
Expanding user_confirm default behavior
Brian Waldon
More...
over 13 years ago
I modified documentation to show more first-time user friendly examples on using glance. With the previous examples, I followed it as a first-time user and had to spend more than necessary time to figure out how to use it. With this modification, other first-time users would make it work on their systems more quickly.
Joseph Suh
More...
over 13 years ago
- Require user confirmation for "bin/glance clear" and "bin/glance delete <id>" - Allow for override with -f/--force command-line option
Brian Waldon
More...
over 13 years ago
adding --force option to test_add_clear
Brian Waldon
More...
over 13 years ago
Adds a test case for updating an image's Name attribute. glance update was not regarding 'name' as a top-level modifiable attribute...
[email protected]
More...
over 13 years ago
Name is an attribute that is modifiable in glance update, too..
[email protected]
More...
over 13 years ago
Mark image properties as deleted when deleting images. Added a unit test to verify public images and their properties get deleted when running a 'glance clear' command.
Dan Prince
More...
over 13 years ago
Update tests and .bzrignore to use tests.sqlite instead of glance.sqlite.
Dan Prince
More...
over 13 years ago
Only modify the connection URL in runs_sql if the original connection string starts with 'sqlite'.
Dan Prince
More...
over 13 years ago
Merge in code from lp:~jaypipes/glance/clear_image_props to make a nice decorator function we can use for tests that need to run backend SQL commands. This should keep our tests zippy but provide us the access we need for disk based DB access.
Dan Prince
More...
over 13 years ago
Create a decorator that handles setting the SQL store to a disk-based SQLite database when arbitrary SQL statements need to be run against the registry database during a test case
[email protected]
More...
over 13 years ago
Docstring update on the run_sql_command function.
Dan Prince
More...
over 13 years ago
Mark image properties as deleted when deleting images. Added a unit test to verify public images and their properties get deleted when running a 'glance clear' command.
Dan Prince
More...
over 13 years ago
Add log_file to example glance.conf
[email protected]
More...
over 13 years ago
fixing spacing in help text
Brian Waldon
More...
over 13 years ago
adding confirmation on image delete/clear; adding user_confirm functionality
Brian Waldon
More...
over 13 years ago
Add log_file to example glance.conf
[email protected]
More...
over 13 years ago
Make sure we use get_option() when dealing with boolean values read from configuration files...otherwise "False" is True :(
[email protected]
More...
over 13 years ago
←
1
2
…
324
325
326
327
328
329
330
331
332
…
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