Commit Graph

186 Commits

Author SHA1 Message Date
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
5cbd9e030a Improve Docker build pipeline #3336 2025-11-11 17:45:16 +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
Nicolas Hennion
e2c65c6687 Merge pull request #3278 from nicolargo/renovate/actions-stale-10.x
chore(deps): update actions/stale action to v10
2025-09-28 16:39:30 +02:00
Nicolas Hennion
e721b66488 Merge pull request #3277 from nicolargo/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2025-09-28 16:39:25 +02:00
renovate[bot]
b6db99cbb8 Update dependency macos to v15 2025-09-25 16:35:06 +00:00
renovate[bot]
86e198310d Update actions/stale action to v10 2025-09-25 16:35:04 +00:00
renovate[bot]
55c3b9c0ab Update actions/setup-python action to v6 2025-09-25 16:35:01 +00:00
renovate[bot]
9eaef1da36 Update actions/setup-node action to v5 2025-09-25 16:34:58 +00:00
nicolargo
26a41d0c21 Display hash for Pypi release 2025-08-23 14:55:54 +02:00
Nicolas Hennion
3f5c1f478a Merge pull request #3261 from nicolargo/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2025-08-17 16:43:52 +02:00
renovate[bot]
dbba6e0673 Update actions/checkout action to v5 2025-08-11 18:55:38 +00:00
renovate[bot]
f173c8d6b4 Update actions/download-artifact action to v5 2025-08-10 13:45:47 +00:00
renovate[bot]
c738f482e9 Update docker/build-push-action action to v6 2025-07-05 10:32:11 +02:00
renovate[bot]
16dee18c52 chore(deps): update actions/stale action to v9 2025-07-05 10:32:11 +02: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
nicolargo
a36c2bf87a Rework CI to split build Pypi packages and build Docker images 2024-11-16 16:08:12 +01:00
nicolargo
ddd7e5ebe4 Try with a new develop version to check last commit 2024-11-16 15:26:42 +01:00
nicolargo
c36ad5d4ff Try new build and publish to Pypi CI actions - Correct issue 2024-11-16 15:07:07 +01:00
nicolargo
7ef4b6642b Try new build and publish to Pypi CI actions 2024-11-16 14:52:23 +01:00
nicolargo
77e3c4968d Revert commit 57868c7 waitin implementation of issue 3020 2024-11-16 12:15:21 +01:00
nicolargo
57868c70f5 CI - Allow develop branch to overwrite Pip package in Pypi Test 2024-11-16 11:49:10 +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
nicolargo
1f5deb3f83 Disable attestations check 2024-11-01 11:46:39 +01:00
nicolargo
ccf837eb9f Add attestations to allow publishing to Pypi 2024-11-01 11:21:28 +01:00
nicolargo
6095eadd30 Did not generate Pypi test if not on the develop branch 2024-11-01 10:53:52 +01:00
Nicolas Hennion
4f692fa185 Merge pull request #2984 from branchvincent/pyproject
Migrate to pyproject.toml, add 3.13 support
2024-10-23 21:53:22 +02:00
nicolargo
d343131487 Add id-token action to deploy with trusted publisher for release 2024-10-23 20:33:36 +02:00
nicolargo
0bbbd8fce2 Add id-token action to deploy with trusted publisher 2024-10-23 20:24:58 +02:00
Branch Vincent
04a1770ebd Add 3.13 support 2024-10-20 12:30:55 -07:00
nicolargo
73fd34e588 Remove token from Github action 2024-10-20 18:56:50 +02:00