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

Remove EC2 region dependency #150

Merged
merged 4 commits into from
Nov 14, 2022
Merged

Remove EC2 region dependency #150

merged 4 commits into from
Nov 14, 2022

Conversation

iwysiu
Copy link
Contributor

@iwysiu iwysiu commented Nov 8, 2022

Based on the original notes from Erik, I adjusted region.ts to match the regions returned from getRegion and started using our local hardcoded version of it instead of the version in aws-sdk-react. I filed a followup issue #152 to get the regions from the backend instead of us having to update them every time they change.

Separates out the ec2 changes from https://github.com/grafana/x-ray-datasource/pull/136/files

Fixes #137

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

Backend code coverage report for PR #150

Plugin Main PR Difference
client 0.0% 0.0% 0%
datasource 73.0% 77.4% 4.4%

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

Frontend code coverage report for PR #150

Plugin Main PR Difference
src 84.21% 84.21% 0%

@iwysiu iwysiu marked this pull request as ready for review November 8, 2022 16:47
@iwysiu iwysiu requested a review from a team as a code owner November 8, 2022 16:47
@iwysiu iwysiu marked this pull request as draft November 8, 2022 21:00
@iwysiu iwysiu marked this pull request as ready for review November 9, 2022 20:04
@iwysiu iwysiu merged commit c77f527 into main Nov 14, 2022
@iwysiu iwysiu deleted the iwysiu/137 branch November 14, 2022 16:30
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.

Remove dependency on EC2 for regions fetching
2 participants