-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema support proposed changes #105
Merged
raulb
merged 5 commits into
haris/schema-support-connector-sdk
from
lovro/schema-support-proposed-changes
Jul 2, 2024
Merged
Schema support proposed changes #105
raulb
merged 5 commits into
haris/schema-support-connector-sdk
from
lovro/schema-support-proposed-changes
Jul 2, 2024
Conversation
This file contains 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
…nduit, add tests in pconduit toproto/fromproto
raulb
approved these changes
Jul 2, 2024
raulb
merged commit Jul 2, 2024
2cd8c41
into
haris/schema-support-connector-sdk
4 of 5 checks passed
raulb
added a commit
that referenced
this pull request
Jul 2, 2024
* [Schemas] Connector SDK: Create and get a schema from Conduit * remove replace * change port * add mocks * Get by name and version * update commons * add tests * a couple of tests, move around * update commons * move around * update commons * fix compilation * update commons * fix compilation * update commons * update commons * fix * add in memory schema service * simplify * comments * rename name to subject * rename package to pschema * typed mock * update commons * go mod tidy * update commons use schema * update to latest commons * simplify proto * unwrap error and create internal/errors.go * provide target to client * update proto schema * update schema type * remove dependency * update grpc_client * update service schema methods * update naming to follow convention * refactor leftover * Schema support proposed changes (#105) * revert upgraded dependencies * make linter rules more strict, fix warnings * remove in memory service and doc.go * move internal/errors.go to pconnector, create separate package in pconduit, add tests in pconduit toproto/fromproto * rename cplugin.go to pconnector.go --------- Co-authored-by: Raúl Barroso <[email protected]> Co-authored-by: Lovro Mažgon <[email protected]>
lovromazgon
added a commit
that referenced
this pull request
Jul 3, 2024
* [Schemas] Schema service definition, conversion functions (#88) * update commons * [Schemas] Connector SDK: Create and get a schema from Conduit (#96) * [Schemas] Connector SDK: Create and get a schema from Conduit * remove replace * change port * add mocks * Get by name and version * update commons * add tests * a couple of tests, move around * update commons * move around * update commons * fix compilation * update commons * fix compilation * update commons * update commons * fix * add in memory schema service * simplify * comments * rename name to subject * rename package to pschema * typed mock * update commons * go mod tidy * update commons use schema * update to latest commons * simplify proto * unwrap error and create internal/errors.go * provide target to client * update proto schema * update schema type * remove dependency * update grpc_client * update service schema methods * update naming to follow convention * refactor leftover * Schema support proposed changes (#105) * revert upgraded dependencies * make linter rules more strict, fix warnings * remove in memory service and doc.go * move internal/errors.go to pconnector, create separate package in pconduit, add tests in pconduit toproto/fromproto * rename cplugin.go to pconnector.go --------- Co-authored-by: Raúl Barroso <[email protected]> Co-authored-by: Lovro Mažgon <[email protected]> * change how service suffix in proto files is linted --------- Co-authored-by: Haris Osmanagić <[email protected]> Co-authored-by: Raúl Barroso <[email protected]>
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.
Includes changes proposed in the last review + some additional things:
internal/errors.go
topconnector/internal/errors.go
and introducespconduit/internal/errors.go
go.mod
pconduit/v1/fromproto
andpconduit/v1/toproto