-
Notifications
You must be signed in to change notification settings - Fork 39
Start ssh tunnel #1989
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
Open
misha-db
wants to merge
30
commits into
main
Choose a base branch
from
start-ssh-tunnel
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Start ssh tunnel #1989
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0fbc411
Start SSH tunnel
misha-db 2f26576
Add accelerator support
misha-db a294edf
Merge branch 'main' into start-ssh-tunnel
misha-db 132d3f3
Rename cluster to compute. Move SSH button to configuration section
misha-db 5de89ee
Merge branch 'main' into start-ssh-tunnel
misha-db 2932961
Merge branch 'main' into start-ssh-tunnel
misha-db fb27fef
Remove redundant start ssh icon
misha-db ff0a5f9
Remove subheading from serverless options
misha-db 44172dd
Cleanup
misha-db 4735d13
Merge branch 'main' into start-ssh-tunnel
misha-db 98d98ed
Fix linter error
misha-db 43c5dbe
SSH tunnel view
misha-db 9cff51f
Add loading cluster message
misha-db 8cc2799
Display status of dedicated cluster. change icon
misha-db c281a7b
Merge branch 'main' into start-ssh-tunnel
misha-db fb1d74f
Change SSH tunnel view welcome message
misha-db 872b899
Format compute status
misha-db 204db74
Merge branch 'main' into start-ssh-tunnel
misha-db 3e3a58b
Address comments
misha-db f82d27f
Update packages/databricks-vscode/src/ui/configuration-view/ClusterCo…
misha-db 0c9d508
Update packages/databricks-vscode/src/ui/configuration-view/ClusterCo…
misha-db e878665
Update packages/databricks-vscode/DATABRICKS.quickstart.md
misha-db 45e9eb6
Update packages/databricks-vscode/package.json
misha-db 18e92b4
Update packages/databricks-vscode/package.json
misha-db 5ef92a5
Update packages/databricks-vscode/DATABRICKS.quickstart.md
misha-db 0aa56cf
Update packages/databricks-vscode/DATABRICKS.quickstart.md
misha-db b1f195b
Address comments
misha-db 190110c
Update SshCommands.ts
misha-db 5a7df6d
Merge branch 'main' into start-ssh-tunnel
misha-db 7c5bcb3
Update commonUtils.ts
misha-db File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
I'm curious, I thought
textis the default output format already so why is this needed explicitly?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.
It overrides the json default that getEnvVarsForCli sets. ssh connect runs interactively in a terminal, so its output should be human readable text rather than JSON.