Commit Graph

  • f224cab225 Impoprove unittest nicolargo 2024-06-08 17:50:42 +0200
  • 9b0d0a7ff0 Get back to Glances 4.1.0 nicolargo 2024-06-08 10:29:57 +0200
  • 1832655793 Glances 4.0.8 - Update release note v4.0.8 nicolargo 2024-06-08 10:27:31 +0200
  • af06652fa1 Glances 4.0.8 - Update release note nicolargo 2024-06-08 10:26:19 +0200
  • bf3bb6a7e8 Glances 4.0.8 nicolargo 2024-06-08 10:25:45 +0200
  • 8d3b3691e5 Add release note for Glances 4.0.8 nicolargo 2024-06-08 10:19:49 +0200
  • 13e2f73738 Merge branch 'secureamps' into develop nicolargo 2024-06-01 18:33:11 +0200
  • 6077bb4a55 [BREAKING CHANGE in conf file] Secure call to AMPS, use && as commend separator instead of ; nicolargo 2024-06-01 18:32:51 +0200
  • 5ad9e89658 Optimize nicolargo 2024-06-01 18:08:46 +0200
  • 65f84fd1e9 Raspberry PI - CPU info is not correct #2616 nicolargo 2024-06-01 17:49:22 +0200
  • b2e5cb58c4 Reduce code complexity #2801 nicolargo 2024-06-01 17:28:52 +0200
  • 4a60e826b5 Merge branch 'issue2799' into develop nicolargo 2024-06-01 11:03:24 +0200
  • d0de547e41 Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799 nicolargo 2024-06-01 11:02:58 +0200
  • d00be34255 Merge branch 'issue2812' into develop nicolargo 2024-06-01 10:39:34 +0200
  • 6410ccab9b Make CORS option configurable #2812 nicolargo 2024-06-01 10:38:40 +0200
  • 350318fb6e Put * in default CORS configuration. Related to discussion #2802 nicolargo 2024-05-29 17:44:24 +0200
  • 5a78e72419 Optimize Glances configuration file path search nicolargo 2024-05-28 13:49:11 +0200
  • 2379ec6b55 Merge branch 'develop' of github.com:nicolargo/glances into develop nicolargo 2024-05-28 13:31:38 +0200
  • a55970af83 When Glances is installed via venv, default configuration file is not used #2803 nicolargo 2024-05-28 13:31:22 +0200
  • 273a405a10
    Update README.rst Nicolas Hennion 2024-05-27 15:04:08 +0200
  • c187c14b5f Update NEWS file nicolargo 2024-05-25 16:18:53 +0200
  • b1b8ea6966 version 4.0.7 v4.0.7 nicolargo 2024-05-25 16:12:53 +0200
  • ad604c1dc5 fix: plugin(sensors) - serialization bug with raw stats Bharath Vignesh J K 2024-05-18 04:55:05 +0530
  • a06737c177 cpu_hz_current not available on NetBSD #2792 nicolargo 2024-05-25 12:30:10 +0200
  • a129c1b337 GET /1272f6e9e8f9d6bfd6de.png results in 404 #2781 nicolargo 2024-05-25 15:45:34 +0200
  • e5e5cf4c01 cpu_hz_current not available on NetBSD #2792 nicolargo 2024-05-25 12:30:10 +0200
  • 092ecf5cf8 Correct error witj orjson version: use the latest one nicolargo 2024-05-25 12:15:38 +0200
  • 9c446bf8ce version 4.0.6 v4.0.6 nicolargo 2024-05-25 12:08:42 +0200
  • 52f354d5a0 No GPU info on Web View #2796 nicolargo 2024-05-25 12:01:40 +0200
  • 4b48304324 Merge branch 'issue2796' into develop nicolargo 2024-05-25 12:02:40 +0200
  • 79d9aa742b No GPU info on Web View #2796 nicolargo 2024-05-25 12:01:40 +0200
  • 8d6fabc510 Retire ujson for being in maintenance mode #2791 nicolargo 2024-05-25 10:03:39 +0200
  • 23cd99d11e Merge branch 'develop' into issue2791 nicolargo 2024-05-25 10:03:21 +0200
  • 6d2ecf5cf0 Change client and browser call nicolargo 2024-05-25 10:02:35 +0200
  • c61d10bec7 Unittest OK nicolargo 2024-05-25 09:42:02 +0200
  • 58ef11ddf9
    fix: doc-requirements.txt to reduce vulnerabilities snyk-fix-71925ff930f5a30a78ee6295592fba9d snyk-bot 2024-05-22 22:29:31 +0000
  • 8cd2749e24
    fix: dev-requirements.txt to reduce vulnerabilities snyk-fix-ac927762ccee07db12778035b6df3ab2 snyk-bot 2024-05-21 22:47:42 +0000
  • 60d6be1718 Better nicolargo 2024-05-20 19:35:56 +0200
  • 9ab3199e13 fix: build workflow - missing scope on cache-from Bharath Vignesh J K 2024-05-19 09:37:53 +0530
  • f6ddc5cf49 chg: build workflow - use scope to prevent multiple os caches from overwriting each other Bharath Vignesh J K 2024-05-19 08:40:37 +0530
  • c5ea3d292c chg: build workflow - use newer cache exporter - gha Bharath Vignesh J K 2024-05-19 07:33:44 +0530
  • e07bacf9a3 chg: build workflow - use latest official docker meta action Bharath Vignesh J K 2024-05-19 07:22:37 +0530
  • 6743eea32d chg: requirements.txt(s) - remove unnecessary version constraints Bharath Vignesh J K 2024-05-19 07:01:33 +0530
  • 53621f413b chg: deps - remove unused deps - scandir & wifi Bharath Vignesh J K 2024-05-19 06:59:03 +0530
  • f0fc27f952 chg: pyproject.toml - remove black config Bharath Vignesh J K 2024-05-19 06:57:11 +0530
  • ba88263b85 Replace UJson by ORJson - Client/Server do not work anymore issue2791 nicolargo 2024-05-18 14:09:30 +0200
  • b8c6c22bb0 Reformat code v4.0.5 nicolargo 2024-05-18 11:26:08 +0200
  • d2f1fa10d5 Reformat code nicolargo 2024-05-18 11:24:54 +0200
  • 15b0a9bbab Update snapcraft nicolargo 2024-05-18 11:18:01 +0200
  • 5d88280ad6 version 4.0.5 nicolargo 2024-05-18 11:10:56 +0200
  • 1183b4dabd Update docs nicolargo 2024-05-18 10:58:39 +0200
  • 74f9606e65 Merge Ruff formating and solve some conflicts #2779 nicolargo 2024-05-18 10:37:57 +0200
  • 7adacb9c08
    fix: dev-requirements.txt to reduce vulnerabilities snyk-fix-a35984371cfdbc356a5353e799b9618a snyk-bot 2024-05-18 08:33:39 +0000
  • a99bf33b4b
    Merge pull request #2779 from nicolargo/ruff-cleanup Nicolas Hennion 2024-05-18 10:32:13 +0200
  • 4f38bf384b Add some comment regarding the minimal Python version and exclude all the venv* folders in the linter configuration ruff-cleanup nicolargo 2024-05-18 10:17:47 +0200
  • 5262524db3 Merge branch 'develop' of github.com:nicolargo/glances into develop nicolargo 2024-05-18 09:32:32 +0200
  • 3306fa0118
    Merge pull request #2789 from nicolargo/2788-sensortype-change-in-rest-api-breaks-compatibility-in-404 RazCrimson 2024-05-18 05:01:09 +0530
  • 30ec25fa0a fix: plugin(sensors) - serialization bug with raw stats Bharath Vignesh J K 2024-05-18 04:55:05 +0530
  • 6a0889851c chg: glances client - avoid logging user creds Bharath Vignesh J K 2024-05-18 01:21:32 +0530
  • f31b767e0e chg: github-actions to use ruff Bharath Vignesh J K 2024-05-17 04:41:31 +0530
  • 14efbac82d chore: remove older lint configs Bharath Vignesh J K 2024-05-17 04:17:33 +0530
  • 00c662f870 chg: Makefile - use ruff & pre-commit Bharath Vignesh J K 2024-05-17 04:13:26 +0530
  • cd69c4a0e8 chg: ruff - naming Bharath Vignesh J K 2024-05-17 03:58:43 +0530
  • 28e7e5b74a chg: ruff - flake8-comprehensions Bharath Vignesh J K 2024-05-17 03:28:11 +0530
  • 108ffcdfb6 chg: ruff - pyupgrade Bharath Vignesh J K 2024-05-17 03:05:33 +0530
  • f9a06a31f0 chg: ruff - mccabe (CC>21) Bharath Vignesh J K 2024-05-17 03:03:16 +0530
  • 1f628642d4 fix: auto-removed imports in globals Bharath Vignesh J K 2024-05-17 02:58:30 +0530
  • b4c2a4c24a chg: ruff - flake-return fixes Bharath Vignesh J K 2024-05-17 02:31:54 +0530
  • d392caf6f6 chg: ruff - isort fixes Bharath Vignesh J K 2024-05-17 02:23:53 +0530
  • 9890749d81 add: pre-commit - setup changes Bharath Vignesh J K 2024-05-17 02:11:23 +0530
  • acb5ef585f chore: ruff cleanup Bharath Vignesh J K 2024-05-16 17:31:42 +0530
  • 396e78c415
    Merge pull request #2778 from nicolargo/2777-make-pydantic-dep-optional RazCrimson 2024-05-16 21:05:18 +0530
  • 6583109c73 Update the Grafana dashboard - Sensors is now displayed #2780 Nicolas Hennion 2024-05-16 14:14:16 +0000
  • 986cd99fbd Update the Grafana dashboard #2780 Nicolas Hennion 2024-05-16 13:44:51 +0000
  • fecd23b26f Merge branch 'refs/heads/support/v4.0.x' Bharath Vignesh J K 2024-05-16 17:15:42 +0530
  • 98f2bb7fbe chg: event_list - enable data validation only if pydantic available Bharath Vignesh J K 2024-05-16 16:58:25 +0530
  • 05bc1449db Merge branch 'issue2776' into develop Nicolas Hennion 2024-05-16 09:00:39 +0000
  • d095e4ae34 4.0.4 - On Glances startup ERROR -- Can not init battery class ([WinError 3] even though sensors plugin disabled #2776 Nicolas Hennion 2024-05-16 09:00:17 +0000
  • 6acd0da704 Merge branch 'issue2773' into develop Nicolas Hennion 2024-05-16 08:46:46 +0000
  • f6545580db In codeSpace (with Python 3.8), an error occurs in ./unittest-restful.py #2773 Nicolas Hennion 2024-05-16 08:46:27 +0000
  • d94b0b4e92 fix: plugin(sensors) - typehint for py38 Bharath Vignesh J K 2024-05-15 14:47:53 +0530
  • 16621cf75f version 4.0.4 v4.0.4 support/v4.0.x Bharath Vignesh J K 2024-05-15 14:50:23 +0530
  • abdbb00f3e fix: plugin(sensors) - typehint for py38 Bharath Vignesh J K 2024-05-15 14:47:53 +0530
  • 0447e210e5 Catch exception when init colors in TMUX Nicolas Hennion 2024-05-15 08:12:38 +0000
  • 3e9b949a0f version 4.0.3 v4.0.3 Bharath Vignesh J K 2024-05-15 13:08:28 +0530
  • 594188528b refactor: plugin(sensors) - cleanup + typing + fixes Bharath Vignesh J K 2024-05-14 13:37:20 +0530
  • d8c5a72387
    Merge pull request #2771 from nicolargo/2770-pydantic-v1-breaks-glances-v4 RazCrimson 2024-05-15 10:37:45 +0530
  • 25ae493517 chg: requirements.txt - use pydantic v2 Bharath Vignesh J K 2024-05-15 10:13:57 +0530
  • 3aa9225da0
    Merge pull request #2768 from nicolargo/2765-sensors-plugin-is-buggy RazCrimson 2024-05-14 14:01:00 +0530
  • 7a25f7165e refactor: plugin(sensors) - cleanup + typing + fixes Bharath Vignesh J K 2024-05-14 13:37:20 +0530
  • c66c651205 Merge branch 'develop' of github.com:nicolargo/glances into develop nicolargo 2024-05-13 23:00:58 +0200
  • eb83f6e6b1 version 4.0.2 nicolargo 2024-05-13 22:58:34 +0200
  • 4e926788ac Remove unused target in CI nicolargo 2024-05-13 22:51:30 +0200
  • 127f2e45ed
    Merge pull request #2761 from chenrui333/fix-requirements.txt Nicolas Hennion 2024-05-13 22:49:46 +0200
  • c98b7fcf1d Refactor setup.py nicolargo 2024-05-13 22:48:07 +0200
  • 2d744121d1 version 4.0.2 v4.0.2 Bharath Vignesh J K 2024-05-14 01:56:59 +0530
  • 84a511c716 hotfix: plugin(sensors) - race conditions btw fan_speed & temperature methods Bharath Vignesh J K 2024-05-14 01:14:21 +0530
  • 8c1b74993d
    Merge pull request #2766 from nicolargo/2765-sensors-plugin-is-buggy RazCrimson 2024-05-14 01:29:17 +0530
  • 371885c34c hotfix: plugin(sensors) - race conditions btw fan_speed & temperature methods Bharath Vignesh J K 2024-05-14 01:14:21 +0530
  • 6d4e0884cd
    AUTHORS: add Rui for homebrew package Rui Chen 2024-05-12 14:48:51 -0400