zuul/tests/fixtures/gerrit
Tobias Henkel dd78ef2dcc Support pagination in simplequery for Gerrit >=2.9
Starting with Gerrit 2.9 the pagination mechanism changed to using
offsets instead of sortkeys. For details please check the release
notes of 2.9:

https://gerrit-documentation.storage.googleapis.com/ReleaseNotes/ReleaseNotes-2.9.html#_rest_api.

In order to support both versions it is necessary to check for the
presence of moreChanges in the status line and then process the next
chunks either with the old or the new method.

Change-Id: Ieb54052debd07d86db66ef0f1d7ce1bdb42964b4
2015-08-31 11:42:15 +02:00
..
simple_query_pagination_new_1 Support pagination in simplequery for Gerrit >=2.9 2015-08-31 11:42:15 +02:00
simple_query_pagination_new_2 Support pagination in simplequery for Gerrit >=2.9 2015-08-31 11:42:15 +02:00
simple_query_pagination_old_1 Support pagination in simplequery for Gerrit >=2.9 2015-08-31 11:42:15 +02:00
simple_query_pagination_old_2 Support pagination in simplequery for Gerrit >=2.9 2015-08-31 11:42:15 +02:00
simple_query_pagination_old_3 Support pagination in simplequery for Gerrit >=2.9 2015-08-31 11:42:15 +02:00