fix(gitlab): Update to new SDK#6588
Merged
kodiakhq[bot] merged 3 commits intocloudquery:mainfrom Jan 10, 2023
Merged
Conversation
This PR has the following changes to source plugin(s) tables:
|
Member
|
ip address types as int/byte arrays? that's weird when we have a dedicated ip type? the type in the struct is |
candiduslynx
approved these changes
Jan 10, 2023
Member
Author
Good catch, fixed in 0ccf23b. I think this should be done in the SDK as |
Member
Definitely, looks like the SDK currently only handles Go primitives and nothing else. Maybe concious decision? Not sure. |
disq
approved these changes
Jan 10, 2023
5 tasks
kodiakhq bot
pushed a commit
to cloudquery/plugin-sdk
that referenced
this pull request
Jan 11, 2023
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 ---
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates to latest SDK.
Detailed changelog in a markdown comment of this PR ⬇️ (edit this description to see)