Skip to content

Enhance auto generated settings #3250

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

Closed
gingerwizard opened this issue Feb 12, 2025 · 2 comments
Closed

Enhance auto generated settings #3250

gingerwizard opened this issue Feb 12, 2025 · 2 comments
Assignees
Labels

Comments

@gingerwizard
Copy link
Contributor

SELECT
    version,
    (arrayJoin(changes) AS change).1 AS setting,
    change.2 AS from,
    change.3 AS to,
    change.4 AS desciption
FROM system.settings_changes
WHERE (version >= '24.4') AND (version <= '24.8')
FORMAT TSV

We can add infor on when a setting was introduced AND when its default changed.

@Blargian we need to think about rendering and work with @crisalbu but we want to show this information

@crisalbu
Copy link

Happy to help but I'd need more context.

@crisalbu
Copy link

crisalbu commented Apr 1, 2025

Reviewed the designs with @Blargian and we agreed to:

  • use an accordion there where we have a version history
  • update the Default label with Default value
  • Add another column to the initial table mentioning the version when it's been introduced. Could be called Introduced in version.
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants