nicolargo
|
4361df8f84
|
Do not call update if a call is done to a specific plugin through the API #3033
|
2025-10-19 17:19:34 +02:00 |
nicolargo
|
1bc8df0a13
|
Patch api to make fetch compliant with Windows
|
2025-10-18 16:12:02 +02:00 |
nicolargo
|
1b93758b65
|
[UI] Process virtual memory display can be disable by configuration #3299
|
2025-10-18 16:03:23 +02:00 |
nicolargo
|
8fa0677538
|
Update .pre-commit-config.yaml file #3300
|
2025-10-18 14:25:33 +02:00 |
nicolargo
|
074a01efc2
|
Update .pre-commit-config.yaml file #3300
|
2025-10-18 14:17:37 +02:00 |
nicolargo
|
227dedb41b
|
Try to use Python 3.14 in the CI
|
2025-10-18 14:00:18 +02:00 |
nicolargo
|
bcd48844b5
|
Support for Python 14 #3319
|
2025-10-18 13:51:15 +02:00 |
nicolargo
|
f01008f430
|
Support for Python 14 #3319
|
2025-10-18 12:03:18 +02:00 |
nicolargo
|
a41a67edf7
|
Cloud plugin always generate communication with 169.254.169.254, even if the plugin is disabled #3316
|
2025-10-18 10:52:18 +02:00 |
nicolargo
|
6fc887839e
|
Cloud plugin always generate communication with 169.254.169.254, even if the plugin is disabled #3316
|
2025-10-18 09:38:17 +02:00 |
nicolargo
|
8c70a55488
|
API response delay (3+ minutes) when VMs are running due to 'virsh domstats' – Suggest adding '--nowait' option #3317
|
2025-10-18 09:30:55 +02:00 |
nicolargo
|
8a748d15e3
|
Upgrade export test with InfluxDB 1.12
|
2025-10-18 09:25:39 +02:00 |
nicolargo
|
bcfb3675a6
|
Update dep
|
2025-10-18 09:06:24 +02:00 |
nicolargo
|
e3b016e6f3
|
Update dep and change Fetch screenshot for documentation
|
2025-10-18 08:59:21 +02:00 |
Nicolas Hennion
|
a64474f43f
|
Merge pull request #3314 from syohex/typo-option-document
Fix typo of --export-process-filter help message
|
2025-10-14 07:48:07 +02:00 |
Shohei YOSHIDA
|
c2b59d0a74
|
Fix typo of --export-process-filter help message
|
2025-10-14 12:08:21 +09:00 |
Nicolas Hennion
|
d6a820d2bb
|
Remove unused lib
|
2025-10-13 11:54:33 +00:00 |
Nicolas Hennion
|
ee50f4e8e2
|
In the outdated feature, catch error message is Pypi server not reachable
|
2025-10-13 11:49:19 +00:00 |
Nicolas Hennion
|
eead34b0d0
|
Glances do not display CPU stat correctly #3155
|
2025-10-13 11:43:32 +00:00 |
Nicolas Hennion
|
29e3947577
|
Revert "[WINDOWS] Glances do not display CPU stat correctly #3155"
This reverts commit bb0116a198.
|
2025-10-13 11:38:17 +00:00 |
Nicolas Hennion
|
bb0116a198
|
[WINDOWS] Glances do not display CPU stat correctly #3155
|
2025-10-13 11:11:53 +00:00 |
Nicolas Hennion
|
349c33fd27
|
Refactor Fetch template
|
2025-10-13 09:28:21 +00:00 |
Nicolas Hennion
|
52c5042e37
|
Add --no-emit-workspace in the Makefile
|
2025-10-13 09:25:31 +00:00 |
Nicolas Hennion
|
853b71998c
|
Add --no-emit-workspace to the requirements exports tasks
|
2025-10-13 09:22:32 +00:00 |
nicolargo
|
03d4d6cf65
|
Add TOML conf file to Docker in order to build
|
2025-10-12 18:33:24 +02:00 |
nicolargo
|
d02aed76a6
|
Remove hashes from requirements file because it causes some issue in Gitlab pipeline (with pip)
|
2025-10-12 17:24:04 +02:00 |
nicolargo
|
97ec09dfc3
|
Correct an issue when Netifaces is not installed on the system
|
2025-10-12 17:05:19 +02:00 |
nicolargo
|
0c2b9e5e8e
|
Requirements files are now generated dynamically with the make requirements or requirements-upgrade target
|
2025-10-12 17:00:46 +02:00 |
nicolargo
|
0134487f5e
|
Merge branch 'issue3025-uv' into develop
|
2025-10-12 15:20:34 +02:00 |
nicolargo
|
f1328a84e9
|
Use uv instead of venv in Makefile #3304
|
2025-10-12 15:19:32 +02:00 |
Nicolas Hennion
|
547d98599a
|
Update README.rst
|
2025-10-10 11:59:59 +02:00 |
Nicolas Hennion
|
031d5d6485
|
Update README.rst
|
2025-10-08 18:09:40 +02:00 |
Nicolas Hennion
|
62c6c9df4e
|
Update README.rst
Add Brew as a standard installation method.
|
2025-10-07 09:47:39 +02:00 |
Nicolas Hennion
|
6302389073
|
Update find-duplicate-lines.sh
Make the code return an error code if a file ended with a duplicated line is founded.
|
2025-10-06 14:14:35 +02:00 |
Nicolas Hennion
|
83d5886a35
|
Update __init__.py
Remove dupliate line
|
2025-10-06 14:06:19 +02:00 |
nicolargo
|
350ed125d3
|
Store nothing is history is not enable.
|
2025-10-05 17:08:27 +02:00 |
nicolargo
|
7382089129
|
Disable history when history size is set to 0 by configuration.
|
2025-10-05 17:04:27 +02:00 |
nicolargo
|
2254f899b6
|
Add unit test for Prometheus exporter aand refactor the code to not use the API (not useful in this case because stats instance already exist)
|
2025-10-04 09:42:00 +02:00 |
nicolargo
|
d03295a977
|
Merge branch 'develop' of github.com:nicolargo/glances into develop
|
2025-09-28 17:03:55 +02:00 |
nicolargo
|
9f1eb9496a
|
Add unit test for auto_unit
|
2025-09-28 17:03:44 +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 |
Nicolas Hennion
|
26a0c3ef87
|
Merge pull request #3276 from nicolargo/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
|
2025-09-28 16:39:19 +02:00 |
nicolargo
|
0bf79775b6
|
Remove duplicate line at the end of files
|
2025-09-28 16:28:05 +02:00 |
nicolargo
|
c970932e96
|
Set default timeout to 2 second
|
2025-09-28 16:10:07 +02:00 |
nicolargo
|
38c7bfccba
|
Make the issue3290 compliant with non Linux OS
|
2025-09-28 15:09:19 +02:00 |
nicolargo
|
48674ee71f
|
Clean unused decorator
|
2025-09-28 15:00:37 +02:00 |
Nicolas Hennion
|
6539979498
|
Merge pull request #3291 from nicolargo/issue3290-cleanup
Fix: Glances stalling on broken NFS connections
|
2025-09-28 14:17:24 +02:00 |
Nicolas Hennion
|
3652dc339f
|
chg: plugin(fs) - use timeout wrappers for psutil calls
Why? Broken NFS connections can stall psutil calls indefinitely
Co-authored-by: Raz Crimson <52282402+razcrimson@users.noreply.github.com>
|
2025-09-28 05:55:56 +05:30 |