1
Solved

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:

{
  "@type":           "repositories",
  "@href":           "/repos",
  "@representation": "standard",
  "@pagination":     {
    "limit":         100,
    "offset":        0,
    "count":         55,
    "is_first":      true,
    "is_last":       true,
    "next":          null,
    "prev":          null,
    "first":         {
      "@href":       "/repos",
      "offset":      0,
      "limit":       100
    },
    "last":          {
      "@href":       "/repos",
      "offset":      0,
      "limit":       100
    }
  },

3 replies

Hey there, sorry to bump it up, but we are still stuck at 50 repositories.

Is there a way to be able to list all repositories but only follow a fixed maximum ?

I mean, i don't need to follow 50 repositories but i need to list it all to choose which one to follow. This is a breaking limitation for my personal projects.

Thank you @catlight, this has been resolved!

We use V2 version of Travis API that was the only one available when we built the integration. It is supposed to return all repositories, but apparently this is not the case. 

You can try the new version of the app - 2.17.2 that will request a higher limit: https://catlight.io/downloads