Commit Graph

2764 Commits (62da883e113cc5970f34b01529d9050d4a336671)
 

Author SHA1 Message Date
shirou 62da883e11
Merge pull request #1814 from mmorel-35/thelper+usetesting
chore: enable thelper and usetesting linters
2 months ago
shirou 40ce965ae1
Merge pull request #1812 from mmorel-35/revive/unnecessary-stmt
chore: enable unnecessary-stmt from revive
2 months ago
Matthieu MOREL d348a080f2
chore: enable thelper and usetesting linters
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2 months ago
Matthieu MOREL f4247f1c01 chore: enable unnecessary-stmt from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2 months ago
shirou 60463721ef
Merge pull request #1810 from mmorel-35/set-output
fix: deprecated set-output
2 months ago
shirou 9ef02b7d37
Merge pull request #1805 from mmorel-35/fix/aix
chore(golangci-lint): cover aix and cgo
2 months ago
shirou 6039e8f9d0
Merge pull request #1769 from zmyzheng/zmyzheng/support-process-page-faults-windows
feat(process_windows): Support collecting PageFault count in Windows
2 months ago
Matthieu MOREL a1e91b89f7 fix: deprecated set-output
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2 months ago
Mingyang Zheng b59facf6aa Since Windows does not distinguish between Major and Minor faults, all faults are treated as Major 2 months ago
Mingyang Zheng a2f71c4078 Since Windows does not distinguish between Major and Minor faults, all faults are treated as Major 2 months ago
Mingyang Zheng 0be0ec4e46 merge 2 months ago
Matthieu MOREL 0a45e0f24d chore(golangci-lint): cover aix and cgo
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2 months ago
shirou e2a7a9964d
Merge pull request #1809 from Lomanic/issue1806
[net][host][aix] Fix build and Makefile
2 months ago
Lomanic ad534c24e9 [host][aix] Remove redundant 'or' in parseUptime() found by 'go test' 2 months ago
Lomanic 6c9cea2bae [net][aix] Add missing return value in IOCountersWithContext()
Amends #1797
Fixes #1806
2 months ago
Lomanic 3d0ecb18cf feat: enable build test on aix 2 months ago
shirou b7c02adb2d
Merge pull request #1799 from mmorel-35/worflows-concurrency
chore: reduce number of executed jobs
2 months ago
Matthieu MOREL f04c791e79 chore: reduce number of executed jobs
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2 months ago
shirou bcd0dfa73b
Merge pull request #1794 from shirou/dependabot/github_actions/golangci/golangci-lint-action-6.5.0
chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0
3 months ago
shirou 77aa6f85b8
Merge pull request #1801 from shirou/dependabot/go_modules/github.com/google/go-cmp-0.7.0
chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
3 months ago
dependabot[bot] efe3ff44ce
chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot] 6dc012fad1
chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](ec5d18412c...2226d7cb06)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
shirou edcde3adba
Merge pull request #1797 from mmorel-35/golangci-lint-matrix
chore(golangci-lint): GOOS and GOARCH matrix
3 months ago
shirou 4f2f472f0d
Merge pull request #1796 from RomainMuller/master
fix: `Process.CmdlineSliceWithContext` incorrect on Windows
3 months ago
Matthieu MOREL 30aff030d0 chore(golangci-lint): GOOS and GOARCH matrix
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
3 months ago
Lomanic b7932a9266
Merge pull request #1798 from mmorel-35/patch-1
fix(golangci-lint): configuration typo
3 months ago
Matthieu MOREL df6f9a28a2
fix(golangci-lint): configuration typo 3 months ago
Romain Marcadier 5da36ee6c8
fix: CmdlineSlice[WithContext] incorrect on Windows 3 months ago
shirou 23ceac30ac
Merge pull request #1795 from shirou/feat/fix_revice_lint_error_on_any
[windows]: fix lint error about use-any
3 months ago
shirou 8897eba676 [windows]: fix lint error about use-any 3 months ago
shirou 22889d3f13
Merge pull request #1784 from mmorel-35/revive/use-any
chore: enable use-any from revive
3 months ago
shirou 943850443c
Merge pull request #1785 from mmorel-35/golangci-lint-os-matrix
chore: enable golangci-lint on Windows and MacOS
3 months ago
Matthieu MOREL 26d69f4e4b
Explain git attributes configuration 3 months ago
Matthieu MOREL 9ce2ec161e chore: enable golangci-lint on Windows and MacOS
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
3 months ago
Matthieu MOREL 27ea38b5ad chore: enable use-any from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
3 months ago
shirou 90e59961ca
Merge pull request #1780 from shirou/dependabot/github_actions/actions/setup-go-5.3.0
chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0
3 months ago
shirou ee3a3d85a7
Merge pull request #1772 from shirou/dependabot/github_actions/actions/upload-artifact-4.6.0
chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
3 months ago
shirou a1359d4e1a
Merge pull request #1773 from shirou/dependabot/go_modules/github.com/ebitengine/purego-0.8.2
chore(deps): bump github.com/ebitengine/purego from 0.8.1 to 0.8.2
3 months ago
shirou 8d6af6c6ed
Merge pull request #1775 from shirou/dependabot/github_actions/advanced-security/sbom-generator-action-0.0.2
chore(deps): bump advanced-security/sbom-generator-action from 0.0.1 to 0.0.2
3 months ago
dependabot[bot] e826c61f60
chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](3041bf56c9...f111f3307d)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
shirou e7e2e9e4a8
Merge pull request #1779 from mmorel-35/remove-actions-cache
chore: call actions/checkout before actions/setup-go to benefit from native cache
3 months ago
shirou 644c48a15a
Merge pull request #1778 from mmorel-35/golangci-lint/revive
chore: explicit revive rules
3 months ago
Matthieu MOREL 99d68e2160 chore: call actions/checkout before actions/setup-go to benefit from native cache
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
4 months ago
Matthieu MOREL d1977251f9 chore: explicit revive rules
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
4 months ago
shirou c8110d7c08
Merge pull request #1777 from shirou/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
4 months ago
dependabot[bot] 2dfb164ed0
chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](971e284b60...ec5d18412c)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 43542ec90c
chore(deps): bump advanced-security/sbom-generator-action
Bumps [advanced-security/sbom-generator-action](https://github.com/advanced-security/sbom-generator-action) from 0.0.1 to 0.0.2.
- [Release notes](https://github.com/advanced-security/sbom-generator-action/releases)
- [Commits](375dee8e61...6fe43abf52)

---
updated-dependencies:
- dependency-name: advanced-security/sbom-generator-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 551e814c7b
chore(deps): bump github.com/ebitengine/purego from 0.8.1 to 0.8.2
Bumps [github.com/ebitengine/purego](https://github.com/ebitengine/purego) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/ebitengine/purego/releases)
- [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: github.com/ebitengine/purego
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 6d01df9b28
chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](6f51ac03b9...65c4c4a1dd)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mingyang Zheng b7a6f8d780 feat(process_windows): Support collecting PageFault count in Windows 4 months ago