-
Notifications
You must be signed in to change notification settings - Fork 924
chore: refactor tailnetAPIConnector to use dialer #15347
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
Merged
Merged
Conversation
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
This was referenced Nov 4, 2024
5c3b3a4
to
af61bca
Compare
a1e0f2b
to
98a3798
Compare
98a3798
to
ec8af82
Compare
sreya
approved these changes
Nov 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor nits LGTM
ethanndickson
approved these changes
Nov 5, 2024
af61bca
to
4f79cf7
Compare
ec8af82
to
23691e8
Compare
4f79cf7
to
5552b4f
Compare
23691e8
to
7d907b1
Compare
5552b4f
to
2180c3f
Compare
7d907b1
to
8d70f96
Compare
This was referenced Nov 6, 2024
2180c3f
to
82852ad
Compare
8d70f96
to
7c86a05
Compare
e702cb7
to
49baee8
Compare
7c86a05
to
f4ba76a
Compare
f4ba76a
to
7f474ec
Compare
49baee8
to
d7e8627
Compare
7f474ec
to
d6b2a1a
Compare
d6b2a1a
to
9f5135c
Compare
Merge activity
|
jaaydenh
pushed a commit
that referenced
this pull request
Nov 8, 2024
refactors `tailnetAPIConnector` to use the `Dialer` interface in `tailnet`, introduced lower in this stack of PRs. This will let us use the same Tailnet API handling code across different things that connect to the Tailnet API (CLI client, coderd, workspace proxies, and soon: Coder VPN). chore re: #14729
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.
refactors
tailnetAPIConnector
to use theDialer
interface intailnet
, introduced lower in this stack of PRs. This will let us use the same Tailnet API handling code across different things that connect to the Tailnet API (CLI client, coderd, workspace proxies, and soon: Coder VPN).chore re: #14729