Commit Graph

4580 Commits

Author SHA1 Message Date
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
renovate[bot]
7409818d5d
Update alpine Docker tag to v3.17 2022-11-16 23:31:12 +00:00
Nicolas Hennion
09c7d7fb6b
Merge pull request #2196 from nicolargo/nicolargo/issue2195
Correct issue if process has no user name.
2022-11-16 14:59:12 +01:00
Nicolas Hennion
94ab2f9c36
Merge pull request #2197 from nicolargo/snyk-fix-dc7caaab455695a835f25c84d3eae23f
[Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1
2022-11-16 14:56:49 +01:00
snyk-bot
a3382f92e5
fix: doc-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
2022-11-16 13:54:18 +00:00
Nicolas Hennion
434f9635c6
Merge pull request #2191 from nicolargo/snyk-fix-f81ef6def00bea16cc1bea9c27ee6b1f
[Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1
2022-11-16 14:53:45 +01:00
Nicolas Hennion
a45242138c
Correct issue if process has no user name. 2022-11-16 14:47:40 +01:00
snyk-bot
22941cc477
fix: dev-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
2022-11-15 02:10:06 +00:00
nicolargo
4cd3c57c24 Update Python minimal requirement for py3nvlm 2022-11-13 10:01:11 +01:00
nicolargo
dae13631b0 Update security policy (user can open private issue directly in Github) 2022-11-13 09:51:05 +01:00
nicolargo
1d405ef424 Glances UI is breaking for multiline commands #2189 2022-11-13 09:46:29 +01:00
nicolargo
5f0f4d74e0 - Bump loader-utils from 2.0.0 to 2.0.3 in /glances/outputs/static #2187
- Update Web lib
2022-11-13 09:17:34 +01:00
nicolargo
705d4324e5 Update memory profiling 2022-11-12 21:49:14 +01:00
nicolargo
056e9d2940 Add unitary test for memory profiling 2022-11-12 17:15:44 +01:00
nicolargo
91b6b4aff7 Add a simple run script. Entry point for IDE debuger 2022-11-05 10:04:23 +01:00
nicolargo
1fc5795b1e Modify the version (change by error) 2022-11-03 15:42:30 +01:00
nicolargo
0976da8a28 Back to dev again 2022-11-03 15:41:31 +01:00
nicolargo
894e046adc Revert a miss 2022-11-03 15:33:03 +01:00
nicolargo
cd520655ef version 3.3.0.4 2022-11-03 15:29:20 +01:00
nicolargo
8016705d04 Correct an issue on alpine.Dockerfile 2022-11-03 15:27:00 +01:00
nicolargo
2e8fcbc086 Correct an issue on alpine.Dockerfile 2022-11-03 15:26:43 +01:00
nicolargo
dd6d2973d6 Back to dev 2022-11-03 15:17:16 +01:00
nicolargo
1394da86fb version 3.3.0.3 2022-11-03 15:12:50 +01:00
nicolargo
57a8a12a68 Refactor Docker image factory: from now, only Alpine images will be provided 2022-11-03 15:07:56 +01:00
nicolargo
eb8c0fd23c Refactor Docker image factory: from now, only Alpine images will be provided 2022-11-03 15:05:57 +01:00
nicolargo
bb9591c4d7 Change the sponsoring section 2022-11-01 10:38:37 +01:00
nicolargo
f7fb3ad546 Change the sponsoring section 2022-11-01 10:33:01 +01:00
nicolargo
2bed438222 Change the sponsoring section 2022-11-01 10:31:41 +01:00
nicolargo
cf76040b56 Update the docs 2022-11-01 10:08:34 +01:00
nicolargo
fc4f6cb2c8 [WebUI] Implement the 'j' hotkey (join threads into program in console mode) in the WebUI #2179 2022-11-01 10:01:32 +01:00
nicolargo
a62ea3d21e Reformat the code 2022-10-31 09:07:14 +01:00
nicolargo
1ed761c1aa Correct an issue when using autodiscover in unitary test 2022-10-31 08:58:16 +01:00
nicolargo
2b8ae361d1 Improve unitary test for client/server by using venv if possible 2022-10-31 08:40:46 +01:00
nicolargo
9758d18db1 Back to dev 2022-10-30 14:59:07 +01:00
nicolargo
53f74248cd version 3.3.0.2 2022-10-30 14:57:18 +01:00
nicolargo
76dd873ebe Since the last update, using Glances with a password fails with a Python error / Correct another issue with user_config_dir 2022-10-30 14:51:56 +01:00
nicolargo
ffd275bafa Since the last update, using Glances with a password fails with a Python error #2159 2022-10-30 14:51:27 +01:00
nicolargo
5e983434a1 Use of a broken or weak cryptographic hashing algorithm (SHA256) on password storage #2175 2022-10-29 14:40:01 +02:00
Nicolas Hennion
71dcf0a1f8
Create SECURITY.md 2022-10-29 12:04:03 +02:00
nicolargo
63292a54fc Merge branch 'develop' of github.com:nicolargo/glances into develop 2022-10-29 10:56:14 +02:00
nicolargo
6116c2cc44 Update Debian container to Python 3.11 2022-10-29 10:55:59 +02:00
Nicolas Hennion
b64aa702ff
Merge pull request #2174 from nicolargo/renovate/docker-setup-qemu-action-2.x
Update docker/setup-qemu-action action to v2
2022-10-29 09:55:46 +02:00