philips-labs/tabia

Repository list is limited to 1000 repositories.

JeroenKnoops opened this issue · 1 comments

Summary

When quering repositories, tabia only shows the first 1000 repositories.

Example

./bin/tabia github -t <token> repositories -O philips-internal -F templated -T tabia-repository.tmpl > repositories.txt

We are using the Graphql paging.

https://github.com/philips-labs/tabia/blob/develop/lib/github/repositories.go#L68-L79

Might be caused by api rate limits or some other sort of bug.