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 Loading
base: v3.23.3
Choose a base ref
...
head repository: shirou/gopsutil Loading
compare: v3.23.4
Choose a head ref
  • 17 commits
  • 17 files changed
  • 5 contributors

Commits on Apr 4, 2023

  1. ci(lint): correct gci linter

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    1fb1e3e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. chore(deps): bump github.com/shoenig/go-m1cpu from 0.1.4 to 0.1.5

    Bumps [github.com/shoenig/go-m1cpu](https://github.com/shoenig/go-m1cpu) from 0.1.4 to 0.1.5.
    - [Release notes](https://github.com/shoenig/go-m1cpu/releases)
    - [Commits](shoenig/go-m1cpu@v0.1.4...v0.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/shoenig/go-m1cpu
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    13b3618 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    d7f65a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a3b42 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1446 from shirou/dependabot/go_modules/github.com…

    …/shoenig/go-m1cpu-0.1.5
    
    chore(deps): bump github.com/shoenig/go-m1cpu from 0.1.4 to 0.1.5
    shirou committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c975eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90f9165 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/sys/releases)
    - [Commits](golang/sys@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and shirou committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f79a932 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1445 from shirou/dependabot/go_modules/golang.org…

    …/x/sys-0.7.0
    
    chore(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0
    shirou committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    bcf3fe9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1447 from shirou/feature/add_sbom_github_actions

    Add github SBOM Generator
    shirou committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    21a646b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    755bcab View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1443 from mmorel-35/linter

    ci(lint): correct gci linter
    shirou committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    cf428f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3.1.0...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d6ee47e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1448 from shirou/dependabot/github_actions/action…

    …s/upload-artifact-3.1.2
    
    chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2
    shirou committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    10f213c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Create SECURITY.md

    Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
    gabibguti committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2d2db8f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Merge pull request #1450 from gabibguti/master

    Add Security Policy
    shirou committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    17fac7c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. refactor(process): compare error with errors.Is

    Starting from Go 1.13, `errors.Is` is the preferable way to compare
    error equality [1].
    
    [1]: https://go.dev/blog/go1.13-errors
    
    Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
    Juneezee committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0439039 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Merge pull request #1453 from Juneezee/refactor/errors.Is

    refactor(process): compare error with `errors.Is`
    shirou committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    db89d12 View commit details
    Browse the repository at this point in the history
Loading