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

Connectors prototype v3 #6700

Closed

Conversation

djaglowski
Copy link
Member

Variation of #6372, with reduced connector types.

This simplifies code in the core connector packages, but pushes some complexity into individual implementations. In particular, connectors that can consume a signal more than one way must ensure that their constructors set up the proper consume function.

@codecov
Copy link

codecov bot commented Dec 7, 2022

Codecov Report

Base: 89.94% // Head: 90.45% // Increases project coverage by +0.51% 🎉

Coverage data is based on head (8fe9053) compared to base (8d4b9d5).
Patch coverage: 73.87% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6700      +/-   ##
==========================================
+ Coverage   89.94%   90.45%   +0.51%     
==========================================
  Files         245      245              
  Lines       14712    15036     +324     
==========================================
+ Hits        13232    13601     +369     
+ Misses       1210     1152      -58     
- Partials      270      283      +13     
Impacted Files Coverage Δ
service/nodes.go 79.87% <72.00%> (+75.38%) ⬆️
service/graph.go 75.54% <74.11%> (+4.11%) ⬆️
connector/connector.go 99.59% <100.00%> (+<0.01%) ⬆️
service/internal/components/loggers.go 100.00% <0.00%> (+24.00%) ⬆️
...rvice/internal/testcomponents/example_connector.go 100.00% <0.00%> (+100.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@djaglowski djaglowski force-pushed the connectors-prototype-v3 branch 3 times, most recently from 4a06824 to d824308 Compare December 12, 2022 20:18
@djaglowski djaglowski force-pushed the connectors-prototype-v3 branch 6 times, most recently from 67c822c to bce329b Compare December 13, 2022 17:55
@djaglowski djaglowski force-pushed the connectors-prototype-v3 branch 3 times, most recently from 6ec2777 to 616c255 Compare December 14, 2022 14:49
@djaglowski djaglowski force-pushed the connectors-prototype-v3 branch 3 times, most recently from f59078f to f2b050a Compare December 15, 2022 15:14
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 30, 2022
@djaglowski
Copy link
Member Author

Not stale. Waiting on #6867, #6764, and #6789 before rebasing.

@djaglowski djaglowski force-pushed the connectors-prototype-v3 branch from 258a5c1 to 4e4da6d Compare January 27, 2023 00:00
@bogdandrutu
Copy link
Member

Closing since we are almost done in #7045

@bogdandrutu bogdandrutu closed this Feb 3, 2023
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