Travis incomplete build list
Hi,
We have a 55 repositories active for Travis CI Pro that we run on our organisation - this list is however not the same one that we get back within CatLight, where we only see 25.
I can confirm that access is provided on all accounts, this is tested on the admin account of the organisation. I can also confirm that the Travis API correctly responds with all 55 repositories.
Snippet below from the API call to the Travis API:
{ "": "repositories", "": "/repos", "": "standard", "": { "limit": 100, "offset": 0, "count": 55, "is_first": true, "is_last": true, "next": null, "prev": null, "first": { "": "/repos", "offset": 0, "limit": 100 }, "last": { "": "/repos", "offset": 0, "limit": 100 } },