feat: SSH tunnel URL import, connection groups, and environment color indicator#138
Merged
feat: SSH tunnel URL import, connection groups, and environment color indicator#138
Conversation
…gram release notifications
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
- Decode percent-encoded credentials in SSH tunnel URL parser - Handle IPv6 bracket notation ([::1]:port) in host-port parsing - Fix moveUngroupedConnections to preserve grouped connection order - Add duplicate-name guard to renameGroup - Persist group collapse state to UserDefaults - Fix selectedGroup to use cached allGroups instead of re-reading storage - Fix Telegram heredoc leading whitespace in CI workflow - Deduplicate NewGroupSheet by reusing CreateGroupSheet - Add tests for percent-encoded SSH URLs, IPv6 hosts, and rename-duplicate
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
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
mysql+ssh://,postgresql+ssh://,mariadb+ssh://) in the connection form's "Import from URL" dialogTest plan
mysql+ssh://user@host:22/dbuser:pass@dbhost/dbnameURL and verify all fields populate correctlypostgresql+ssh://URL and verify SSH tunnel + database fieldsGroupStorageTests,ConnectionURLParserTests)