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

Adapt storage proposal to the new architecture #1175

Merged
merged 53 commits into from
May 13, 2024

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    c91df0f View commit details
    Browse the repository at this point in the history
  2. add product params route

    jreidinger committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d37b50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d9d17 View commit details
    Browse the repository at this point in the history
  4. add usable devices route

    jreidinger committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0451da7 View commit details
    Browse the repository at this point in the history
  5. rust format

    jreidinger committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    80ee6a5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    9fa0cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef2ace2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    f7fad8f View commit details
    Browse the repository at this point in the history
  2. initial adapt of storage

    jreidinger committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9e59161 View commit details
    Browse the repository at this point in the history
  3. more fixes to storage ui

    jreidinger committed May 6, 2024
    Configuration menu
    Copy the full SHA
    37de903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c3c143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ccc4ba View commit details
    Browse the repository at this point in the history
  6. fix typos

    jreidinger committed May 6, 2024
    Configuration menu
    Copy the full SHA
    de6dfae View commit details
    Browse the repository at this point in the history
  7. more typos fixes

    jreidinger committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2914127 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ca0ce2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. rust: Fix types

    joseivanlopez committed May 7, 2024
    Configuration menu
    Copy the full SHA
    07073aa View commit details
    Browse the repository at this point in the history
  2. web: Adapt #getResult

    joseivanlopez committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9074a30 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    df337f2 View commit details
    Browse the repository at this point in the history
  2. rust: Fix format

    joseivanlopez committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fbc0408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec81477 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b3638 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1d6e37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25abdd1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. rust: Fix sizes

    joseivanlopez committed May 9, 2024
    Configuration menu
    Copy the full SHA
    227410e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb0f8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6cb2a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa2045e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54e22e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c9220a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc30892 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    1dd5942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57c8873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9a44b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a11c193 View commit details
    Browse the repository at this point in the history
  5. web: Mock DBusClient

    - This is only a workaround to avoid errors in code still relying on
      D-Bus.
    joseivanlopez committed May 10, 2024
    Configuration menu
    Copy the full SHA
    be8de04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    861273f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3b47d9 View commit details
    Browse the repository at this point in the history
  8. rust: Add storage probe

    joseivanlopez committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b7dec27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c0ded3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14b9191 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    199213d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    359511a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dcdd758 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68991a5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5aab6e View commit details
    Browse the repository at this point in the history
  16. web: Force a sid

    joseivanlopez committed May 10, 2024
    Configuration menu
    Copy the full SHA
    71e99dc View commit details
    Browse the repository at this point in the history
  17. rust: Rename type

    joseivanlopez committed May 10, 2024
    Configuration menu
    Copy the full SHA
    21f71f5 View commit details
    Browse the repository at this point in the history
  18. web: eslint fixes

    joseivanlopez committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2f83cf5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    eb3b3b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f90f944 View commit details
    Browse the repository at this point in the history
  3. rust: Changelog

    joseivanlopez committed May 13, 2024
    Configuration menu
    Copy the full SHA
    153df70 View commit details
    Browse the repository at this point in the history
  4. web: Changelog

    joseivanlopez committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3c07a79 View commit details
    Browse the repository at this point in the history