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

storage: Unified overview panel #19197

Closed

Commits on Oct 5, 2023

  1. storage: Keep order in SelectSpaces

    Otherwise the order of PVs passed to calls like
    CreatePlainVolumeWithLayout depends on in which order the PVs have
    been selected in the dialog, which would not be wrong, but is
    unexpected.
    mvollmer committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    55c6149 View commit details
    Browse the repository at this point in the history
  2. storage: Let Stratis use the regular warnings mechanism for pool alerts

    So that extending this to "errors" in addition to "warnings" later on
    becomes slightly cleaner.
    mvollmer committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    da2766b View commit details
    Browse the repository at this point in the history
  3. test: Retry dropdown menu in storage tests

    It gets spuriously closed sometimes.
    mvollmer committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b5773f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeb31be View commit details
    Browse the repository at this point in the history
  5. storage: Stop kebab toggles from bubbling

    This would otherwise interfere with clicks on table rows.
    mvollmer committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6472deb View commit details
    Browse the repository at this point in the history
  6. WIP - storage redesign

    mvollmer committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4ecc45f View commit details
    Browse the repository at this point in the history