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

[v23.3.x] admin/server: fix get_cluster_id response formatting #16832

Merged

Commits on Mar 1, 2024

  1. admin/server: fix get_cluster_id response formatting

    (cherry picked from commit 2229338)
    andijcr authored and vbotbuildovich committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    77d3bf2 View commit details
    Browse the repository at this point in the history
  2. tests/admin_operations_test: simple get_cluster_uuid check

    (cherry picked from commit 2dfdb5f)
    andijcr authored and vbotbuildovich committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ea08abb View commit details
    Browse the repository at this point in the history
  3. tests/cluster_metadata_upload_test: strict uuid check

    (cherry picked from commit c60e79a)
    andijcr authored and vbotbuildovich committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d19042d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. admin/server: unwrap cluster_uuid named type

    defalt print format for a named_type of value=<value> is "{<value>}".
    this commit unwraps it to correctly print a uuid without extra chars
    andijcr committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    226592f View commit details
    Browse the repository at this point in the history