Commit Graph

5626 Commits

Author SHA1 Message Date
Nicolas Hennion
d2a5f5aab4
Merge pull request #2640 from clintonsteiner/updateReadmeTypos
Update prometheus.rst, fix minor typos
2024-01-06 15:30:16 +01:00
nicolargo
67b5fe1a16 Crash when a process is pinned in the develop branch of Glances #2639 2024-01-06 11:00:01 +01:00
nicolargo
e3f63ed4ce macOS: Read user config from ~/.config/glances #2636 2024-01-06 10:23:29 +01:00
Nicolas Hennion
98f08f8511
Merge pull request #2641 from osalbahr/add-macos-home-config
macOS: default to `~/.config/glances`
2024-01-06 09:58:11 +01:00
nicolargo
ef06423ee4 Update docs 2024-01-06 09:54:05 +01:00
Osama Albahrani
d8d26e991b macOS: default to ~/.config/glances
Fixes nicolargo/glances#2636
2024-01-04 05:00:56 -05:00
csteiner
cb92c9d455 Update prometheus.rst, fix minor typos
Incorrect usage of argument and minor grammatical error
--export-prometheus was used instead of --export prometheus
2024-01-03 11:28:30 -06:00
nicolargo
6e35ee0355 Update WebUI and Docs 2023-12-29 19:37:54 +01:00
nicolargo
85481da71c Showing the full arguments on the command column of the TASKS Section of the Web UI. #2634 2023-12-29 19:36:53 +01:00
nicolargo
fa0fc8578e Add unittest (API) for fields description and unit 2023-12-23 11:10:52 +01:00
nicolargo
254c7df946 Refactor Alert data model from list of list to list of dict #2633 2023-12-23 11:02:23 +01:00
nicolargo
6edd6fd1ff Refactor Alert data model from list of list to list of dict #2633 2023-12-23 11:01:41 +01:00
nicolargo
947e24c8cb Update doc 2 2023-12-22 18:55:30 +01:00
nicolargo
e3ea678f94 Update doc 2023-12-22 18:50:56 +01:00
nicolargo
d75a8c193d Getting field information (description, unit) from the API #2630 2023-12-22 18:32:24 +01:00
snyk-bot
4fb7044ba2
fix: dev-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-6133203
2023-12-21 17:52:39 +00:00
nicolargo
380888a564 Improve long fs name in WebUI 2023-12-21 10:40:59 +01:00
renovate[bot]
39912c4ae9
Update dependency zeroconf to v0.131.0 2023-12-19 09:50:51 +00:00
nicolargo
56a7622d14 Refactor alias configuration and allow alias for fs devices
#1735
2023-12-17 18:42:42 +01:00
nicolargo
ab2936bcc8 Add breaking changes information in the NEWS file 2023-12-17 14:54:14 +01:00
nicolargo
8d24031500 Change the way version is displayed (add the API version) 2023-12-17 14:48:04 +01:00
nicolargo
746b526c51 Correct issue when running Glances with minimal dep 2023-12-16 15:38:13 +01:00
nicolargo
b3828f5497 Replace Bottle by FastAPI #2181 2023-12-16 15:00:04 +01:00
nicolargo
32b33b5883 Merge branch 'issue2181' into develop 2023-12-16 14:50:57 +01:00
nicolargo
c976f94b13 Merge branch 'develop' into issue2181 2023-12-16 14:50:36 +01:00
nicolargo
bea6563573 Correct Restful API unittests 2023-12-16 14:43:51 +01:00
nicolargo
013bc99c78 Add Glances version plugin 2023-12-16 14:33:44 +01:00
nicolargo
ae07ee1437 Add Glances version plugin 2023-12-16 14:33:30 +01:00
nicolargo
dc0f363840 Correct Help plugin in the WebUI 2023-12-16 13:51:54 +01:00
nicolargo
93fc961b46 Help did not work in WebUI (empty black screen is displayed) 2023-12-16 12:32:00 +01:00
nicolargo
3215bf5c63 Optimize basic HTTP authentication 2023-12-15 19:06:33 +01:00
nicolargo
3d7b324839 Remove -C /etc/glances.conf from the Dockerfile CMD 2023-12-13 21:59:22 +01:00
nicolargo
a3e08acdd2 Remove -C /etc/glances.conf from the Dockerfile CMD 2023-12-13 21:58:54 +01:00
nicolargo
e27fd5f102 See TODO in:
- glances/plugins/processlist/__init__.py
- glances/outputs/glances_restful_api.py
2023-12-10 20:27:31 +01:00
nicolargo
c4a631a25f Some 'return orjson.dumps(TypeError: Type is not JSON serializable: pcputimes' errors 2023-12-10 20:12:44 +01:00
nicolargo
a3e08966b5 :Merge branch 'develop' into issue2181 2023-12-10 20:12:21 +01:00
nicolargo
4a41c76953 Update documentation 2023-12-10 20:10:34 +01:00
Nicolas Hennion
c82a5a7098
Merge pull request #2625 from gtimchenko/doc_fix#001
Fix typos and make grammatical and stylistic edits in project documentation
2023-12-10 20:00:53 +01:00
nicolargo
1f1622a625 Looks beter after the last commit ! Some TODO to do in the glances_restful_api.py files... 2023-12-10 19:59:33 +01:00
Georgiy Timchenko
66e7916fbf Fix typos and make grammatical and stylistic edits in project documentation
Several typos were found and corrected in the project documentation. Additionally, a number of grammatical and stylistic improvements were made to enhance clarity and coherence. These changes affect the following files:

- docs/api.rst
- docs/cmds.rst
- docs/config.rst
- docs/docker.rst
- docs/glances.rst
- docs/index.rst
- docs/install.rst
- docs/quickstart.rst
- docs/support.rst

These corrections and improvements significantly enhance the readability and accuracy of the documentation, making it more accessible and comprehensible for both users and developers.
2023-12-10 22:38:38 +04:00
Georgiy Timchenko
fa927532a1 Fix typos in project documentation
Several typos were found and corrected in the project documentation. These changes affect the following files:

- docs/cmds.rst
- docs/config.rst

These corrections improve the readability and accuracy of the documentation, making it more accessible and understandable for users and developers.
2023-12-10 22:38:38 +04:00
nicolargo
cbb2facc87 Unit tests are ok BUT the WebUI has a lot of issue: plugin disapear, traceback... Perhaps issue when stats are refreched ? 2023-12-10 19:27:02 +01:00
Nicolas Hennion
4fc1336810
Merge pull request #2620 from gtimchenko/doc_typos
Fix typos in project documentation
2023-12-10 15:39:46 +01:00
nicolargo
048e1fc6de Upgrade Alpine version 2023-12-10 15:39:03 +01:00
Georgiy Timchenko
30354d623e Fix typos in project documentation
Several typos were found and corrected in the project documentation. These changes affect the following files:

- docs/cmds.rst
- docs/config.rst

These corrections improve the readability and accuracy of the documentation, making it more accessible and understandable for users and developers.
2023-12-10 14:02:43 +04:00
nicolargo
2e6842cc18 Security update 2023-12-09 11:31:01 +01:00
nicolargo
5e777f0f42 Update Github build workflow 2023-12-09 11:25:55 +01:00
nicolargo
b46c7586eb Update Github build workflow 2023-12-09 11:24:27 +01:00
nicolargo
06d458ac63 Update deps 2023-12-09 11:07:33 +01:00
nicolargo
5d054e12e1 Works in progress 2023-12-09 10:09:17 +01:00