Skip to content
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

release-23.1: ui: user cluster settings from redux #109075

Merged
merged 1 commit into from
Aug 20, 2023

Commits on Aug 19, 2023

  1. ui: user cluster settings from redux

    Part Of cockroachdb#108373
    
    Use the value of the cluster setting
    `sql.index_recommendation.drop_unused_duration` from
    redux, instead of adding as part of the select.
    With this change, now users with VIEWACTIVITY or
    VIEWACTIVITYREDACTED can see index recommendations
    on the console, without the need the view cluster settings
    permission.
    This commit fixes on api from Database pages (Database
    Details and Table Details).
    
    Release note: None
    maryliag committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    21ed3ac View commit details
    Browse the repository at this point in the history