Skip to content

fix: Plugin connection using Unix Domain Socket fixed for windows#246

Merged
kodiakhq[bot] merged 3 commits intocloudquery:mainfrom
amanenk:informative_downloader
Oct 5, 2022
Merged

fix: Plugin connection using Unix Domain Socket fixed for windows#246
kodiakhq[bot] merged 3 commits intocloudquery:mainfrom
amanenk:informative_downloader

Conversation

@amanenk
Copy link
Copy Markdown
Contributor

@amanenk amanenk commented Oct 4, 2022

Summary

closes #245
grpc.Dial does not work with "unix://" prefix on windows. protocol should be set in dialer to make it work


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@github-actions github-actions bot added the fix label Oct 4, 2022
@amanenk amanenk marked this pull request as ready for review October 4, 2022 22:43
@amanenk amanenk requested a review from yevgenypats as a code owner October 4, 2022 22:43
Copy link
Copy Markdown
Contributor

@yevgenypats yevgenypats left a comment

Choose a reason for hiding this comment

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

Good catch. Looks good. I'll let @hermanschaaf also take a look to make sure I didn't miss something.

@github-actions github-actions bot added fix and removed fix labels Oct 5, 2022
@kodiakhq kodiakhq bot merged commit 9e30c60 into cloudquery:main Oct 5, 2022
kodiakhq bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [0.12.6](v0.12.5...v0.12.6) (2022-10-05)


### Bug Fixes

* Plugin connection using Unix Domain Socket fixed for windows ([#246](#246)) ([9e30c60](9e30c60))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
@erezrokah
Copy link
Copy Markdown
Member

Thank you so much for this fix @amanenk, finally cloudquery/cloudquery#2204 (comment) is unblocked 👍 It would have taken be quite a bit of time to set up a Windows VM to reproduce this 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Registry github does not work on windows

3 participants