-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: tklauser/ps
base: v0.0.2
head repository: tklauser/ps
compare: v0.0.3
- 17 commits
- 14 files changed
- 2 contributors
Commits on Jan 4, 2024
-
go.mod: bump golang.org/x/sys from 0.15.0 to 0.16.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0. - [Commits](golang/sys@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12de6be - Browse repository at this point
Copy the full SHA 12de6beView commit details
Commits on Jan 5, 2024
-
Support build on all unsupported platforms
Processes and FindProcesses will always return an error on these platforms.
Configuration menu - View commit details
-
Copy full SHA for c3d6cdc - Browse repository at this point
Copy the full SHA c3d6cdcView commit details -
Use errors.Is(err, fs.ErrPermission) instead of os.IsPermission
Per the os.IsPermission godoc.
Configuration menu - View commit details
-
Copy full SHA for 6b9924e - Browse repository at this point
Copy the full SHA 6b9924eView commit details -
Get own process by PID in TestProcesses
There might be multiple processes running with the same executable name. Use the PID to uniquely identify the test process.
Configuration menu - View commit details
-
Copy full SHA for faebc70 - Browse repository at this point
Copy the full SHA faebc70View commit details -
More robust parsing of /proc/<pid>/stat
Also return more meaningful errors.
Configuration menu - View commit details
-
Copy full SHA for f14d9ce - Browse repository at this point
Copy the full SHA f14d9ceView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 351d626 - Browse repository at this point
Copy the full SHA 351d626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9595888 - Browse repository at this point
Copy the full SHA 9595888View commit details
Commits on Jan 9, 2024
-
Test on the latest supported stable version, currently 13.2 and 14.0.
Configuration menu - View commit details
-
Copy full SHA for 6c28b47 - Browse repository at this point
Copy the full SHA 6c28b47View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bad924b - Browse repository at this point
Copy the full SHA bad924bView commit details
Commits on Feb 7, 2024
-
go.mod: bump golang.org/x/sys from 0.16.0 to 0.17.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0. - [Commits](golang/sys@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a8a45a - Browse repository at this point
Copy the full SHA 6a8a45aView commit details
Commits on Mar 5, 2024
-
go.mod: bump golang.org/x/sys from 0.17.0 to 0.18.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0. - [Commits](golang/sys@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f008344 - Browse repository at this point
Copy the full SHA f008344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a7510 - Browse repository at this point
Copy the full SHA 67a7510View commit details
Commits on Mar 12, 2024
-
.github: Bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...9bb5618) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43c9b49 - Browse repository at this point
Copy the full SHA 43c9b49View commit details
Commits on Apr 4, 2024
-
go.mod: bump golang.org/x/sys from 0.18.0 to 0.19.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0. - [Commits](golang/sys@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b6bf42 - Browse repository at this point
Copy the full SHA 3b6bf42View commit details
Commits on Apr 19, 2024
-
.github: Bump actions/checkout from 4.1.2 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9bb5618...1d96c77) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9153e97 - Browse repository at this point
Copy the full SHA 9153e97View commit details
Commits on Apr 24, 2024
-
.github: Bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1d96c77...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c89e4f0 - Browse repository at this point
Copy the full SHA c89e4f0View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a87f131 - Browse repository at this point
Copy the full SHA a87f131View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.2...v0.0.3