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

github api proxy: use for 'next' links #63

Merged
merged 1 commit into from Jan 18, 2019
Merged

github api proxy: use for 'next' links #63

merged 1 commit into from Jan 18, 2019

Conversation

jeffkaufman
Copy link
Owner

@jeffkaufman jeffkaufman commented Jan 17, 2019

Right now PRs like #33 generally fail TravisCI because once they have enough reviews that GitHub's API starts paginating they switch from my authenticating proxy with 5000 requests per hour to GitHub's default of 60. Pagination works via the query string, so just apply the returned query string to our base url.

Right now PRs #33 generally fail TravisCI because once they have enough reviews that GitHub's API starts paginating they switch from my authenticating proxy with 5000 requests per hour to GitHub's default of 60.  Pagination works via the query string, so just apply the returned query string to our base url.
Copy link
Collaborator

@tnelling tnelling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I'm wondering if we could move some of this logic into another file (in fact, I was thinking the same thing about all the time functions), as this file is getting pretty large & complex, but that can wait for another PR.

@pavellishin
Copy link
Contributor

We just need one more approval, please - @dchudz @TheJhyde @vesche @guoruibiao

@tnelling tnelling removed the request for review from jmitchell January 18, 2019 15:15
@jeffkaufman jeffkaufman added the reviewme PRs that are ready for review label Jan 18, 2019
@jeffkaufman jeffkaufman merged commit 3803ab5 into master Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewme PRs that are ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants