Skip to content

Conversation

@lyubov-voloshko
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings January 22, 2026 14:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for displaying database-compatible alternatives (MariaDB, ScyllaDB, OpenSearch) in the UI and includes documentation links for ScyllaDB Cloud connections.

Changes:

  • Updated database display titles to show compatible alternatives in parentheses
  • Added ScyllaDB Cloud provider detection and documentation link
  • Enhanced UI styling for better alignment and presentation of database connection options

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
frontend/src/app/consts/databases.ts Updated database titles to include compatible alternatives (MariaDB, ScyllaDB, OpenSearch)
frontend/src/app/components/connections-list/own-connections/own-connections.component.html Wrapped database title in a span with styling class
frontend/src/app/components/connections-list/own-connections/own-connections.component.css Added CSS styling for better alignment and layout of connection links
frontend/src/app/components/connect-db/db-connection-confirm-dialog/db-connection-confirm-dialog.component.ts Added ScyllaDB Cloud provider name and documentation link
frontend/src/app/components/connect-db/connect-db.component.ts Added host detection logic for ScyllaDB Cloud connections

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


export const supportedDatabasesTitles = {
mysql: "MySQL",
mysql: "MySQL (MariaDB)",
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra whitespace before the opening parenthesis. Should have only one space between 'MySQL' and '(MariaDB)' for consistency with other entries.

Copilot uses AI. Check for mistakes.
@lyubov-voloshko lyubov-voloshko merged commit a749507 into main Jan 22, 2026
17 checks passed
@lyubov-voloshko lyubov-voloshko deleted the update-db-naming-and-links branch January 22, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants