nicolargo
d0629ea128
Change the default path for graph export to /tmp/glances
2024-11-06 15:42:40 +01:00
Nicolas Hennion
6bfccdf87f
Merge pull request #3000 from shidetian/patch-1
...
add comparable NVML_LIB check for Windows
2024-11-06 14:52:21 +01:00
Nicolas Hennion
08c31b810f
Merge pull request #2998 from ariel-anieli/ip-model
...
Refactored `glances.plugins.ip.PluginModel.update`
2024-11-06 14:49:53 +01:00
Detian Shi
bcd7b3d9c6
remove unused variable
2024-11-02 17:06:17 -07:00
Detian Shi
30a31eda81
add comparable NVML_LIB check for Windows
2024-11-02 16:48:42 -07:00
Ariel Otilibili
cd5877daf0
Refactored `glances.plugins.ip.PluginModel.update`
...
* part of #2801
* formatted into a dict; if input method is SNMP, returns default stats
* if input method is local, calls `get_stats_for_local_input`
* it has three steps: `get_private_ipv4`, `get_first_ipv4`, `get_public_ipv4`.
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-11-01 21:06:14 +01:00
nicolargo
f12de6619b
Publish a new snap release
2024-11-01 12:01:34 +01:00
nicolargo
1f5deb3f83
Disable attestations check
2024-11-01 11:46:39 +01:00
nicolargo
ac8cd748f3
Merge branch 'master' into develop
2024-11-01 11:24:14 +01:00
nicolargo
ccf837eb9f
Add attestations to allow publishing to Pypi
2024-11-01 11:21:28 +01:00
nicolargo
23f4c55147
On the road again (again) to Glances 4.3.0
2024-11-01 11:04:44 +01:00
nicolargo
6095eadd30
Did not generate Pypi test if not on the develop branch
2024-11-01 10:53:52 +01:00
nicolargo
5a3ce6e8aa
version 4.2.1
2024-11-01 10:38:11 +01:00
nicolargo
72f142d2ac
Update requirements
2024-11-01 10:20:12 +01:00
nicolargo
1f505dda60
[WEBUI] Came back to default Black Theme / Reduce font size #2993
2024-11-01 09:55:47 +01:00
nicolargo
a3b8ca83d4
Format code
2024-11-01 07:40:38 +01:00
nicolargo
63c7cfcfe8
Format code
2024-11-01 07:37:54 +01:00
Bharath Vignesh J K
6ee3683172
fix: ReST API - typing imports support for py38
...
fixes #2992
2024-11-01 02:10:24 +05:30
Nicolas Hennion
8767de51f2
Correct issue with variable name in the last commit
2024-10-31 16:31:48 +00:00
Nicolas Hennion
ac7ab9ea84
Do not display error message in loop when containers list can not be retrieve (only first time after a failure).
2024-10-31 16:28:56 +00:00
Nicolas Hennion
49d15b20da
Avoid importing pynvml if NVML_LIB is not installed
2024-10-31 16:09:59 +00:00
Nicolas Hennion
a6956bf7ee
Possible memory leak #2976
2024-10-31 15:39:13 +00:00
nicolargo
a2c609ca6f
Update WebUI
2024-10-26 17:14:12 +02:00
nicolargo
ffba4ca6f4
hide_zero=True option not working in the WebUI #2987
2024-10-26 12:37:56 +02:00
nicolargo
5b091f413b
Non blocking error message when Glances starts from a container (alpine-dev image) #2991
2024-10-26 10:54:53 +02:00
nicolargo
34da61647b
Non blocking error message when Glances starts from a container (alpine-dev image) #2991
2024-10-26 10:53:15 +02:00
Nicolas Hennion
ff1cde4ffb
Merge pull request #2990 from branchvincent/pyproject
...
Make pyproject.toml's version dynamic
2024-10-24 08:13:26 +02:00
Branch Vincent
0e40ec657e
Make pyproject.toml's version dynamic
2024-10-23 15:19:02 -07:00
Branch Vincent
47da2a6967
Revert "Set the version by reading directly the pyproject file in local (dev and Docker) - Related to #2956 "
...
This reverts commit 68104b7d0f .
2024-10-23 15:16:20 -07:00
Branch Vincent
6479a6c38d
Revert "Set the version by reading directly the pyproject file in local (dev and Docker) - Related to #2956 "
...
This reverts commit 604d805828 .
2024-10-23 15:16:10 -07:00
nicolargo
604d805828
Set the version by reading directly the pyproject file in local (dev and Docker) - Related to #2956
2024-10-23 23:12:55 +02:00
nicolargo
68104b7d0f
Set the version by reading directly the pyproject file in local (dev and Docker) - Related to #2956
2024-10-23 23:03:43 +02:00
Nicolas Hennion
2d0dcb18e1
Merge pull request #2977 from ariel-anieli/pretty-date
...
Refactored `glances.globals.pretty_date()`, version 2
2024-10-23 22:29:36 +02:00
nicolargo
b2b6879dd5
Update version (in order to test #2956 ) and rebuild the Web UI
2024-10-23 22:06:08 +02:00
nicolargo
039dd00c96
Desable warning message concerning version when executed in local - Related to #2956
2024-10-23 22:02:06 +02: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
5732a52fbc
Update docs
2024-10-23 21:29:37 +02:00
Nicolas Hennion
88a804b57b
Merge pull request #2985 from uoguelph-engg4450/Lukas-Dev
...
Implement Improve hide_zero option #2958
2024-10-23 21:07:30 +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
Ariel Otilibili
9e1d977a26
Refactored `glances.globals.pretty_date()`, version 2
...
* part of #2801
* follows from f6279baacd4cf0b27ca10df6dc01f091ea86a40a; which caused #2973 .
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-10-22 22:35:51 +02:00
Tacitor
9ad511ad05
add the changes to give a threshold in the config to cut off small values
2024-10-20 21:46:43 -04:00
Tacitor
31abc57c2a
add a todo statement
2024-10-20 20:15:15 -04:00
Branch Vincent
04a1770ebd
Add 3.13 support
2024-10-20 12:30:55 -07:00
Branch Vincent
44ae3e5f0b
Migrate to pyproject.toml
2024-10-20 12:13:54 -07:00
nicolargo
73fd34e588
Remove token from Github action
2024-10-20 18:56:50 +02:00
nicolargo
e02d95083b
On the road of Glances 4.3.0
2024-10-20 18:29:49 +02:00
nicolargo
a8608f17d6
version 4.2.0
2024-10-20 18:02:15 +02:00
nicolargo
7d44a2f554
Solve merge conflict
2024-10-20 17:38:57 +02:00
nicolargo
d67d4e3d0e
Glances 4.2.0
2024-10-20 17:37:34 +02:00