-
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
cleanup: refactor connections management for local #446
Merged
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
6 tasks
airlock-confluentinc
bot
force-pushed
the
djs/local-connections-update
branch
2 times, most recently
from
October 29, 2024 13:14
786cd70
to
a8ba74c
Compare
airlock-confluentinc
bot
force-pushed
the
djs/local-kafka-shutdown
branch
from
October 30, 2024 13:53
3f9ad67
to
d247571
Compare
airlock-confluentinc
bot
force-pushed
the
djs/local-connections-update
branch
from
October 30, 2024 13:54
a8ba74c
to
3af86d4
Compare
airlock-confluentinc
bot
force-pushed
the
djs/local-kafka-shutdown
branch
from
November 1, 2024 02:17
d247571
to
4e816e2
Compare
airlock-confluentinc
bot
force-pushed
the
djs/local-connections-update
branch
from
November 1, 2024 02:18
3af86d4
to
12b15f4
Compare
airlock-confluentinc
bot
force-pushed
the
djs/local-kafka-shutdown
branch
from
November 4, 2024 19:45
4e816e2
to
7751010
Compare
airlock-confluentinc
bot
force-pushed
the
djs/local-connections-update
branch
from
November 4, 2024 19:57
12b15f4
to
699fef1
Compare
airlock-confluentinc
bot
force-pushed
the
djs/local-kafka-shutdown
branch
from
November 4, 2024 22:10
7751010
to
824246d
Compare
5 tasks
airlock-confluentinc
bot
force-pushed
the
djs/local-connections-update
branch
from
November 4, 2024 22:43
699fef1
to
0afa6a6
Compare
5 tasks
airlock-confluentinc
bot
force-pushed
the
djs/local-connections-update
branch
from
November 5, 2024 21:10
d886b68
to
c812577
Compare
jlrobins
approved these changes
Nov 5, 2024
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 of Changes
Mainly moving the get/create local connection functionality to
src/sidecar/connections.ts
instead of where it previously lived (src/graphql/local.ts
), to be more generally-usable.Also added some new tests since
src/sidecar/connections.ts
was largely uncovered, and we have a couple new core functions for getting/creating connections for a spec. We could stand to break some of these out into not-mocked/-stubbed tests, but with the direct connect updates coming, I'd like to hold off for a bit.Pull request checklist
Please check if your PR fulfills the following (if applicable):
Tests
Other
.vsix
file?