Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository list is limited to 1000 repositories. #146

Open
JeroenKnoops opened this issue Aug 23, 2021 · 1 comment
Open

Repository list is limited to 1000 repositories. #146

JeroenKnoops opened this issue Aug 23, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@JeroenKnoops
Copy link
Member

JeroenKnoops commented Aug 23, 2021

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

@JeroenKnoops JeroenKnoops added the bug Something isn't working label Aug 23, 2021
@marcofranssen
Copy link
Member

marcofranssen commented Aug 24, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants