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

Determine total memory without psutil #12787

Merged
merged 15 commits into from
Sep 11, 2024
Merged

Determine total memory without psutil #12787

merged 15 commits into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    172f305 View commit details
    Browse the repository at this point in the history
  2. Move psutil to [doc] extras

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    103b983 View commit details
    Browse the repository at this point in the history
  3. Fix macOS

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e2d27a9 View commit details
    Browse the repository at this point in the history
  4. One decimal place

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9308ef1 View commit details
    Browse the repository at this point in the history
  5. Add test

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a44461e View commit details
    Browse the repository at this point in the history
  6. Add changelog entry

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    53b6c47 View commit details
    Browse the repository at this point in the history
  7. Fix CPU string on macOS

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fd8687b View commit details
    Browse the repository at this point in the history
  8. Add CPU info

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1ec1d3e View commit details
    Browse the repository at this point in the history
  9. Replace wmic

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    483db40 View commit details
    Browse the repository at this point in the history
  10. Try Get-WmiObject

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    88c08ae View commit details
    Browse the repository at this point in the history
  11. Try Win32_ComputerSystem

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4f467e3 View commit details
    Browse the repository at this point in the history
  12. Add debug output

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9376eec View commit details
    Browse the repository at this point in the history
  13. Fix parsing

    cbrnr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    daf369b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Raise exception in function

    cbrnr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    055d503 View commit details
    Browse the repository at this point in the history
  2. Update changelog entry

    cbrnr committed Sep 10, 2024
    Configuration menu