databases list: add compatible databases to the list and ScyllaDB docs link#1522
Merged
Conversation
Contributor
There was a problem hiding this comment.
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)", |
There was a problem hiding this comment.
Extra whitespace before the opening parenthesis. Should have only one space between 'MySQL' and '(MariaDB)' for consistency with other entries.
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.
No description provided.