-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ui: add filtering to the databases pages #68826
Labels
A-sql-console-general
SQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud Console
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Comments
matthewtodd
added
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-observability
A-sql-console-general
SQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud Console
labels
Aug 12, 2021
gtr
added a commit
that referenced
this issue
Nov 29, 2022
Fixes [#68826](#68826), [68825](#68825). Previously, the databases and databases details pages did not contain search and filter components that the txns and stmts pages did. This change adds search and filter components to both the databases and databases details pages. The search box filters by database/table name while the filter allows filtering by node and region. Release note (ui change): the databases page and the databases details pages each now contain search and filter components, allowing the ability to search and filter through databases and their tables.
gtr
added a commit
that referenced
this issue
Dec 5, 2022
Part of [#68826](#68826), [68825](#68825). Previously, the databases and databases details pages did not contain search and filter components that the txns and stmts pages did. This change adds search and filter components to both the databases and databases details pages. The search box filters by database/table name while the filter allows filtering by node and region. Release note (ui change): the databases page and the databases details pages each now contain search and filter components, allowing the ability to search and filter through databases and their tables.
gtr
added a commit
to gtr/cockroach
that referenced
this issue
Dec 8, 2022
Part of cockroachdb#68826, cockroachdb#68825. Previously, the databases and databases details pages did not contain search and filter components that the txns and stmts pages did. This change adds search and filter components to both the databases and databases details pages. The search box filters by database/table name while the filter allows filtering by node and region. Release note (ui change): the databases page and the databases details pages each now contain search and filter components, allowing the ability to search and filter through databases and their tables.
gtr
added a commit
that referenced
this issue
Dec 9, 2022
Part of #68826, #68825. Previously, the databases and databases details pages did not contain search and filter components that the txns and stmts pages did. This change adds search and filter components to both the databases and databases details pages. The search box filters by database/table name while the filter allows filtering by node and region. Release note (ui change): the databases page and the databases details pages each now contain search and filter components, allowing the ability to search and filter through databases and their tables.
gtr
added a commit
that referenced
this issue
Dec 9, 2022
Part of #68826, #68825. Previously, the databases and databases details pages did not contain search and filter components that the txns and stmts pages did. This change adds search and filter components to both the databases and databases details pages. The search box filters by database/table name while the filter allows filtering by node and region. Release note (ui change): the databases page and the databases details pages each now contain search and filter components, allowing the ability to search and filter through databases and their tables.
craig bot
pushed a commit
that referenced
this issue
Jan 5, 2023
92589: ui: Add search and filtering to the databases pages r=gtr a=gtr Part Of [#68826](#68826), [#68825](#68825). Previously, the databases and databases details pages did not contain search and filter components that the txns and stmts pages did. This change adds search and filter components to both the databases and databases details pages. The search box filters by database/table name while the filter allows filtering by node and region. [Databases Page video](https://www.loom.com/share/185c66981f6c495b9b194eab027045ea). [Tables Page video](https://www.loom.com/share/8ae9ccaba8db43bd80c009519b026c70). Release note (ui change): the databases page and the databases details pages each now contain search and filter components, allowing the ability to search and filter through databases and their tables. Co-authored-by: gtr <[email protected]>
Closed by: #92589. |
THardy98
pushed a commit
to THardy98/cockroach
that referenced
this issue
May 18, 2023
Part of cockroachdb#68826, cockroachdb#68825. Previously, the databases and databases details pages did not contain search and filter components that the txns and stmts pages did. This change adds search and filter components to both the databases and databases details pages. The search box filters by database/table name while the filter allows filtering by node and region. Release note (ui change): the databases page and the databases details pages each now contain search and filter components, allowing the ability to search and filter through databases and their tables.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-sql-console-general
SQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud Console
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
To include region / node when that information is available.
Part of #65737 (see designs there). Also a follow-on to #68390.
Jira issue: CRDB-9290
Epic CRDB-20388
The text was updated successfully, but these errors were encountered: