gitlab api for products pagination returns items multiple times and not always returns 10 items at once
Created by: do3cc
Hi,
we sorely miss cc.xml support in gitlab so we wrote a script to generate it via the api. After the upgrade to 8.0 we only get back ten results. I suspected that you might have added pagination and indeed, adding my pagination support code to query projects returned more results. But now the second page (page=1) returns the same 10 results. Further page queries return more results, but now not always ten items per page. I played with the order_by parameter, now I order by id and the page results are ordered but over all pages the results seem to be random