Commit Graph

5752 Commits (snyk-fix-df67238ce0c314e92d94fa9d96d82f72)

Author SHA1 Message Date
snyk-bot e11a144d6b
fix: glances/outputs/static/package.json & glances/outputs/static/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593
- https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617
2024-07-27 11:27:55 +00:00
nicolargo e03632459b Add VMs to unittest 2024-07-27 08:21:43 +02:00
Ariel Otilibili 98e8e32457 Reduced complexity of `unittest-core.TestGlances._common_plugin_tests()`
Part of #2801. Common tests follows the flow:

* `reset_stats_history_and_views`
* `do_checks_before_update`
* add first element with `update_stats`
* `check_stats`
* `filter_stats`
* add second element `update_stats`
* `chk_hist_maybe_add_third_elem`
* `check_views`.

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-07-27 02:09:49 +02:00
nicolargo 81a529dbad Crash when terminal is resized #2872 2024-07-26 11:30:53 +02:00
nicolargo 52a129a3e8 Migration to Alpine 3.20 and Python 3.12 for Alpine Docker 2024-07-26 11:03:38 +02:00
nicolargo aacc12df45 Correct linter issue https://github.com/nicolargo/glances/actions/runs/10108117146/job/27953472522 - Related to PR #2891 2024-07-26 10:46:04 +02:00
nicolargo 2b30c9986f Add VMs section (disabled by default) in the Docker glances.conf file 2024-07-26 10:20:47 +02:00
Nicolas Hennion fbd0eee5c4
Merge pull request #2891 from ariel-anieli/issue-2801-plugin-msg-curse
Reduced complexity of `glances.plugins.percpu.PluginModel.msg_curse()`
2024-07-26 10:18:24 +02:00
Ariel Otilibili 6059b9ab42 Reduced complexity of `glances.plugins.percpu.PluginModel.msg_curse()`
Part of #2801. Broken `msg_curse`: if no stats returns empty list, else:

1. `define_headers_from_os`
2. `maybe_build_string_msg`
3. `display_cpu_stats_per_line`
4. `manage_max_cpu_to_display`
5. Then, for CPU:
   * `display_cpu_header_in_columns`
   * `display_cpu_stats_in_columns`
6. Hence, `summarize_all_cpus_not_displayed`

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-07-25 00:14:48 +02:00
nicolargo e38e2ce831 beta04 2024-07-24 15:53:30 +02:00
nicolargo d10b4bdc71 Reformat file with Ruff 2024-07-24 15:52:04 +02:00
nicolargo 80d07615f4 Merge branch 'issue2252' into develop 2024-07-24 15:47:36 +02:00
nicolargo 81f6ec03b4 Merge branch 'develop' into issue2252 2024-07-24 15:47:12 +02:00
Nicolas Hennion 1153d18a37
Merge pull request #2884 from ariel-anieli/issue-2801-plugin-update
Reduced complexity of `glances.plugins.system.PluginModel.update()`
2024-07-24 15:45:31 +02:00
nicolargo 0950e407a7 Catch error when Glances stop 2024-07-24 15:31:55 +02:00
nicolargo 5ed876423f WebUI is OK, had to manage the error when Glances stop, see Github issue #2252 for detail 2024-07-24 11:32:57 +02:00
nicolargo 9d76bfeb3e First version of the Curses UI, miss engine name 2024-07-23 19:34:12 +02:00
Ariel Otilibili 881017e63b Reduced complexity of `glances.plugins.system.PluginModel.update()`
Part of #2801. Broke `update` in two parts:

* if `local`, stats taken from `get_stats_from_std_sys_lib`
* and readability achieved by `add_human_readable_name`
* else if `snmp`, taken from `update_stats_with_snmp`.

`get_stats_from_std_sys_lib` has two helpers:

1. `get_win_version_and_platform`.
2. `get_linux_version_and_distro`.

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-07-22 22:22:48 +02:00
nicolargo 6b036ec0ac Refactor colors Class for Curses UI 2024-07-21 19:16:33 +02:00
RazCrimson e086625f1a
Merge pull request #2877 from Neved4/medium-line
fix: Use `ncurses` dedicated functions for the separator line
2024-07-16 01:06:38 +05:30
Neveda bfdf899615 refactor: Simplify `separator_line()` logic 2024-07-15 13:43:23 +02:00
Neveda e1e3ca9c8a fix: Use `self.term_window.hline()` and `curses.ACS_HLINE` for the separator line 2024-07-15 12:36:03 +02:00
Nicolas Hennion 413df02728
Merge pull request #2873 from ey-jo/fix-docs-path
Corrected path in docs for docker
2024-07-11 16:31:15 +02:00
ey-jo be83a0f735 changing path in docs for docker 2024-07-11 15:13:25 +01:00
RazCrimson 166e6df373
Merge pull request #2867 from Neved4/medium-line
Replace `U+23AF` with `U+2500` for splitlines
2024-07-11 11:29:50 +05:30
Neveda c86f01b7a1 Replace `U+23AF` with `U+2500` 2024-07-11 00:01:42 +02:00
Nicolas Hennion 363a66c263 UodateSnapcraft 2024-07-08 08:54:40 +00:00
nicolargo f603e8412c Add another connector to snap 2024-07-07 18:47:46 +02:00
nicolargo 6f7a09686c Check if server name is not null in the Glances browser - Related to #2861 2024-07-06 08:30:02 +02:00
nicolargo 18bade9edf On the raod again again 2024-07-03 19:50:23 +02:00
nicolargo ca41d09845 Glances 4.1.2 2024-07-03 19:47:05 +02:00
nicolargo 90f4934c62 Glances 4.1.2 2024-07-03 19:41:40 +02:00
Bharath Vignesh J K fd99c8008d chore: version patch update for a quick test pypi upload 2024-07-03 17:27:36 +05:30
Bharath Vignesh J K 6af2340c5c chg: plugin(percpu) - show times based on host OS 2024-07-01 10:27:33 +05:30
RazCrimson 46abd4b4c9
Merge pull request #2860 from nicolargo/2859-glances-411-on-windows-attributeerror-cpupercent-object-has-no-attribute-cpu_percent
fix: cpu_percent - initialization timer bugs
2024-07-01 09:33:57 +05:30
Bharath Vignesh J K 2801add7e2 fix: cpu_percent - initialization timer bugs
fixes #2859
2024-07-01 09:33:05 +05:30
nicolargo 9b853d857b Merge branch 'develop' of github.com:nicolargo/glances into develop 2024-06-30 10:18:29 +02:00
Bharath Vignesh J K 99e65079a0 chg: plugin(docker) - add some typing 2024-06-30 03:52:09 +05:30
Bharath Vignesh J K 0e1d462c69 chg: exports (influxdb) - log warning message if export fails 2024-06-30 01:33:51 +05:30
nicolargo f4c7ca01fe Correct codespell 2024-06-29 19:19:26 +02:00
nicolargo 60591630df Improve lisibility of OK_LOG 2024-06-29 19:01:25 +02:00
nicolargo 48103f167e Only test latest Python version on MacOS 2024-06-29 16:43:47 +02:00
nicolargo 154ae8e610 On the road (again) to Glances 4.2.0 2024-06-29 16:36:22 +02:00
nicolargo 86c2cd1d4a Glances 4.1.1 2024-06-29 16:28:50 +02:00
nicolargo 452fd6497e Sensors data is not exported using InfluxDB2 exporter #2856 2024-06-29 16:03:27 +02:00
nicolargo ccfd8f0aa9 On the road of Glances 4.2.0 2024-06-29 10:01:07 +02:00
nicolargo d91bfa2f8b Update docs 2024-06-29 09:55:33 +02:00
nicolargo 582ca07716 Glances 4.1.0 2024-06-29 09:49:36 +02:00
Nicolas Hennion 036eb976e9
Merge pull request #2854 from CognitiveDisson/patch-1
Remove duplicate line from the README file
2024-06-27 06:37:58 +02:00
Vadim Smal 2c5a1150bd
Remove duplicate line from the README file 2024-06-26 23:35:37 +01:00