-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v3.9.0
head repository: cloudquery/plugin-sdk
compare: v3.10.0
- 6 commits
- 5 files changed
- 2 contributors
Commits on Jun 1, 2023
-
fix(deps): Update github.com/cloudquery/arrow/go/v13 digest to c1359c5 (
#933) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/arrow/go/v13](https://togithub.com/cloudquery/arrow) | replace | digest | `b1f2ea8` -> `c1359c5` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDYuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1Configuration menu - View commit details
-
Copy full SHA for dab8d86 - Browse repository at this point
Copy the full SHA dab8d86View commit details -
fix(deps): Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 (
#935) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/arrow/go/v13](https://togithub.com/cloudquery/arrow) | replace | digest | `c1359c5` -> `c67fb39` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDYuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1Configuration menu - View commit details
-
Copy full SHA for 82f5f60 - Browse repository at this point
Copy the full SHA 82f5f60View commit details -
fix(deps): Update github.com/cloudquery/arrow/go/v13 digest to 7f8dd24 (
#936) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/arrow/go/v13](https://togithub.com/cloudquery/arrow) | replace | digest | `c67fb39` -> `7f8dd24` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDYuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1Configuration menu - View commit details
-
Copy full SHA for 8cfc215 - Browse repository at this point
Copy the full SHA 8cfc215View commit details -
feat(scalar): Support all int variations in decimal scalar (#937)
Added due to cloudquery/cloudquery#11115, where I'm using decimal to represent all different int types. For the tests of that PR I need to convert Go int types (generated by the test data) to scalars so I can compare with the data read from the database ---
1Configuration menu - View commit details
-
Copy full SHA for 159e975 - Browse repository at this point
Copy the full SHA 159e975View commit details -
feat(scalar): Support pointer dereferencing in decimal (#938)
Follow up to #937, also needed for cloudquery/cloudquery#11115 When reading data from a database it is common to pass a pointer to a value to support reading `nil` values, so the type of the value read is a pointer to a pointer. Without this PR, if someone uses the decimal scalar they need to dereferences the pointer manually before setting the scalar value. ---
Configuration menu - View commit details
-
Copy full SHA for 181e676 - Browse repository at this point
Copy the full SHA 181e676View commit details -
chore(main): Release v3.10.0 (#934)
🤖 I have created a release *beep* *boop* --- ## [3.10.0](v3.9.0...v3.10.0) (2023-06-01) ### Features * **scalar:** Support all int variations in decimal scalar ([#937](#937)) ([159e975](159e975)) * **scalar:** Support pointer dereferencing in decimal ([#938](#938)) ([181e676](181e676)) ### Bug Fixes * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 7f8dd24 ([#936](#936)) ([8cfc215](8cfc215)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to c1359c5 ([#933](#933)) ([dab8d86](dab8d86)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 ([#935](#935)) ([82f5f60](82f5f60)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2Configuration menu - View commit details
-
Copy full SHA for 01459ae - Browse repository at this point
Copy the full SHA 01459aeView 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 v3.9.0...v3.10.0