Make this thing roughly work again#9
Open
rjmunro wants to merge 4 commits intoNathanJPhillips:masterfrom
Open
Conversation
It was getting 403 forbidden errors due to rate limit exceeded, even though the other API request was working. I guess there are different buckets of rate limits for different APIs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes:
Fixed the extraction of the next page URL in the GitHub API pagination logic in
SearchResults.jsThis was preventing it working
Removed Travis CI integration
Travis isn't used any more. Also it required configuring with a manually created token, there was non anonymous mode like with the GitHub API.
Disabled automatic check for updates
It was causing errors with the github api rate limits and used window.close to reload, which doesn't work in a normal web page.
Feature:
Added a new GitHub Actions workflow in
.github/workflows/deploy.ymlto automatically deploy the site to GitHub PagesSo you won't have to install it, it's just available to use.