Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shirou/gopsutil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.25.3
Choose a base ref
...
head repository: shirou/gopsutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.25.4
Choose a head ref
  • 17 commits
  • 9 files changed
  • 6 contributors

Commits on Apr 1, 2025

  1. Fix win32_SystemProcessorPerformanceInformation struct

    Niklas Empt committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    6f4ea78 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. possible fix

    dvovk committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    1de755d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. fix lint

    dvovk committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    244d63d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

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

Commits on Apr 13, 2025

  1. Merge pull request #1838 from NewbieOrange/master

    [disk][linux] add bcachefs magic
    shirou authored Apr 13, 2025
    Configuration menu
    Copy the full SHA
    3608872 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Merge pull request #1835 from dvovk/fix_unsafeptr

    fix nil ptr
    shirou authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    ef5056a View commit details
    Browse the repository at this point in the history
  2. [chore]: bump golangci-lint to v2.1.1

    Signed-off-by: Matthieu MOREL <[email protected]>
    mmorel-35 committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    15a7765 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Merge pull request #1831 from niemp100/win32_cpu_values

    Fix win32_SystemProcessorPerformanceInformation struct
    shirou authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    61f624b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1829 from mmorel-35/golangci-lint@v2

    [chore]: bump golangci-lint to v2.1.1
    shirou authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    7d9af6f View commit details
    Browse the repository at this point in the history
  3. refactor: using fmt.Errorf on some error returns.

    The following brings:
    - Refactoring of `InfoWithContext` to wrap errors with `fmt.Errorf` in
      order to add textual context, making error message more helpful for
      the end user.
    
    ref: 1836
    s0ders committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    0bbc484 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. Merge pull request #1840 from s0ders/refactor/host-info-error-msg

    refactor: using fmt.Errorf in InfoWithContext
    shirou authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    f9f5620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c43a933 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1841 from shirou/feat/update_github_action_runner…

    …s_images
    
    fix: update github actions runner images
    shirou authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    3c34181 View commit details
    Browse the repository at this point in the history
  4. chore: enable govet linter

    Signed-off-by: Matthieu MOREL <[email protected]>
    mmorel-35 committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    10be661 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Merge pull request #1825 from mmorel-35/golangci-lint/govet

    chore: enable govet linter
    shirou authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    af2d6de View commit details
    Browse the repository at this point in the history
  2. chore: enable ineffassign linter

    Signed-off-by: Matthieu MOREL <[email protected]>
    mmorel-35 committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    6469062 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Merge pull request #1843 from mmorel-35/golangci-lint/ineffassign

    chore: enable ineffassign linter
    shirou authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    3ba33b4 View commit details
    Browse the repository at this point in the history
Loading