nicolargo
f7260fb0d2
On the road of version 3.3.0
2022-07-28 18:17:04 +02:00
nicolargo
8e443d342c
Resolv conflict from master
2022-07-28 18:10:35 +02:00
nicolargo
709b4e904d
version 3.2.7
2022-07-28 18:00:59 +02:00
nicolargo
0f226b2ba8
Update README for Debian package users
2022-07-28 10:30:55 +02:00
nicolargo
3af6cc01fb
Update docs
2022-07-27 19:28:12 +02:00
Nicolas Hennion
948780a0c1
Merge pull request #2096 from nicolargo/dependabot/npm_and_yarn/glances/outputs/static/terser-5.14.2
...
Bump terser from 5.9.0 to 5.14.2 in /glances/outputs/static
2022-07-27 19:21:26 +02:00
dependabot[bot]
4f3aabb72b
Bump terser from 5.9.0 to 5.14.2 in /glances/outputs/static
...
Bumps [terser](https://github.com/terser/terser ) from 5.9.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.9.0...v5.14.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-27 17:20:59 +00:00
nicolargo
144e26f6c3
Correct issue with CPU label
2022-07-27 11:21:05 +02:00
nicolargo
bce5131c1b
Merge branch 'issue2059' into develop
2022-07-27 10:25:18 +02:00
nicolargo
419c4475dc
Container uptime wrong (timezone bug?) #2059
2022-07-27 10:25:04 +02:00
nicolargo
ff4e8d8d1a
Change the README header
2022-07-27 10:03:35 +02:00
nicolargo
ca0aaed56c
Drive names truncated in Web UI #2055
2022-07-26 10:32:53 +02:00
nicolargo
d5efb63591
Config to disable all plugins by default (or enable an exclusive list) #2089
2022-07-24 10:37:42 +02:00
nicolargo
2fb2403405
Change the sponsor message
2022-07-16 10:48:23 +02:00
nicolargo
0e7fb3052e
Update documentation for Docker
2022-07-15 19:25:53 +02:00
nicolargo
2fa8cfa093
Force -C in docker-compose file
2022-07-15 19:02:02 +02:00
nicolargo
177eff05a2
Improve error message when export error occures
2022-07-15 18:25:41 +02:00
nicolargo
17ff53d3a7
Default MQQT server port is 8883 (but 1883 for mosquito)
2022-07-15 11:43:47 +02:00
nicolargo
cea2e777ef
Improve error message when MQTT error occures
2022-07-15 11:42:20 +02:00
nicolargo
b2052414b6
Merge branch 'develop' of github.com:nicolargo/glances into develop
2022-07-15 11:17:20 +02:00
nicolargo
9aaf620e2f
Change exit message when export plugin init failed
2022-07-15 11:16:07 +02:00
Nicolas Hennion
ddd91be318
Merge pull request #2088 from dbrennand/docs/prometheus-exporter-container-usage
...
Add note about `host` for Prometheus exporter in a container
2022-07-15 10:07:48 +02:00
dbrennand
ad11702397
feat: add note about host
...
When using the Prometheus exporter inside a container: https://github.com/nicolargo/glances/issues/2087#issue-1305028667
refactor: place old note into note block
2022-07-14 18:25:20 +01:00
nicolargo
2ffb54a291
In the sensor plugin thresholds in the configuration file should overwrite system ones #2058
2022-07-14 10:33:52 +02:00
nicolargo
678f6da3a9
Disable Pyright on the Git actions pipeline
2022-07-10 18:52:23 +02:00
nicolargo
fd9522d6ad
Update docs for new shortcut
2022-07-10 18:42:34 +02:00
Nicolas Hennion
169468cd0b
Merge pull request #2084 from sylvainmouquet/chore--add-pyright
...
chore(ci): add pyright
2022-07-10 18:37:58 +02:00
Sylvain MOUQUET
3237d2aedf
chore: add pyright
2022-07-10 11:34:56 +02:00
Sylvain MOUQUET
f798293474
chore(ci): add pyright
2022-07-10 11:29:50 +02:00
Sylvain MOUQUET
4b5ae8aded
chore(ci): add pyright
2022-07-10 11:22:47 +02:00
nicolargo
820007073f
Keybind(s) for modifying nice level #2081
2022-07-09 19:10:40 +02:00
nicolargo
bc9e2c1004
Merge branch 'issue2081' into develop
2022-07-09 19:01:33 +02:00
nicolargo
034bc69cd0
Keybind(s) for modifying nice level #2081
2022-07-09 19:01:16 +02:00
Nicolas Hennion
e4437a59ee
Merge pull request #2083 from sylvainmouquet/feat/codeql-v2
...
chore(ci) : upgrade CodeQL Actions to version 2
2022-07-09 13:46:05 +02:00
Nicolas Hennion
3e82b79c92
Merge pull request #2082 from jiegec/develop
...
fix: fix unit testing on macOS
2022-07-09 13:45:16 +02:00
Sylvain MOUQUET
da14a9bb1b
chore: wip
2022-07-09 13:19:23 +02:00
Sylvain MOUQUET
cf7012841d
Merge pull request #1 from nicolargo/develop
...
Merge
2022-07-09 13:09:22 +02:00
Jiajie Chen
c8f6e4d1bc
fix: fix unit testing on macOS
...
In test_017_programs, the following exception may occur:
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
This commit fixes this exception by giving a default value for None.
2022-07-09 16:34:00 +08:00
nicolargo
5a44de0080
Improve makefile help
2022-07-09 09:03:39 +02:00
Nicolas Hennion
d65030b036
Merge pull request #2078 from sylvainmouquet/feat-make-help
...
chore(Makefile): add command make help
2022-07-09 08:53:46 +02:00
Sylvain MOUQUET
7c9d09029c
chore(Makefile): add command make help
2022-07-05 23:34:58 +02:00
nicolargo
8a617c5276
Add quote to the update command line (already ok for the installation). Related to #2073
2022-07-05 10:51:36 +02:00
nicolargo
533824dc7e
[WEBUI] Reorganize help screen #2037
2022-07-05 10:36:12 +02:00
Nicolas Hennion
ee223a0573
Merge pull request #2075 from FastThenLeft/issue#2037
...
Reformat help display
2022-07-05 09:00:38 +02:00
FastThenLeft
5ddf57e3f5
Reformat help display
2022-07-04 20:35:48 -04:00
nicolargo
5ec14a5be3
Upadte docs
2022-06-25 15:50:04 +02:00
nicolargo
5114231085
Make Glances (almost) compliant with REUSE #2042
2022-06-25 15:43:36 +02:00
Nicolas Hennion
b6e4c3c8be
Merge pull request #2069 from nicolargo/dependabot/npm_and_yarn/glances/outputs/static/nanoid-3.3.4
...
Bump nanoid from 3.1.30 to 3.3.4 in /glances/outputs/static
2022-06-25 14:54:51 +02:00
Nicolas Hennion
55d118fe17
Merge pull request #2068 from nicolargo/dependabot/npm_and_yarn/glances/outputs/static/node-sass-7.0.0
...
Bump node-sass from 6.0.1 to 7.0.0 in /glances/outputs/static
2022-06-25 14:54:17 +02:00
dependabot[bot]
203b164405
Bump nanoid from 3.1.30 to 3.3.4 in /glances/outputs/static
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.3.4.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.4 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-25 12:52:30 +00:00