-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[WIP] PR: Finish support for OpenSSH client config file specification (Remote Client) #24343
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
dalthviz
wants to merge
21
commits into
spyder-ide:master
Choose a base branch
from
dalthviz:fixes_issue_22464
base: master
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.
+165
−68
Open
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3ddba69
Remote Client: Finish support for OpenSSH client config file specific…
dalthviz 8e0c598
Remote Client: Improve fields tips for config file based connection page
dalthviz ed3079f
Merge branch 'master' into fixes_issue_22464
dalthviz f8957be
Remote Client: Add optional fields for config file based connection
dalthviz 83965c7
Apply suggestions from code review
dalthviz 2e55e08
Merge branch 'master' into fixes_issue_22464
dalthviz 4625411
Remote client: Add initial extra validations using OpenSSH client con…
dalthviz 89b125f
Merge branch 'master' into fixes_issue_22464
dalthviz 09ebedf
Merge branch 'master' into fixes_issue_22464
dalthviz e45a823
Merge branch 'master' into fixes_issue_22464
dalthviz 59ba911
Remote Client: Add more default values to connect dialog for config f…
dalthviz 8f11ebb
Merge branch 'master' into fixes_issue_22464
dalthviz c9c4097
Merge branch 'master' into fixes_issue_22464
dalthviz 2dbeabb
Apply suggestions from code review
dalthviz 08191f0
Merge branch 'master' into fixes_issue_22464
dalthviz 9aae452
Merge branch 'master' into fixes_issue_22464
dalthviz f1cd227
Remote client: Revert height change and add advanced config section
dalthviz 033cbc9
Merge branch 'master' into fixes_issue_22464
dalthviz 2038673
Remote client: Remove config file as authentication method. Add confi…
dalthviz 294e628
Merge branch 'fixes_issue_22464' of https://github.com/dalthviz/spyde…
dalthviz ad0fbe0
Merge branch 'master' into fixes_issue_22464
dalthviz 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
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.
Unfortunately this change introduces a scrollbar for all pages, which would require additional UI adjustments on all operating systems.
Furthermore, perhaps we should rethink having a single height for all pages to instead adjust it according to the one shown at the moment. That's because, also with this change, pages like the
Connection statusone end up with a lot of unnecessary blank space.Since we're really close to the 6.1 final release, I think it's better to leave that for 6.1.1 so we can address it more carefully.
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.
Thinking about a way to prevent this extra height as well as not always show fields that are not usable for simple use cases of a config file maybe adding an
Advanced configurationcollapsible section could help:What do you think @ccordoba12 ?