summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-16Merge branch 'develop' into issue2181issue2181nicolargo
2023-12-16Correct Restful API unittestsnicolargo
2023-12-16Add Glances version pluginnicolargo
2023-12-16Add Glances version pluginnicolargo
2023-12-16Correct Help plugin in the WebUInicolargo
2023-12-16Help did not work in WebUI (empty black screen is displayed)nicolargo
2023-12-15Optimize basic HTTP authenticationnicolargo
2023-12-13Remove -C /etc/glances.conf from the Dockerfile CMDnicolargo
2023-12-10See TODO in:nicolargo
- glances/plugins/processlist/__init__.py - glances/outputs/glances_restful_api.py
2023-12-10Some 'return orjson.dumps(TypeError: Type is not JSON serializable: ↵nicolargo
pcputimes' errors
2023-12-10:Merge branch 'develop' into issue2181nicolargo
2023-12-10Update documentationnicolargo
2023-12-10Merge pull request #2625 from gtimchenko/doc_fix#001Nicolas Hennion
Fix typos and make grammatical and stylistic edits in project documentation
2023-12-10Looks beter after the last commit ! Some TODO to do in the ↵nicolargo
glances_restful_api.py files...
2023-12-10Fix typos and make grammatical and stylistic edits in project documentationGeorgiy Timchenko
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-10Fix typos in project documentationGeorgiy Timchenko
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-10Unit tests are ok BUT the WebUI has a lot of issue: plugin disapear, ↵nicolargo
traceback... Perhaps issue when stats are refreched ?
2023-12-10Merge pull request #2620 from gtimchenko/doc_typosNicolas Hennion
Fix typos in project documentation
2023-12-10Fix typos in project documentationGeorgiy Timchenko
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-09Update Github build workflownicolargo
2023-12-09Update depsnicolargo
2023-12-09 Works in progressnicolargo
2023-12-02WARNING: Replace the get_raw command for processlistnicolargo
2023-11-26First step of the migrationnicolargo
2023-11-26First step of the migrationnicolargo
2023-11-26Rename any reference to Bottle in doc and dep file. Ready to refactor the ↵nicolargo
main glances_restful_api.py file.
2023-11-11Alerts showing different time than time plugin #2214nicolargo
2023-11-05Correct timestamp on alert for terminal modenicolargo
2023-11-04Refactor Event add / update callsnicolargo
2023-11-04Corect an issue with default max events number (0 instead of 10)nicolargo
2023-11-04Merge branch 'develop' of github.com:nicolargo/glances into developnicolargo
2023-11-04Add debug message for term namenicolargo
2023-11-03Merge pull request #2599 from monochromec/developNicolas Hennion
Optimized plugin name creation
2023-11-01Optimized plugin name creationChristoph Zimmermann
2023-11-01TERM setting causes glances to crash #2598nicolargo
2023-11-01Remove systemd from Curses (related to #2595)nicolargo
2023-11-01Update docs. Correct Sphinx path.nicolargo
2023-11-01Merge branch 'develop' of https://github.com/monochromec/glances into ↵nicolargo
monochromec-develop
2023-10-31Fixed plugin name handling in GlancesPluginModel and optimized package ↵Christoph Zimmermann
handling in load_additional_plugins
2023-10-29Merge branch 'develop' of https://github.com/monochromec/glances into ↵nicolargo
monochromec-develop
2023-10-29Added check for already loaded module in sys.modulesChristoph Zimmermann
2023-10-29Merge remote-tracking branch 'refs/remotes/origin/develop' into developChristoph Zimmermann
Merging curses deltas
2023-10-29Added functionality in curses i/fChristoph Zimmermann
2023-10-29Merge branch 'nicolargo:develop' into developmonochromec
2023-10-29Fixed plugin_path bugChristoph Zimmermann
2023-10-29Merge branch 'develop' of https://github.com/monochromec/glances into ↵nicolargo
monochromec-develop
2023-10-29Merge branch '2589-error-using-glances-export-to-influxdb2' into developnicolargo
2023-10-29Disable UI if an error occurs and if an export module is enabled #2589nicolargo
2023-10-29Update Flamenicolargo
2023-10-28Fixed arg parsing for additional plugin directoryChristoph Zimmermann