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

Fix empty version in health report download #3341

Merged
merged 3 commits into from
May 17, 2024
Merged

Commits on May 9, 2024

  1. Fix empty version in health report download

    In the "Download" option after generating health report, the version
    header was getting printed with an empty version number. This was
    happening because the version variable was shadowed inside a for loop.
    
    Couple of other improvements:
    - avoid gzipping the health info twice
    - do not maintain list of tests to perform in console, simply use list
      of all tests from madmin
    anjalshireesh committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a6c1e69 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    6d506e0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    da31107 View commit details
    Browse the repository at this point in the history