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

Increase per_page to 100 for GitHub API call. #437

Merged
merged 1 commit into from Dec 13, 2020

Conversation

lemonsaurus
Copy link
Member

@lemonsaurus lemonsaurus commented Dec 13, 2020

Snekbox was being banished to page 2 and we were not iterating pages, so it was not appearing in the data we got from our call to /repos. This commit changes the request to use per_page=100, which will work at least until we have >100 repos in our organisation.

TLDR: Snekbox will appear on the front page after we merge this.

Snekbox was being banished to page 2 and we were not iterating pages, so
it was not appearing in the data we got from our call to /repos. This
commit changes the request to use `per_page=100`, which will work at
least until we have >100 repos in our organisation.
@ghost ghost added the needs 2 approvals label Dec 13, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling aaf7333 on bugfix/lemon/snekbox-not-showing-on-front-page into 9ae514e on master.

@Den4200 Den4200 merged commit a2992d9 into master Dec 13, 2020
@Den4200 Den4200 deleted the bugfix/lemon/snekbox-not-showing-on-front-page branch December 13, 2020 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants