-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v4.7.0-rc1
head repository: cloudquery/plugin-sdk
compare: v4.7.1-rc1
- 8 commits
- 19 files changed
- 5 contributors
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57c7bc2 - Browse repository at this point
Copy the full SHA 57c7bc2View commit details -
fix(testdata): Add missing column types (#1061)
Just add the missing ones. Supercedes #1057
Configuration menu - View commit details
-
Copy full SHA for f5d01c9 - Browse repository at this point
Copy the full SHA f5d01c9View commit details -
fix: Check record data in tests (#1062)
This adds back assertions on the record data in destination writer tests. I'm not sure if we also need to handle ordering somehow here, but I think we can follow up with a fix for that if necessary.
Configuration menu - View commit details
-
Copy full SHA for f13e4cc - Browse repository at this point
Copy the full SHA f13e4ccView commit details -
fix: Conversion and test fixes (#1064)
Some fixes to the scalar and testing code: - use `AppendTime` in `AppendToBuilder` to take different time units into account - base64 decode binary-encoded JSON strings when the type calls for it in struct `Set()`, otherwise the binary data gets interpreted as a string and the results are incorrect - exclude the JSON type from list tests, we didn't support that before and don't need to introduce it now
Configuration menu - View commit details
-
Copy full SHA for 36b65cb - Browse repository at this point
Copy the full SHA 36b65cbView commit details -
refactor(ticker): Don't reset manually (#1058)
Follow-up for #1056
Configuration menu - View commit details
-
Copy full SHA for 646d451 - Browse repository at this point
Copy the full SHA 646d451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911762d - Browse repository at this point
Copy the full SHA 911762dView commit details -
fix: Fix test assertions for records (#1066)
We should check the first record higher up, because after the migration it will have an additional column and is therefore bound to differ from the original record.
Configuration menu - View commit details
-
Copy full SHA for a9bd88f - Browse repository at this point
Copy the full SHA a9bd88fView commit details -
chore(main): Release v4.7.1-rc1 (#1060)
🤖 I have created a release *beep* *boop* --- ## [4.7.1-rc1](v4.7.0-rc1...v4.7.1-rc1) (2023-07-04) ### Bug Fixes * Add AddCqIDs helper function ([#1065](#1065)) ([911762d](911762d)) * Check record data in tests ([#1062](#1062)) ([f13e4cc](f13e4cc)) * **configtype:** Add `Equal()` method to `Duration` ([#1059](#1059)) ([57c7bc2](57c7bc2)) * Conversion and test fixes ([#1064](#1064)) ([36b65cb](36b65cb)) * Fix test assertions for records ([#1066](#1066)) ([a9bd88f](a9bd88f)) * **testdata:** Add missing column types ([#1061](#1061)) ([f5d01c9](f5d01c9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 006459f - Browse repository at this point
Copy the full SHA 006459fView 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.0-rc1...v4.7.1-rc1