Commit Graph

4443 Commits (5947e9da36e17f352c5f13aeccb00d877f21fb37)

Author SHA1 Message Date
nicolargo 6d9bac1867 First running version. Need more test. And WebUI 2022-03-12 15:21:21 +01:00
nicolargo 7e2af7bd63 Correct unitary test issue in Python 2 2022-03-06 11:22:55 +01:00
Nicolas Hennion cf2982d9ac
Merge pull request #2011 from LiamAEdwards/develop
Updated FreeBSD installation instructions
2022-03-06 08:36:28 +01:00
ledwards 14488f2dab Updated FreeBSD installation instructions 2022-03-06 06:05:53 +00:00
nicolargo 0c14e966a7 Merge branch 'issue2004' into develop 2022-03-05 14:38:35 +01:00
nicolargo 0c55ff1ecb Add uptime to the Docher plugin - #2004 2022-03-05 14:38:20 +01:00
nicolargo 6404e08129 Correct issue on run 2022-02-26 15:52:45 +01:00
nicolargo be927fda3d Prepare memory leak test. Not active for the moment 2022-02-26 15:45:39 +01:00
nicolargo 5098ac009b Add memory leak target in makefile 2022-02-25 11:24:12 +01:00
nicolargo bc47db9924 Disable history when --memory-leak option is used 2022-02-25 11:20:15 +01:00
nicolargo 1d222ff8a0 Add --memory-leak option 2022-02-25 10:51:45 +01:00
nicolargo 74a2e6bbe8 Add a trace malloc test 2022-02-20 09:38:53 +01:00
nicolargo f7971620ee The gpu temperature unit are displayed incorrectly in web ui #2002 2022-02-20 08:45:11 +01:00
nicolargo 9d61dc3193 Merge branch 'issue1996' into develop 2022-02-19 15:56:45 +01:00
nicolargo 13ba034e92 Add line separators in the terminal output #1996 2022-02-19 15:56:07 +01:00
nicolargo a648b488d0 Update profiling flame file 2022-01-23 15:32:19 +01:00
nicolargo f9697e8b8e Including battery and AC adapter health in Glances #1049 2022-01-23 10:42:43 +01:00
Nicolas Hennion 19eea2a0c1
Merge pull request #1992 from myersg86/develop
Fix typo in CONTRIBUTING.md
2022-01-19 18:26:57 +01:00
myersg86 30c93b4a95
Fix typo in CONTRIBUTING.md
CONTRIBUTING.md:61: usefull -> useful
2022-01-15 12:40:46 -07:00
nicolargo 00c65933ae Update docs (again) for API. Related to issue #1988 2022-01-15 11:38:21 +01:00
nicolargo 2729bd767f Update docs for API. Related to issue #1988 2022-01-15 11:34:52 +01:00
nicolargo 8d4a20a6a8 Web server status check endpoint #1988 2022-01-15 11:33:14 +01:00
nicolargo 0659e59e3a Merge branch 'Jahenr-issue1973' into develop 2022-01-02 09:34:35 +01:00
Moldavite 1992eac0b0 Added missing options to help menu 2022-01-01 22:46:18 +00:00
nicolargo b9b7e44ac0 Random numbers in Client mode #1979 2021-12-28 09:41:36 +01:00
nicolargo edb0b70efa --time parameter being ignored for client/server mode #1978 2021-12-27 11:10:23 +01:00
nicolargo 0d61df50c8 glances_ip.py plugin relies on low rating / malicious site domain #1975 2021-12-27 10:42:11 +01:00
nicolargo c22037df3d Reduce CPU in server mode by disabling the processes extended stats 2021-12-05 16:20:04 +01:00
Nicolas Hennion eb8857999c
Merge pull request #1971 from RazCrimson/readme-typo-fix
fix: Typo in docs
2021-12-05 09:07:45 +01:00
Nicolas Hennion 798d4c5922
Merge pull request #1970 from RazCrimson/fix-autodiscovery-failure
fix: autodiscover.py failure
2021-12-05 09:06:57 +01:00
Nicolas Hennion 6a1311c42c
Merge branch 'develop' into fix-autodiscovery-failure 2021-12-05 09:06:50 +01:00
Nicolas Hennion 170d92ec4a
Merge pull request #1968 from RazCrimson/fix-command-trimmed-incorrectly-1795
fix: Command trimmed incorrectly #1795
2021-12-05 09:04:56 +01:00
Nicolas Hennion dae001f1d4
Merge pull request #1967 from RazCrimson/add-code-formatter
Add Code formatter - black
2021-12-05 09:03:48 +01:00
RazCrimson 6d1b2f23e3 fix: Typo in docs 2021-11-30 22:00:05 +05:30
RazCrimson d00ef3c202 fix: autodiscover.py failure 2021-11-30 03:02:04 +05:30
RazCrimson 2589b54190 fix: Command trimmed incorrectly #1795 2021-11-30 01:54:12 +05:30
RazCrimson 78a903dbeb refactor: Reformat existing code to comply with black 2021-11-29 21:51:18 +05:30
RazCrimson 24636a544c add: Makefile entries for black formatting & testing 2021-11-29 21:51:18 +05:30
RazCrimson 79223b15cb add: pyproject.toml for black config 2021-11-29 21:51:18 +05:30
RazCrimson deb05ce31e add: black in dev-requirements.txt 2021-11-29 20:33:44 +05:30
nicolargo e4b4e702e6 Load plugin - OSError: [WinError 87] on Windows 10 #1965 2021-11-29 11:25:11 +01:00
Nicolas Hennion a3d0dfc1e3
Merge pull request #1963 from RazCrimson/typo-fixes-and-standardize-doc-string
Typo fixes & Standardize doc string convention (contd.)
2021-11-29 08:44:37 +01:00
RazCrimson 37f9fb5270 refactor - Minor typo fixes in cleanup 2021-11-28 20:07:34 +05:30
RazCrimson ea8423d9a5 refactor - Core cleanup 2021-11-28 19:58:53 +05:30
RazCrimson b90aee053a refactor - Plugins cleanup 2021-11-28 19:58:13 +05:30
nicolargo 056e9277df Merge branch 'RazCrimson-typo-fixes-and-standardize-doc-string' into develop 2021-11-28 14:08:03 +01:00
nicolargo 1b78481213 Merge branch 'typo-fixes-and-standardize-doc-string' of https://github.com/RazCrimson/glances into RazCrimson-typo-fixes-and-standardize-doc-string 2021-11-28 14:06:38 +01:00
nicolargo 524eacdc18 Update InfluxDB documentation 2021-11-28 14:06:08 +01:00
RazCrimson 88816ae785 refactor: Outputs cleanup 2021-11-28 16:37:37 +05:30
RazCrimson 2eae445e4d refactor: Exports cleanup 2021-11-28 16:37:37 +05:30