summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-05-09Improve tests by testing all the plugin/model.py methods #2757issue2757nicolargo
2024-05-07First work done for plugin model (stats only)nicolargo
2024-05-07Remove unitest shell script - Use Makefile insteadnicolargo
2024-05-07Rename unitest to unittest - Related to #2757nicolargo
2024-05-07Format code and update docs/webuinicolargo
2024-05-07Correct issue with Restfull API top routenicolargo
2024-05-07Update NEWS.rstnicolargo
2024-05-07Update NEWS.rstnicolargo
2024-05-07Update NEWS.rstnicolargo
2024-05-07Update NEWS.rstnicolargo
2024-05-07Update NEWS filenicolargo
2024-05-07See: ↵nicolargo
https://docs.renovatebot.com/getting-started/use-cases/#package-managers-with-lock-files
2024-05-06Rename Qulity workflow - With the file it is betternicolargo
2024-05-06Rename Qulity workflownicolargo
2024-05-06Add profiling outputnicolargo
2024-05-06Add some profiling and upgrade CI to NodeJS 20nicolargo
2024-05-06Comment FreeBSD test (not working) and upgrade CInicolargo
2024-05-06Change SNAP version to 4.0.0RC02nicolargo
2024-05-06Merge branch 'issue2749' into developnicolargo
2024-05-06Improve Github action unit test on FreeBSD systems #2749nicolargo
2024-05-06Remove unused import in DiskIOnicolargo
2024-05-05Refactor MMM function in Processlist and change Python Header to go in 2024nicolargo
2024-05-05arm/v6 and arm/v7 timeout during the build - Disable it in the CInicolargo
2024-05-05Merge branch 'issue2754' into developnicolargo
2024-05-05In PsUtil 6+, connections is rename net_connections #2754nicolargo
2024-05-03Optimise Quicklook display in Curses UInicolargo
2024-05-02Stats update is now threaded / Sensors are sorted by label/Alias in the UInicolargo
2024-05-02Refactor Podman client instance for better codenicolargo
2024-05-02Fix OS version for the Github tests / Only build Docker images on official ↵nicolargo
architecture (remove i386) / Test if #2735 is corrected
2024-05-02Merge pull request #2748 from nicolargo/fix-codeqlNicolas Hennion
fix: workflows - codeql only works with specific config filename
2024-05-02Merge pull request #2747 from ↵Nicolas Hennion
nicolargo/2735-alpine-docker-image-build-error-on-arm chg: docker-files - add build dep for alpine - cmake
2024-05-02fix: workflows - codeql only works with specific config filenamefix-codeqlBharath Vignesh J K
2024-05-02chg: docker-files - add build dep for alpine - cmake2735-alpine-docker-image-build-error-on-armBharath Vignesh J K
2024-05-01Merge pull request #2745 from nicolargo/2637-docker-memory-usage-is-incorrectNicolas Hennion
Make docker memory usage match `docker stats`
2024-05-01fix: webui - rebuild static file after mergeBharath Vignesh J K
2024-05-01Merge branch 'refs/heads/develop' into 2637-docker-memory-usage-is-incorrectBharath Vignesh J K
# Conflicts: # glances/outputs/static/public/glances.js
2024-05-01Add refresh to curses global loopnicolargo
2024-05-01Remove autoinstall script from documentationnicolargo
2024-05-01Merge branch 'issue2741' into developnicolargo
2024-05-01Switch to forks of pysnmp as it is unmaintained #2741nicolargo
2024-04-30Remove Pytz from dep, because it is not used anymorenicolargo
2024-04-30Set sensor refresh time at Glances refresh * 3nicolargo
2024-04-30Remove Windows unitary test because Gitgub CI action is brokennicolargo
2024-04-30Align WebUI and Curses interface display for mem containersnicolargo
2024-04-30Generatino of the WebUInicolargo
2024-04-30Merge branch '2637-docker-memory-usage-is-incorrect' of ↵nicolargo
github.com:nicolargo/glances into 2637-docker-memory-usage-is-incorrect
2024-04-30Use buildx instead of build for local container imagesnicolargo
2024-04-30cleanup: containers (plugin) - add `inactive_file` to stats only if presentBharath Vignesh J K
2024-04-29Docker memory usage uses the same algorithm than docker stats #2637Nicolas Hennion
2024-04-29Docker memory usage is incorrectNicolas Hennion