forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously on the table detail page in DB Console, the default zone config for the db was shown, rather than any table level settings. Additionally, constraints and lease preferences were not being serialized properly, displaying as "...Object object..." This fixes both of those bugs. The display for the zone configuration statement is additionally updated to show the actual SQL statement to replicate the zone config in the SQL shell. Previously an invalid statement "CONFIGURE ZONE USING..." was displayed. Resolves cockroachdb#57896. See also: cockroachlabs/support#737. See also: cockroachlabs/support#727. Release note (bug fix): Fixed a bug introduced in v20.1 in DB Console where incorrect zone configuration values were shown on the table details page and constraints and lease preferences were not displayed. Release note (ui change): Updates the table details page to show table specific zone configuration values when set, show constraints and lease preferences, and display a valid statement to re-configure zone configuration for that table.
- Loading branch information
Showing
9 changed files
with
443 additions
and
392 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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