glance/glance/tests/unit/v2
Mike Fedosin 2c3e3656b0 Adds the ability to sort images with multiple keys
Extend rest api v2 with multiple sort keys support.
Example:
/v2/images/detail?sort_key=name&sort_key=size
Changed database api which now takes sort_key param as a list instead of string
python-glanceclient support will be added in separate commit

Change-Id: Ib7a6aeb2df3bc5d23fe8e070290b5bfcab00c0f5
DocImpact
Partial-Bug: 1221274
2014-12-22 11:14:38 +00:00
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
test_image_data_resource.py Correct GlanceStoreException to provide valid message - Glance 2014-11-26 21:05:09 +08:00
test_image_members_resource.py Switch to oslo.serialization 2014-10-07 14:58:55 +02:00
test_image_tags_resource.py Improved coverage for glance.api.* 2014-06-15 17:44:09 +00:00
test_images_resource.py Adds the ability to sort images with multiple keys 2014-12-22 11:14:38 +00:00
test_metadef_resources.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_registry_api.py Adds the ability to sort images with multiple keys 2014-12-22 11:14:38 +00:00
test_registry_client.py Adds the ability to sort images with multiple keys 2014-12-22 11:14:38 +00:00
test_schemas_resource.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_tasks_resource.py Switch to oslo.serialization 2014-10-07 14:58:55 +02:00