Repository list is limited to 1000 repositories.
JeroenKnoops opened this issue · 1 comments
JeroenKnoops commented
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
marcofranssen commented
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.