-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: implement online style fetching for stable style resolving #459
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
79f0ac3
implement online style fetching for stable style resolving
achou11 e8be0f5
more provider-agnostic implementation
achou11 79cfa1e
update tests
achou11 d296be3
catch errors from trying to parse json from upstream response
achou11 b36b4c8
rename query param to key
achou11 fa7497c
add status code to error log message
achou11 4e45efe
fix link for arcgis
achou11 27dc467
refactor api key insertion implementation
achou11 7daacd8
fix typo
achou11 d664867
add missing error to warning log
achou11 a6a34d1
add todo about forwarding headers
achou11 8e27c21
add timeout for upstream fetch
achou11 128e51d
revert changes to fetch setup
achou11 ebba55b
change timeout for upstream fetch to 30 seconds
achou11 9311e7f
update log messages
achou11 2a183e8
simplify provider query param implementation
achou11 201788e
change error log to warning
achou11 eeced70
switch to allow-list when forwarding headers
achou11 12ea285
fix lockfile
achou11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure which style we'd like to use by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know, but I think it's probably fine to merge this as long as we eventually confirm this is reasonable.