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

fix(vm): add missing unmarshal for vm custom startup order #428

Merged
merged 3 commits into from
Jul 16, 2023
Merged

Conversation

ikiris
Copy link
Contributor

@ikiris ikiris commented Jul 15, 2023

Contributor's Note

Finally found the missing piece and just went ahead and added it myself for enough json parsing support to make the parse error go away so that vm imports will succeed when startup options are configured.

Please mark the following items with an [x] if they apply to your PR.
Leave the [ ] if they are not applicable, or if you have not completed the item.

  • I have added / updated documentation in /docs for any user-facing features or additions.
  • I have added / updated templates in /examples for any new or updated resources / data sources.
  • I have ran make examples to verify that the change works as expected.

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #421

@ikiris ikiris changed the title fix b421 - add missing unmarshal for custom startup order fix: b421 - add missing unmarshal for custom startup order Jul 15, 2023
@ikiris ikiris changed the title fix: b421 - add missing unmarshal for custom startup order fix: add missing unmarshal for vm custom startup order (b421) Jul 15, 2023
@bpg bpg changed the title fix: add missing unmarshal for vm custom startup order (b421) fix(vm): add missing unmarshal for vm custom startup order Jul 16, 2023
Copy link
Owner

@bpg bpg left a comment

Choose a reason for hiding this comment

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

Hi @ikiris, thank you so much for the fix!
I've updated the PR title and fixed a few linter errors.

LGTM 🚀

@bpg bpg merged commit e59b06e into bpg:main Jul 16, 2023
@ghost ghost mentioned this pull request Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vms fail to import when start order configured
2 participants