Commit Graph

4570 Commits (1bedd3b80eb0dff3b831a664026d4b5049c38d95)

Author SHA1 Message Date
nicolargo 1bedd3b80e It is not possible to return API data for a particular mount point (FS plugin) #1162 2023-01-22 12:22:16 +01:00
nicolargo b67c717b3a Improve documentation regarding regexp in configuration file 2023-01-22 11:14:59 +01:00
nicolargo 67bf0c1964 Update README 2023-01-21 11:37:22 +01:00
nicolargo 4ffc13cbc7 Improve documentation about the [ip] plugin #2251 2023-01-21 10:18:59 +01:00
nicolargo 66cd8a70d6 Merge from master 2023-01-17 08:12:51 +01:00
Nicolas Hennion c0524485ce
Merge pull request #2247 from mfridge/action-command-split
Remove surrounding quotes for quoted command arguments
2023-01-17 08:04:13 +01:00
mfridge b063169022 Remove surrounding quotes for quoted command arguments 2023-01-16 16:13:32 +01:00
Nicolas Hennion 4ee3c34384
Merge pull request #2245 from chenrui333/setup/add-ujson
setup: include ujson as required dependency
2023-01-16 13:39:04 +01:00
Rui Chen f21750ca48
setup: include ujson as required dependency
also update psutil version constraint

Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-01-14 15:02:19 -05:00
nicolargo 44da004bdd On the road of Glances 3.4.0 2023-01-14 10:03:58 +01:00
nicolargo 8e9f079578 Correct conflict in __init__.py after master merge 2023-01-14 10:00:53 +01:00
nicolargo b79edc7df6 Glances 3.3.1 release 2023-01-14 09:59:56 +01:00
nicolargo 10fbb246ac Add run-docker-ubuntu-* in Makefile 2023-01-14 09:15:36 +01:00
Nicolas Hennion c330e07e34
Merge pull request #2243 from nicolargo/renovate/nvidia-cuda-12.x
Update nvidia/cuda Docker tag to v12
2023-01-14 09:13:08 +01:00
Nicolas Hennion a59ae3edf1
Merge pull request #2244 from nicolargo/renovate/crazy-max-ghaction-docker-meta-4.x
Update crazy-max/ghaction-docker-meta action to v4.3.0
2023-01-14 09:12:37 +01:00
nicolargo f3f85eeb27 Unable to see docker related information #2180 2023-01-14 09:10:56 +01:00
nicolargo e564ba4cf6 Update memory profile chart 2023-01-13 18:59:25 +01:00
renovate[bot] 623b8bf1ef
Update crazy-max/ghaction-docker-meta action to v4.3.0 2023-01-13 14:53:01 +00:00
nicolargo 1cad8df2da CSV export dependent on sort order for docker container cpu #2156 2023-01-13 15:41:40 +01:00
renovate[bot] 9ca7e4121f
Update nvidia/cuda Docker tag to v12 2023-01-13 11:05:36 +00:00
Nicolas Hennion c53afdc8bf
Merge pull request #2234 from imyhxy/develop
Add ubuntu Dockerfile with GPU supported
2023-01-13 09:11:56 +01:00
nicolargo 416bbed02e Error when process list is displayed in Programs mode #2209 2023-01-13 09:01:09 +01:00
Nicolas Hennion 6923d49aa7
Merge pull request #2228 from nicolargo/renovate/zeroconf-0.x
Update dependency zeroconf to v0.47.1
2023-01-13 08:43:41 +01:00
Nicolas Hennion ca988b190a
Merge pull request #2242 from nicolargo/renovate/crazy-max-ghaction-docker-meta-4.x
Update crazy-max/ghaction-docker-meta action to v4.2.0
2023-01-13 08:42:38 +01:00
renovate[bot] 220de545eb
Update crazy-max/ghaction-docker-meta action to v4.2.0 2023-01-11 18:48:58 +00:00
Nicolas Hennion 1e7d058dae
Merge pull request #2239 from mfridge/action-command-split
Consider quotes when splitting command arguments
2023-01-08 14:50:59 +01:00
mfridge 848c0ef3ab Consider quotes when splitting command arguments 2023-01-06 16:07:33 +01:00
fkwong 50f5bfc34b Add ubuntu Dockerfile 2023-01-05 13:19:42 +08:00
renovate[bot] 78705d6df1
Update dependency zeroconf to v0.47.1 2022-12-24 05:25:55 +00:00
nicolargo 8bdbed3331 Minor change on the help screen 2022-12-23 09:49:23 +01:00
Nicolas Hennion 8e5bdaf2a5
Merge pull request #2165 from nicolargo/renovate/zeroconf-0.x
Update dependency zeroconf to v0.47.0
2022-12-22 16:11:13 +01:00
renovate[bot] c796e14cab
Update dependency zeroconf to v0.47.0 2022-12-22 03:52:43 +00:00
nicolargo 2d2d71d81f Security alert on ujson < 5.4 2022-12-21 13:56:54 +01:00
nicolargo 2c9ff45b16 The open-web-browser option was missing dashes #2219 2022-12-21 13:52:07 +01:00
nicolargo 25fa4c6536 Correct regexp in glances.conf file example 2022-12-21 09:35:33 +01:00
nicolargo 07415b5f77 What is CW from network #2222 (related to discussion #2221) 2022-12-20 14:23:46 +01:00
nicolargo e5e3cefa45 Refactor some loop in the processes function 2022-12-18 10:11:12 +01:00
nicolargo da3c5474a8 Change Glances repology URL 2022-12-12 14:24:51 +01:00
nicolargo c061dc919f Add example for the date format 2022-12-12 14:20:09 +01:00
nicolargo 6ef0f439a3 Correct Flake8 configuration file 2022-12-12 11:18:29 +01:00
nicolargo 440fb972ce Drop UT for Python 3.5 and 3.6 (no more available in Ubuntu 22.04) 2022-12-12 11:00:52 +01:00
nicolargo ed4cc5e20e Console formatting permanently messed up when other text printed #2211 2022-12-12 10:56:26 +01:00
nicolargo c23451f2ba API GET uptime returns formatted string, not seconds as the doc says #2158 2022-11-20 18:58:15 +01:00
nicolargo ea60836cc9 Correct unitary test with Python 3.5 2022-11-19 15:57:27 +01:00
nicolargo a5e2800807 Update Makefile with comments 2022-11-19 15:51:20 +01:00
Nicolas Hennion 81dc33fe74
Merge pull request #2199 from nicolargo/renovate/alpine-3.x
Update alpine Docker tag to v3.17
2022-11-19 15:31:25 +01:00
Nicolas Hennion d0b4f92a95
Merge pull request #2202 from chncaption/oscs_fix_cdr0ts8au51t49so8c6g
fix(sec): upgrade psutil to 5.6.7
2022-11-19 15:29:36 +01:00
nicolargo b60f704ceb Merge branch 'develop' of github.com:nicolargo/glances into develop 2022-11-19 15:27:44 +01:00
nicolargo a9ee2aa09c Replace json by ujson #2201 2022-11-19 15:27:12 +01:00
chncaption 48341ca82d update psutil 5.3.0 to 5.6.7 2022-11-17 18:37:44 +08:00