Commit Graph

169 Commits

Author SHA1 Message Date
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
nicolargo
7d44a2f554 Solve merge conflict 2024-10-20 17:38:57 +02:00
nicolargo
fbca700562 Disable Webui audit fix in the CI, 2024-08-11 18:45:21 +02:00
nicolargo
f8aa98bac7 Glances 4.1.2 2024-07-03 19:43:45 +02:00
nicolargo
48103f167e Only test latest Python version on MacOS 2024-06-29 16:43:47 +02:00
nicolargo
afa1da59d1 Merge branch 'develop' 2024-06-29 09:54:13 +02:00
nicolargo
7cffdcbff7 Add needs contributor workflow to Github actions 2024-06-15 09:44:05 +02:00
nicolargo
986c865718 Add inactive issues workflow to Github actions 2024-06-15 09:40:14 +02:00
nicolargo
4862264a2a Update bug report template 2024-06-09 17:27:51 +02:00
nicolargo
bf3bb6a7e8 Glances 4.0.8 2024-06-08 10:25:45 +02:00
Bharath Vignesh J K
9ab3199e13 fix: build workflow - missing scope on cache-from 2024-05-19 09:37:53 +05:30
Bharath Vignesh J K
f6ddc5cf49 chg: build workflow - use scope to prevent multiple os caches from overwriting each other 2024-05-19 08:40:37 +05:30
Bharath Vignesh J K
c5ea3d292c chg: build workflow - use newer cache exporter - gha
Ref: https://docs.docker.com/build/cache/backends
2024-05-19 07:33:44 +05:30
Bharath Vignesh J K
e07bacf9a3 chg: build workflow - use latest official docker meta action 2024-05-19 07:22:37 +05:30
nicolargo
5d88280ad6 version 4.0.5 2024-05-18 11:10:56 +02:00
nicolargo
74f9606e65 Merge Ruff formating and solve some conflicts #2779 2024-05-18 10:37:57 +02:00
Bharath Vignesh J K
f31b767e0e chg: github-actions to use ruff 2024-05-17 04:41:31 +05:30
nicolargo
d5682b8066 Correct CI 2024-05-12 18:50:38 +02:00
nicolargo
afb06cb230 WebUI not needed to build in CI 2024-05-12 11:13:59 +02:00
nicolargo
4a4ca76505 Do not build WebUI if tags 2024-05-12 11:05:13 +02:00
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
78f5813db7 Rename Qulity workflow - With the file it is better 2024-05-06 18:18:31 +02:00
nicolargo
490804d5cc Rename Qulity workflow 2024-05-06 18:16:53 +02:00
nicolargo
9121b77763 Add some profiling and upgrade CI to NodeJS 20 2024-05-06 11:55:37 +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
9ae8219a7f arm/v6 and arm/v7 timeout during the build - Disable it in the CI 2024-05-05 16:51:17 +02:00
nicolargo
39be7f554b Stats update is now threaded / Sensors are sorted by label/Alias in the UI 2024-05-02 18:20:58 +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
Bharath Vignesh J K
7934676c5f fix: workflows - codeql only works with specific config filename 2024-05-02 02:19:14 +05:30
nicolargo
3aa6be7361 Remove Windows unitary test because Gitgub CI action is broken 2024-04-30 16:04:36 +02:00
nicolargo
5e58c0b8a8 CI Cyber Trivy should be back 2024-04-26 09:35:20 +02:00
nicolargo
f2b232ebaf CI Cyber is broken, waiting for https://github.com/aquasecurity/trivy-action/issues/343 2024-04-26 08:48:05 +02:00
nicolargo
5c8905ea88 Docker image build error on ARM/v6 and ARM/v7 #2735 2024-04-23 10:16:59 +02:00
nicolargo
9efecde4b1 Docker image build error on ARM/v6 (realy) #2735 2024-04-23 09:46:16 +02:00