Skip to content

Conversation

@erezrokah
Copy link
Member

@erezrokah erezrokah commented Nov 6, 2022

Summary

Fixes #351


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 test label Nov 6, 2022
@erezrokah erezrokah force-pushed the chore/add_windows_tests branch from 2cdb464 to be99461 Compare November 6, 2022 13:53
@erezrokah erezrokah changed the title test: Add tests on Mac and Windows fix: Normalize Windows line breaks before parsing configuration files Nov 6, 2022
@github-actions github-actions bot added fix and removed test labels Nov 6, 2022
@@ -1,3 +1,5 @@
//go:build !windows
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't want cross platform snapshot tests 🐰 πŸ•³οΈ

@@ -1,3 +1,5 @@
//go:build !windows
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't want cross platform snapshot tests 🐰 πŸ•³οΈ

@@ -1,3 +1,5 @@
//go:build !windows
Copy link
Member Author

Choose a reason for hiding this comment

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

See issue #354

@@ -1,3 +1,5 @@
//go:build !windows
Copy link
Member Author

Choose a reason for hiding this comment

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

Same issue #354

@github-actions github-actions bot added fix and removed fix labels Nov 6, 2022
@erezrokah
Copy link
Member Author

Before we merge this we'll need to update the branch protection rules

Copy link
Member

@hermanschaaf hermanschaaf left a comment

Choose a reason for hiding this comment

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

πŸ‘

@kodiakhq kodiakhq bot merged commit 979e207 into cloudquery:main Nov 7, 2022
@erezrokah erezrokah deleted the chore/add_windows_tests branch November 7, 2022 17:24
kodiakhq bot pushed a commit that referenced this pull request Nov 8, 2022
πŸ€– I have created a release *beep* *boop*
---


## [1.0.3](v1.0.2...v1.0.3) (2022-11-07)


### Bug Fixes

* Allow managed clients to disable sentry logging ([#363](#363)) ([dc20388](dc20388))
* Normalize Windows line breaks before parsing configuration files ([#352](#352)) ([979e207](979e207))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.

Bug(config-windows): Putting multiple configurations in the same file doesn't work on Windows

4 participants