gantt/nova
pengyuwei 84710606d5 Implement paginate query use marker in nova-api
1.add limit and marker param to db.instance_get_all_by_filters()
2.set the filter use marker
3.execute limit before sqlarchmy get_all()
4.add testcase 'test_db_api.test_instance_get_all_by_filters_paginate'
5.related testcase:
    test_get_servers_with_marker()
    test_get_servers_with_limit_and_marker()
  in nova/tests/api/openstack/compute/test_servers.py
    test_instance_get_all_by_filters_paginate()
  in nova/tests/test_db_api.py
6.add InvalidSortkey exception

Implement bp:efficient-limiting.

Change-Id: Iea3eeb7b51194b6017d624506aafc6469d7338e4
2012-09-07 19:20:51 +08:00
..
auth Remove deprecated auth code 2012-07-09 23:30:21 -07:00
common Implement paginate query use marker in nova-api 2012-09-07 19:20:51 +08:00
compat Merge "fix restructuredtext formatting in docstrings that show up in the developer guide" 2012-03-07 01:34:42 +00:00
openstack Sync some updates from openstack-common 2012-09-05 11:24:50 +01:00
rootwrap Move rootwrap filters definition to config files 2012-06-22 15:35:23 +02:00
scheduler Add scope to extra_specs entries 2012-09-05 09:38:02 -06:00
testing Remove unused testing.fake 2012-07-18 14:04:37 -07:00
tests Implement paginate query use marker in nova-api 2012-09-07 19:20:51 +08:00
__init__.py Allow file logging config 2012-02-17 11:24:32 -06:00
block_device.py Automatically convert device names 2012-09-04 17:30:26 -07:00
exception.py Implement paginate query use marker in nova-api 2012-09-07 19:20:51 +08:00
flags.py FLAG rename: bandwith_poll_*=>bandwidth_poll_* 2012-08-30 21:23:38 +00:00
manager.py Yield to another greenthread when some time-consuming task finished. 2012-09-05 13:00:58 +08:00
notifications.py Implements sending notification on metadata change 2012-08-21 15:03:36 +00:00
policy.py Fix is_admin check via policy 2012-08-20 10:32:06 -07:00
quota.py Revert per-user-quotas 2012-08-16 22:51:02 -07:00
service.py Improve external lock implementation 2012-08-04 12:52:50 +01:00
test.py Fix spelling typos 2012-08-16 18:50:04 -05:00
utils.py Fix synchronized decorator path cleanup 2012-09-06 13:17:57 -07:00
wsgi.py Switch to common logging. 2012-07-02 15:57:09 -05:00