Skip to content

feat: add copy connection URL button to database connection info drawers#11981

Merged
ssongliu merged 1 commit into1Panel-dev:dev-v2from
Kadxy:feat/copy-connection-url-button
Feb 28, 2026
Merged

feat: add copy connection URL button to database connection info drawers#11981
ssongliu merged 1 commit into1Panel-dev:dev-v2from
Kadxy:feat/copy-connection-url-button

Conversation

@Kadxy
Copy link
Contributor

@Kadxy Kadxy commented Feb 27, 2026

What this PR does / why we need it?

When users need to connect to a database via external tools (e.g., DBeaver, Navicat, Redis Insight), they currently have to manually assemble the connection URL from the address, port, and password shown in the connection info drawer. This PR adds a "Copy connection URL" button so users can copy the full connection URL in one click.

Summary of your change

  • Added a "Copy connection URL" button to the MySQL, PostgreSQL, and Redis connection info drawers, for both container and remote connection sections
  • URL formats: mysql://user:pass@host:port, postgresql://user:pass@host:port, redis://:pass@host:port
  • Passwords are encoded with encodeURIComponent to handle special characters
  • Added i18n support for all 10 languages

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

Add a copy connection URL button to the MySQL, PostgreSQL, and Redis connection info drawers, allowing users to one-click copy the full connection URI for both container and remote connections.
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Feb 27, 2026

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Feb 27, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign zhengkunwang223 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ssongliu ssongliu merged commit 982e0bb into 1Panel-dev:dev-v2 Feb 28, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants