Commit Graph

72 Commits

Author SHA1 Message Date
nicolargo
d07233857b Windows-curses noz support Python 3.14 2026-04-04 16:49:34 +02:00
nicolargo
ccffd34386 Force install of pytest on Windows 2026-03-28 11:21:16 +01:00
dependabot[bot]
9f782b5d26 Bump the actions group with 10 updates
Bumps the actions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `5.0.1` | `6.0.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `5.0.0` | `8.0.1` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `5.10.0` | `6.0.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.7.0` | `4.0.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.12.0` | `4.0.0` |
| [docker/login-action](https://github.com/docker/login-action) | `3.7.0` | `4.0.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.32.6` | `4.32.6` |
| [actions/setup-node](https://github.com/actions/setup-node) | `5.0.0` | `6.3.0` |


Updates `actions/checkout` from 5.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](93cb6efe18...de0fac2e45)

Updates `actions/upload-artifact` from 4.6.2 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](ea165f8d65...bbbca2ddaa)

Updates `actions/download-artifact` from 5.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](634f93cb29...3e5f45b2cf)

Updates `docker/metadata-action` from 5.10.0 to 6.0.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](c299e40c65...030e881283)

Updates `docker/setup-qemu-action` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](c7c5346462...ce360397dd)

Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](8d2750c68a...4d04d5d948)

Updates `docker/login-action` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](c94ce9fb46...b45d80f862)

Updates `docker/build-push-action` from 6.19.2 to 7.0.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](10e90e3645...d08e5c354a)

Updates `github/codeql-action` from 3.32.6 to 4.32.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](820e3160e2...0d579ffd05)

Updates `actions/setup-node` from 5.0.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](a0853c2454...53b83947a5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/metadata-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: github/codeql-action
  dependency-version: 4.32.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-19 05:28:10 +00:00
nicolargo
599c193258 Harden GitHub Actions workflows: minimal permissions, SHA pins, timeouts
- Add top-level  on caller (ci.yml) and scheduled/event
    workflows (inactive_issues.yml, needs_contributor.yml)
  - Declare explicit job-level permissions across all reusable workflows
  - Pin all third-party actions to immutable commit SHAs (was using mutable
    tags, including the critical )
  - Align codeql-action on v3 across quality.yml and cyber.yml
  - Add timeout-minutes on every job to prevent runaway builds
  - Add concurrency group on ci.yml with cancel-in-progress for PRs only
  - Add .github/dependabot.yml for automated SHA and npm dependency updates
2026-03-15 18:23:06 +01:00
nicolargo
fda2a6b16e Lint code 2026-02-07 18:02:43 +01:00
nicolargo
5cc92b8e4c Improve Github action unit test on BSD systems #2749 2026-01-18 13:56:45 +01:00
nicolargo
d37d1d3546 Improve Github action unit test on BSD systems #2749 2026-01-17 19:20:22 +01:00
nicolargo
96e7ce3d63 Improve Github action unit test on BSD systems #2749 2026-01-17 19:16:03 +01:00
nicolargo
2482017041 Improve Github action unit test on BSD systems #2749 2026-01-17 19:12:25 +01:00
nicolargo
9b063c25fa Improve Github action unit test on BSD systems #2749 2026-01-17 18:58:48 +01:00
nicolargo
27005774ff Improve Github action unit test on BSD systems #2749 2026-01-17 18:51:39 +01:00
nicolargo
4cf5ed240c Improve Github action unit test on BSD systems #2749 2026-01-17 18:47:07 +01:00
nicolargo
241f34537a Improve Github action unit test on BSD systems #2749 2026-01-17 18:38:34 +01:00
nicolargo
e74dcc0060 Add comment for Git action tests 2025-12-20 15:19:58 +01:00
nicolargo
34c3c11725 Make unit test with Python 3.13 on Windows 2025-11-10 11:16:07 +01:00
nicolargo
de0b1ef2da Make unit test with Python 3.14 on Windows and MacOS 2025-11-10 11:08:37 +01:00
nicolargo
227dedb41b Try to use Python 3.14 in the CI 2025-10-18 14:00:18 +02:00
Nicolas Hennion
d28f3056a7 Merge pull request #3287 from nicolargo/renovate/macos-15.x
chore(deps): update dependency macos to v15
2025-09-28 16:40:10 +02:00
renovate[bot]
b6db99cbb8 Update dependency macos to v15 2025-09-25 16:35:06 +00:00
renovate[bot]
55c3b9c0ab Update actions/setup-python action to v6 2025-09-25 16:35:01 +00:00
renovate[bot]
dbba6e0673 Update actions/checkout action to v5 2025-08-11 18:55:38 +00:00
renovate[bot]
d2de1424fb Update dependency windows to v2025 2025-07-05 10:32:10 +02:00
renovate[bot]
daf6964f14 Update dependency ubuntu to v24 2025-07-05 10:32:10 +02:00
nicolargo
3b67eb1c79 Remove test on Windows and Python 3.13 2024-12-29 15:09:58 +01:00
nicolargo
b77d1b36b3 Semgrep is not available on Windows 2024-12-29 13:15:16 +01:00
nicolargo
797b0d06b1 Add memory leak unitary test 2024-12-29 13:07:54 +01:00
nicolargo
b33cd3fd2b Add dep for run test in CI 2024-12-28 18:20:20 +01:00
nicolargo
1624e66f48 Improve unittest #2757 2024-12-28 18:08:52 +01:00
nicolargo
8276ddd184 Enable PyTest in the Github pipeline 2024-12-26 11:08:06 +01:00
Ariel Otilibili
b537f454c1 Bumped minimal Python version to 3.9
* Python 3.8 is now end of life [Link]
* changed occurrences found with `git grep -P '[^\d\.]3\.8[^\d]'`
* so doing, removed unused branch in `glances/outputs/glances_restful_api.py`
* branch introduced by f6545580db
* ruff also needs a bump; i.e, `s/py38/py39/`
* not done yet, since it needs to clear out warnings.

Link: https://devguide.python.org/versions/
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-11-08 15:19:40 +01:00
Branch Vincent
04a1770ebd Add 3.13 support 2024-10-20 12:30:55 -07:00
nicolargo
48103f167e Only test latest Python version on MacOS 2024-06-29 16:43:47 +02:00
Bharath Vignesh J K
f31b767e0e chg: github-actions to use ruff 2024-05-17 04:41:31 +05:30
nicolargo
af4765db8a Remove unitest shell script - Use Makefile instead 2024-05-07 14:07:08 +02:00
nicolargo
8e8d4ce89b Rename unitest to unittest - Related to #2757 2024-05-07 14:01:36 +02:00
nicolargo
d91663a428 Comment FreeBSD test (not working) and upgrade CI 2024-05-06 10:41:38 +02:00
nicolargo
4df945f52e Improve Github action unit test on FreeBSD systems #2749 2024-05-06 10:25:29 +02:00
nicolargo
66bc871488 Fix OS version for the Github tests / Only build Docker images on official architecture (remove i386) / Test if #2735 is corrected 2024-05-02 09:08:04 +02:00
nicolargo
3aa6be7361 Remove Windows unitary test because Gitgub CI action is broken 2024-04-30 16:04:36 +02:00
nicolargo
8e0943454d Add UT for MacOS in the CI (correct duplicated section in the test file) 2024-03-23 11:15:04 +01:00
nicolargo
af8111ba8f Add UT for MacOS in the CI 2024-03-23 11:12:07 +01:00
nicolargo
c591461fde Add Cyber scan (Trivy) github action 2024-03-10 19:55:02 +01:00
nicolargo
365eb11eb4 Add CI pipeline 4 2024-03-10 17:02:43 +01:00
nicolargo
1841592d5b Add CI pipeline 2024-03-10 16:52:31 +01:00
nicolargo
ea4f11a08b Add CI pipeline 2024-03-10 16:48:53 +01:00
nicolargo
2b641f4b5e Remove Python 3.12 because test not working on Windows 2023-10-07 09:00:36 +02:00
nicolargo
62fd5aaee8 Add Python 3.12 support in UnitTest for Windows OS 2023-10-07 08:48:48 +02:00
nicolargo
17fb3c8d60 Add Python 3.12 support in UnitTest 2023-10-07 08:42:22 +02:00
renovate[bot]
2fcaa74924 chore(deps): update actions/checkout action to v4 2023-09-04 14:43:42 +00:00
nicolargo
da4763da59 Minimum Python version is 3.8 (also for Windows) 2023-08-19 17:57:25 +02:00