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
Fix up test case after merging in bug fixes from trunk... expected results were incorrect in curl test More... almost 14 years ago
Merge trunk More... almost 14 years ago
Add ChangeLog back to MANIFEST.in More... almost 14 years ago
Add migration testing and migration for disk_format/container_format More... almost 14 years ago
tests.unit.test_misc.execute -> tests.utils.execute after merge More... almost 14 years ago
Allow someone to set the GLANCE_TEST_MIGRATIONS_CONF environment variable to override the config file to run for the migrations unit test: More... almost 14 years ago
Update the glance registry so that it marks properties as deleted if they are no longer in the update list. More... almost 14 years ago
Start eventlet WSGI server with a logger to avoid stdout output. More... almost 14 years ago
Adds robust functional testing to Glance. More... almost 14 years ago
Add migration script for checksum column More... almost 14 years ago
Merge fix from bug730213 More... almost 14 years ago
Fixed an oops. Didn't realized Repository.latest returned a 0-based version number, and forgot to reversed() the downgrade test More... almost 14 years ago
Merge bug730213 (Migration fixes and tests) More... almost 14 years ago
Merge trunk and resolve conflicts More... almost 14 years ago
OK, migrations are finally under control and properly tested. More... almost 14 years ago
Remove non-existing files from MANIFEST.in More... almost 14 years ago
Merge trunk More... almost 14 years ago
Removed glance-combined. Fixed README More... almost 14 years ago
Removed glance-commit More... almost 14 years ago
Re-raise _safe_kill() exception in non-3-arg form to avoid pep8 deprecation error. More... almost 14 years ago
Merge trunk and fix from Ewan More... almost 14 years ago
Bug #737979: glance-control uses fixed path to Python interpreter, breaking virtualenv More... almost 14 years ago
Bug #737979: glance-control uses fixed path to Python interpreter, breaking virtualenv More... almost 14 years ago
Removes glance-combined and fixes TypeError from bad function calls in glance-manage. More... almost 14 years ago
Start eventlet WSGI server with a logger to avoid stdout output More... almost 14 years ago
Pass boolean values to glance.client as strings, not integers More... almost 14 years ago
Small adjustment on wait_for_servers()... fixed infinite loop possibility More... almost 14 years ago
Adds robust functional testing to Glance. More... almost 14 years ago
Ensure Content-type set to application/octet-stream for GET /images/<ID> More... almost 14 years ago
Ensure Content-Length sent for GET /images/<ID> More... almost 14 years ago