Skip to content
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 #106

Merged
merged 6 commits into from
Jul 3, 2024
Merged

Schema support #106

merged 6 commits into from
Jul 3, 2024

Conversation

lovromazgon
Copy link
Member

Description

This PR contains changes needed to add schema support.

Part of ConduitIO/conduit-connector-sdk#132.

Quick checks:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

hariso and others added 4 commits May 31, 2024 17:55
* [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 lovromazgon requested a review from a team as a code owner July 3, 2024 10:09
@lovromazgon
Copy link
Member Author

The code was already reviewed in other PRs, specifically #96.

@lovromazgon lovromazgon merged commit cf0f320 into main Jul 3, 2024
5 checks passed
@lovromazgon lovromazgon deleted the schema-support branch July 3, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants