-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v4.7.1
head repository: cloudquery/plugin-sdk
compare: v4.8.0
- 10 commits
- 20 files changed
- 2 contributors
Commits on Sep 5, 2023
-
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…7.1 (#1208) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.7.0` -> `v4.7.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.7.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.7.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.7.0...v4.7.1) ##### Bug Fixes - Relax plugin tables and columns validation ([#​1203](https://togithub.com/cloudquery/plugin-sdk/issues/1203)) ([59c3715](https://togithub.com/cloudquery/plugin-sdk/commit/59c371528a7f8dcf3618fc768e36cdaacedc55cc)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi44Mi4wIiwidXBkYXRlZEluVmVyIjoiMzYuODIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1Configuration menu - View commit details
-
Copy full SHA for 26fdd68 - Browse repository at this point
Copy the full SHA 26fdd68View commit details
Commits on Sep 11, 2023
-
fix(deps): Update github.com/cloudquery/arrow/go/v14 digest to 483f6b2 (
#1209) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/arrow/go/v14](https://togithub.com/cloudquery/arrow) | replace | digest | `cd3d411` -> `483f6b2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNi45MS4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1Configuration menu - View commit details
-
Copy full SHA for 179769a - Browse repository at this point
Copy the full SHA 179769aView commit details
Commits on Sep 13, 2023
-
feat: Update package command (#1211)
This updates the plugin `package` command (previously called `publish`) to build executables into a `dist` directory that will be consumed by the `cloudquery publish` command for publishing to the registry. Usage example: ``` go run main.go package . v1.2.3 ```
1Configuration menu - View commit details
-
Copy full SHA for 39fc65e - Browse repository at this point
Copy the full SHA 39fc65eView commit details -
fix: Add schema version to package.json (#1212)
We should have a version in the package.json file so that we can check compatibility with the CLI.
1Configuration menu - View commit details
-
Copy full SHA for 393c94d - Browse repository at this point
Copy the full SHA 393c94dView commit details -
fix: Use -dir suffix for plugin package arguments (#1213)
I noticed we use the `-dir` suffix fairly consistently in the CloudQuery CLI, so figured we should keep it the same here.
1Configuration menu - View commit details
-
Copy full SHA for 93f9398 - Browse repository at this point
Copy the full SHA 93f9398View commit details
Commits on Sep 18, 2023
-
fix(deps): Update github.com/cloudquery/arrow/go/v14 digest to ffb7089 (
#1215) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/arrow/go/v14](https://togithub.com/cloudquery/arrow) | replace | digest | `483f6b2` -> `ffb7089` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ni4zIiwidXBkYXRlZEluVmVyIjoiMzYuOTYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1Configuration menu - View commit details
-
Copy full SHA for 70f20bb - Browse repository at this point
Copy the full SHA 70f20bbView commit details -
feat: Add Checksums to package.json format (#1217)
Adds zip file checksums to the package.json format. Includes some commits from #1216 to avoid merge conflicts later.
1Configuration menu - View commit details
-
Copy full SHA for 720baae - Browse repository at this point
Copy the full SHA 720baaeView commit details -
feat: Add message to package command (#1216)
This adds a required "message" paramater to the package command, which then gets added to package.json. This is for summarizing the changes in a version. At the moment this flag is required, but we could potentially loosen that restriction if we had a way to use git to track changes between commits.
1Configuration menu - View commit details
-
Copy full SHA for 44956d9 - Browse repository at this point
Copy the full SHA 44956d9View commit details
Commits on Sep 19, 2023
-
feat: Add shuffle scheduler (#1218)
Falling somewhere between DFS and Round Robin, the `shuffle` scheduler uses randomization with a fixed seed to spread the load across tables and clients more evenly.
1Configuration menu - View commit details
-
Copy full SHA for 2b1ba30 - Browse repository at this point
Copy the full SHA 2b1ba30View commit details -
chore(main): Release v4.8.0 (#1210)
🤖 I have created a release *beep* *boop* --- ## [4.8.0](v4.7.1...v4.8.0) (2023-09-19) ### Features * Add Checksums to package.json format ([#1217](#1217)) ([720baae](720baae)) * Add message to package command ([#1216](#1216)) ([44956d9](44956d9)) * Add shuffle scheduler ([#1218](#1218)) ([2b1ba30](2b1ba30)) * Update package command ([#1211](#1211)) ([39fc65e](39fc65e)) ### Bug Fixes * Add schema version to package.json ([#1212](#1212)) ([393c94d](393c94d)) * **deps:** Update github.com/cloudquery/arrow/go/v14 digest to 483f6b2 ([#1209](#1209)) ([179769a](179769a)) * **deps:** Update github.com/cloudquery/arrow/go/v14 digest to ffb7089 ([#1215](#1215)) ([70f20bb](70f20bb)) * Use -dir suffix for plugin package arguments ([#1213](#1213)) ([93f9398](93f9398)) --- 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 a734b74 - Browse repository at this point
Copy the full SHA a734b74View 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.7.1...v4.8.0