-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v4.0.0
head repository: cloudquery/plugin-sdk
compare: v4.1.0
- 5 commits
- 10 files changed
- 5 contributors
Commits on Jul 13, 2023
-
fix(testing): Comply with given TimePrecision (#1089)
Co-authored-by: Kemal Hadimli <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for d16ed0f - Browse repository at this point
Copy the full SHA d16ed0fView commit details
Commits on Jul 14, 2023
-
fix: Add random suffix to test table names (#1086)
This adds a random suffix to test table names so that it's possible to run the same test more than once in a second without getting name collisions. I chose a random number here because it's simpler, but I could imagine other solutions like an incrementing counter also working with a bit of additional complexity.
Configuration menu - View commit details
-
Copy full SHA for ad16b20 - Browse repository at this point
Copy the full SHA ad16b20View commit details -
feat: Add
plugin.ValidateNoEmptyColumns(#1085)This adds `plugin.ValidateNoEmptyColumns` which will handle all of the empty Column verification. This should be used in nearly every single plugin. In the future if we add more validation we can add more validation functions and have a single wrapper around them like `plugin.ValidateSync()`
2Configuration menu - View commit details
-
Copy full SHA for 32e1215 - Browse repository at this point
Copy the full SHA 32e1215View commit details -
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.7.0 (…
…#1091) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | minor | `v1.6.0` -> `v1.7.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.7.0`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.7.0) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.6.0...v1.7.0) ##### Features - Add local path validation ([#​60](https://togithub.com/cloudquery/plugin-pb-go/issues/60)) ([afa10cc](https://togithub.com/cloudquery/plugin-pb-go/commit/afa10ccd1d72b484174bc00668d35a19bcd56cb2)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1Configuration menu - View commit details
-
Copy full SHA for fb124a2 - Browse repository at this point
Copy the full SHA fb124a2View commit details -
chore(main): Release v4.1.0 (#1090)
🤖 I have created a release *beep* *boop* --- ## [4.1.0](v4.0.0...v4.1.0) (2023-07-14) ### Features * Add `plugin.ValidateNoEmptyColumns` ([#1085](#1085)) ([32e1215](32e1215)) ### Bug Fixes * Add random suffix to test table names ([#1086](#1086)) ([ad16b20](ad16b20)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.7.0 ([#1091](#1091)) ([fb124a2](fb124a2)) * **testing:** Comply with given TimePrecision ([#1089](#1089)) ([d16ed0f](d16ed0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1Configuration menu - View commit details
-
Copy full SHA for 5671787 - Browse repository at this point
Copy the full SHA 5671787View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0...v4.1.0