-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor TunnelService #58
Merged
Merged
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ae8b19 - Browse repository at this point
Copy the full SHA 0ae8b19View commit details -
feat: add admin/cluster endpoint
The endpoint shows the known cluster nodes.
Configuration menu - View commit details
-
Copy full SHA for 2c50175 - Browse repository at this point
Copy the full SHA 2c50175View commit details -
refactor: Transport into an abstract class
Create parent destroy() and make sure 'close' always is emitted, child classes implement their own _destroy() logic.
Configuration menu - View commit details
-
Copy full SHA for 2a22cbd - Browse repository at this point
Copy the full SHA 2a22cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1113e3 - Browse repository at this point
Copy the full SHA e1113e3View commit details
Commits on Sep 30, 2023
-
refactor: simplify inter-cluster transport
Create a proper transport class for inter-cluster connection redirects.
Configuration menu - View commit details
-
Copy full SHA for 5b040ed - Browse repository at this point
Copy the full SHA 5b040edView commit details -
refactor: overhaul and simplify tunnelservice
- Handle local and remote connections in the same way - The Tunnel object represents both config and state. Config is written to persistent storage and state is kept in-memory. - Fixes long-standing issues with tunnel disconnection
Configuration menu - View commit details
-
Copy full SHA for 2186acb - Browse repository at this point
Copy the full SHA 2186acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a616ac - Browse repository at this point
Copy the full SHA 9a616acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d627bef - Browse repository at this point
Copy the full SHA d627befView commit details
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.