Commit Graph

5529 Commits

Author SHA1 Message Date
nicolargo
f2d7e13cd8 Improve tests by testing all the plugin/model.py methods #2757 2024-05-09 10:09:05 +02:00
nicolargo
fd3625826b First work done for plugin model (stats only) 2024-05-07 15:26:16 +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
e8563a0fc4 Format code and update docs/webui 2024-05-07 11:49:55 +02:00
nicolargo
6e95892e41 Correct issue with Restfull API top route 2024-05-07 11:27:04 +02:00
nicolargo
738775ab61 Update NEWS.rst 2024-05-07 11:08:11 +02:00
nicolargo
440f06140e Update NEWS.rst 2024-05-07 11:06:37 +02:00
nicolargo
2763195ba8 Update NEWS.rst 2024-05-07 11:05:57 +02:00
nicolargo
f7628a0945 Update NEWS.rst 2024-05-07 11:05:32 +02:00
nicolargo
20501b4fdb Update NEWS file 2024-05-07 10:04:53 +02:00
nicolargo
e998f8076e See: https://docs.renovatebot.com/getting-started/use-cases/#package-managers-with-lock-files 2024-05-07 09:21:09 +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
29fcde08b0 Add profiling output 2024-05-06 11:56:09 +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
a7b45ff585 Change SNAP version to 4.0.0RC02 2024-05-06 10:26:57 +02:00
nicolargo
056a10f051 Merge branch 'issue2749' into develop 2024-05-06 10:25:46 +02:00
nicolargo
4df945f52e Improve Github action unit test on FreeBSD systems #2749 2024-05-06 10:25:29 +02:00
nicolargo
c57af5dfef Remove unused import in DiskIO 2024-05-06 10:15:27 +02:00
nicolargo
934f605c79 Refactor MMM function in Processlist and change Python Header to go in 2024 2024-05-05 18:45:56 +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
84f1990244 Merge branch 'issue2754' into develop 2024-05-05 10:19:10 +02:00
nicolargo
891e2a492a In PsUtil 6+, connections is rename net_connections #2754 2024-05-05 10:18:51 +02:00
nicolargo
bc349db38a Optimise Quicklook display in Curses UI 2024-05-03 09:53:43 +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
8608e97a9f Refactor Podman client instance for better code 2024-05-02 09:16:55 +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
Nicolas Hennion
aa9a92d3b0
Merge pull request #2748 from nicolargo/fix-codeql
fix: workflows - codeql only works with specific config filename
2024-05-02 08:13:44 +02:00
Nicolas Hennion
95ea9c3ecd
Merge pull request #2747 from nicolargo/2735-alpine-docker-image-build-error-on-arm
chg: docker-files - add build dep for alpine - cmake
2024-05-02 08:13:11 +02:00
Bharath Vignesh J K
7934676c5f fix: workflows - codeql only works with specific config filename 2024-05-02 02:19:14 +05:30
Bharath Vignesh J K
e131d7b027 chg: docker-files - add build dep for alpine - cmake 2024-05-02 01:57:39 +05:30
Nicolas Hennion
40a9b097e0
Merge pull request #2745 from nicolargo/2637-docker-memory-usage-is-incorrect
Make docker memory usage match `docker stats`
2024-05-01 20:28:06 +02:00
Bharath Vignesh J K
6279ba5df5 fix: webui - rebuild static file after merge 2024-05-01 23:22:19 +05:30
Bharath Vignesh J K
5b54ef9baf Merge branch 'refs/heads/develop' into 2637-docker-memory-usage-is-incorrect
# Conflicts:
#	glances/outputs/static/public/glances.js
2024-05-01 23:21:35 +05:30
nicolargo
e0f7498b7e Add refresh to curses global loop 2024-05-01 18:05:00 +02:00
nicolargo
21b49c7db2 Remove autoinstall script from documentation 2024-05-01 15:51:38 +02:00
nicolargo
a146345978 Merge branch 'issue2741' into develop 2024-05-01 13:45:30 +02:00
nicolargo
6264f2abea Switch to forks of pysnmp as it is unmaintained #2741 2024-05-01 13:42:58 +02:00
nicolargo
fdd819c450 Remove Pytz from dep, because it is not used anymore 2024-04-30 17:15:09 +02:00
nicolargo
e2e2264a4d Set sensor refresh time at Glances refresh * 3 2024-04-30 17:02:34 +02:00
nicolargo
3aa6be7361 Remove Windows unitary test because Gitgub CI action is broken 2024-04-30 16:04:36 +02:00
nicolargo
d48f4588b2 Align WebUI and Curses interface display for mem containers 2024-04-30 15:33:36 +02:00
nicolargo
6f30f135c6 Generatino of the WebUI 2024-04-30 11:01:09 +02:00
nicolargo
cb543cd53d Merge branch '2637-docker-memory-usage-is-incorrect' of github.com:nicolargo/glances into 2637-docker-memory-usage-is-incorrect 2024-04-30 10:44:20 +02:00
nicolargo
88fee9bc8e Use buildx instead of build for local container images 2024-04-30 10:35:45 +02:00
Bharath Vignesh J K
b303001f58 cleanup: containers (plugin) - add inactive_file to stats only if present 2024-04-30 01:33:11 +05:30
Nicolas Hennion
f640b6b8b4 Docker memory usage uses the same algorithm than docker stats #2637 2024-04-29 22:54:53 +05:30
Nicolas Hennion
8edf6e70b5 Docker memory usage is incorrect 2024-04-29 22:54:49 +05:30