Commit Graph

4412 Commits

Author SHA1 Message Date
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
RazCrimson
1c9ae9a86e refactor: AMPs cleanup 2021-11-28 16:37:37 +05:30
nicolargo
1bbba2043c Grafana dashboards not displayed with influxdb2 #1960 2021-11-28 10:46:14 +01:00
Nicolas Hennion
d95a64c570
Merge pull request #1961 from RazCrimson/docker-plugin-updates
Docker plugin updates
2021-11-28 10:09:04 +01:00
RazCrimson
14caec00b0 refactor: Docker Plugin - Remove legacy comments 2021-11-28 02:01:18 +05:30
RazCrimson
4a053b8499 refactor: Docker Plugin - Rename variables & Reformat code 2021-11-28 01:51:23 +05:30
RazCrimson
5c27ed5d2a refactor: Docker Plugin - Reorder imports 2021-11-28 01:38:07 +05:30
RazCrimson
946423222e refactor: Docker Plugin - Reduce computation for network and io stats 2021-11-28 01:38:07 +05:30
nicolargo
ad3dacad82 Update docs 2021-11-22 11:55:47 +01:00
nicolargo
7e7379d637 Glances 3.2.4.2 2021-11-22 11:54:04 +01:00
nicolargo
d3ac8a5647 Merge branch 'develop' of github.com:nicolargo/glances into develop 2021-11-22 11:41:22 +01:00
nicolargo
7b9fcc53d6 KeyError: 'syscalls' and terminal layout broken with Glances 3.2.4+ #1956 2021-11-22 11:41:11 +01:00
Nicolas Hennion
42f184d23a
Merge pull request #1957 from hugovk/add-3.10
Add support for Python 3.10
2021-11-22 09:05:06 +01:00
Hugo van Kemenade
246bfc94c8 Replace Travis CI badge with GitHub Action 2021-11-21 12:31:32 +02:00
Hugo van Kemenade
0fd55a43d2 Add support for Python 3.10 2021-11-21 12:29:02 +02:00
nicolargo
6bf417bab5 On the road again again 2021-11-21 08:46:55 +01:00
nicolargo
b0ad670a21 Glances 3.2.4.1 2021-11-21 08:44:39 +01:00
nicolargo
f47087a309 On the road of Glances v3.2.5 again 2021-11-20 10:24:46 +01:00
nicolargo
d887d68e30 On the road of Glances v3.2.5 2021-11-20 10:24:25 +01:00
nicolargo
65b0d81710 Glances 3.2.4 2021-11-20 10:21:20 +01:00
Nicolas Hennion
199a5e290c
Merge pull request #1954 from NefixEstrada/patch-1
Fix Grafana CPU temperature panel
2021-11-20 09:54:57 +01:00
Néfix Estrada
55523167a7 Fix Grafana CPU temperature panel
It had a specific host, with this fix it will work for all hosts
2021-11-18 12:27:55 +01:00
Nicolas Hennion
e74ed67880
Merge pull request #1949 from H4ckerxx44/name_fix
Name fix
2021-11-14 12:23:26 +01:00
H4ckerxx44
b911a0adcc small oversights 2021-11-13 17:48:41 +01:00
H4ckerxx44
760c26fb6e missing d in function name:
is_enable() -> is_enabled()
2021-11-13 17:15:57 +01:00
H4ckerxx44
a21f9e15c2 missing d in function name:
is_disable() -> is_disabled()
2021-11-13 17:15:24 +01:00
nicolargo
2ccfae0779 Improve --issue by displaying the second update iteration and not the first one. More relevant 2021-11-12 10:08:18 +01:00
nicolargo
7c9040688e Improve --issue option with Python version and paths 2021-11-11 18:21:54 +01:00
nicolargo
48e35fa98e Merge branch 'webpack-upgrade' into develop 2021-11-11 18:02:36 +01:00
nicolargo
9af001c500 Update docs and correct make docs-server target in Makefile 2021-11-11 10:46:56 +01:00
Floran Brutel
f0470761e4 Use npm ci instead of npm install 2021-11-11 10:46:29 +01:00
Floran Brutel
d3560d403d Update to webpack 5 2021-11-11 10:44:20 +01:00