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 comment More... over 13 years ago
Fix for bug #768969: glance index shows non-active images; glance show <ID> does not show status. 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
catching NotFound to prevent failure on bad location More... over 13 years ago
Prevent requests with invalid store in location param More... over 13 years ago
Allow registry deletion to succeed if store deletion fails More... over 13 years ago
Documentation updates to make glance add command clearer, hopefully :) More... over 13 years ago
Fix for LP Bug #768969. More... over 13 years ago
Expanding user confirmation default behavior. More... over 13 years ago
removing excessive exception handling More... over 13 years ago
pep8 fixes More... over 13 years ago
docstring and exception handling More... over 13 years ago
Expanding user_confirm default behavior 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. 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 More... over 13 years ago
adding --force option to test_add_clear 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... More... over 13 years ago
Name is an attribute that is modifiable in glance update, too.. 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. More... over 13 years ago
Update tests and .bzrignore to use tests.sqlite instead of glance.sqlite. More... over 13 years ago
Only modify the connection URL in runs_sql if the original connection string starts with 'sqlite'. 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. 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 More... over 13 years ago
Docstring update on the run_sql_command function. 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. More... over 13 years ago
Add log_file to example glance.conf More... over 13 years ago
fixing spacing in help text More... over 13 years ago
adding confirmation on image delete/clear; adding user_confirm functionality More... over 13 years ago
Add log_file to example glance.conf More... over 13 years ago
Make sure we use get_option() when dealing with boolean values read from configuration files...otherwise "False" is True :( More... over 13 years ago