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: v3.22.4
Choose a base ref
...
head repository: shirou/gopsutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.22.5
Choose a head ref
  • 13 commits
  • 12 files changed
  • 5 contributors

Commits on Apr 27, 2022

  1. Bump github.com/google/go-cmp from 0.5.7 to 0.5.8

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.8.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.5.7...v0.5.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    3876a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52b97c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

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

Commits on May 5, 2022

  1. chore: Set permissions for GitHub actions

     Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
    nathannaveen committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3a2c8dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1291 from arstercz/master

    [disk][linux] fix readlink error which system boot by nfs mount
    shirou authored May 5, 2022
    Configuration menu
    Copy the full SHA
    009ec50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1293 from turrisxyz/setup-permissions

    chore: Set permissions for GitHub actions
    shirou authored May 5, 2022
    Configuration menu
    Copy the full SHA
    def6865 View commit details
    Browse the repository at this point in the history
  4. [disk][windows] Set EnableCounterForIoctl reg key to 1 in init() to a…

    …utomatically enable diskperf on Server editions
    
    Fixes #1094
    Lomanic committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2318b5e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Merge pull request #1296 from Lomanic/issue1094

    [disk][windows] Set EnableCounterForIoctl reg key to 1 in init() to automatically enable diskperf on Server editions
    shirou authored May 8, 2022
    Configuration menu
    Copy the full SHA
    19771aa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

Commits on May 21, 2022

  1. Merge pull request #1290 from shirou/dependabot/go_modules/github.com…

    …/google/go-cmp-0.5.8
    
    Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
    shirou authored May 21, 2022
    Configuration menu
    Copy the full SHA
    09fa2a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1301 from Lomanic/issue1298

    [process][windows] Use WaitForSingleObject with a 0 delay in PidExistsWithContext
    shirou authored May 21, 2022
    Configuration menu
    Copy the full SHA
    a753910 View commit details
    Browse the repository at this point in the history
  3. [net][linux]: fix lint

    shirou committed May 21, 2022
    Configuration menu
    Copy the full SHA
    0074fab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1305 from shirou/feature/fix_lint_net_linux_test

    [net][linux]: fix lint
    shirou authored May 21, 2022
    Configuration menu
    Copy the full SHA
    c4a0f46 View commit details
    Browse the repository at this point in the history
Loading