-
Notifications
You must be signed in to change notification settings - Fork 26
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.24.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.25.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 12 files changed
- 3 contributors
Commits on Jan 11, 2023
-
feat(docs): Sort tables (#599)
Our docs show tables based on definition order which can be inconsistent and makes it harder to locate a table, see https://www.cloudquery.io/docs/plugins/sources/azure/tables:  This PR sorts the tables and relations before generating the docs ---
1Configuration menu - View commit details
-
Copy full SHA for 8a3bfad - Browse repository at this point
Copy the full SHA 8a3bfadView commit details -
feat(transformers): Add WithPrimaryKeys option (#598)
Adds `WithPrimaryKeys` so we don't need to define extra columns just for the sake of primary keys. The issue with extra columns is that you need to manually configure the column name resolver and type. It's easy to miss those especially when plugins have custom logic for resolvers and types, for example: https://github.com/cloudquery/cloudquery/blob/cb9b4f85ccb82f850e6ded6c19a39d06c4f2c94a/plugins/source/gcp/client/transformers.go#L17 https://github.com/cloudquery/cloudquery/blob/cb9b4f85ccb82f850e6ded6c19a39d06c4f2c94a/plugins/source/gcp/client/transformers.go#L39 https://github.com/cloudquery/cloudquery/blob/cb9b4f85ccb82f850e6ded6c19a39d06c4f2c94a/plugins/source/gcp/client/transformers.go#L54 ---
1Configuration menu - View commit details
-
Copy full SHA for 107006c - Browse repository at this point
Copy the full SHA 107006cView commit details -
fix: Send resource validation errors to Sentry (#601)
Resource validation errors, like a row missing a PK value, are non-recoverable and need to be fixed by the plugin author. As such, we should know about them when they happen, even though they do not cause a panic in the code. I tried to minimize the number of duplicate messages we send in this case by using a `sync.Map`
1Configuration menu - View commit details
-
Copy full SHA for 5916516 - Browse repository at this point
Copy the full SHA 5916516View commit details -
feat(transformers): Add support for
net.IP(#595)A follow up to cloudquery/cloudquery#6588 where `net.IP` was resolved to `TypeByteArray` by the SDK and we had to manually configure it cloudquery/cloudquery@0ccf23b ---
1Configuration menu - View commit details
-
Copy full SHA for a420645 - Browse repository at this point
Copy the full SHA a420645View commit details
Commits on Jan 12, 2023
-
chore(main): Release v1.25.0 (#602)
🤖 I have created a release *beep* *boop* --- ## [1.25.0](v1.24.2...v1.25.0) (2023-01-11) ### Features * **docs:** Sort tables ([#599](#599)) ([8a3bfad](8a3bfad)) * **transformers:** Add support for `net.IP` ([#595](#595)) ([a420645](a420645)) * **transformers:** Add WithPrimaryKeys option ([#598](#598)) ([107006c](107006c)) ### Bug Fixes * Send resource validation errors to Sentry ([#601](#601)) ([5916516](5916516)) --- 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 c196a74 - Browse repository at this point
Copy the full SHA c196a74View commit details
Loading
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 v1.24.2...v1.25.0