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

Patch to avoid upstream ResourceServer panic #298

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

mikhailshilkov
Copy link
Member

Resolve #285 by patching the check upsteam
It's my first patch ever, so let me know if I'm doing it wrong.

@mikhailshilkov mikhailshilkov requested a review from a team September 15, 2023 16:18
@github-actions
Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

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

The patch looks good to me. Let's make sure we have a test, both to confirm that the patch works and to make it easy to check when the patch is safe to remove.

provider/resources.go Show resolved Hide resolved
provider/go.mod Outdated Show resolved Hide resolved
@t0yv0
Copy link
Member

t0yv0 commented Sep 15, 2023

Thank you I'd also ask for the patch issue to track a bridge issue. TYVM

@mikhailshilkov
Copy link
Member Author

I think I addressed review suggestions - thank you all. I'm not sure why lots of metadata changed - it doesn't look related but I got it from make build... Any ideas?

Copy link

@EronWright EronWright left a comment

Choose a reason for hiding this comment

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

LGTM except for the metadata stuff, seems to genuinely be losing information.

@iwahbe iwahbe self-requested a review September 19, 2023 22:09
Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

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

LGTM.

The metadata stuff is just discarding empty objects. We want to include that.

@mikhailshilkov mikhailshilkov merged commit f05c999 into master Sep 20, 2023
18 checks passed
@mikhailshilkov mikhailshilkov deleted the mikhailshilkov/patch-285 branch September 20, 2023 10:45
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.

Provisioning a new ResourceServer results in a panic
4 participants