Commit Graph

4346 Commits (0e7fb3052e8674c338a420fba4f30ef72446ff6b)

Author SHA1 Message Date
nicolargo 86da9b1bb0 Except datutil import error 2022-05-26 10:28:51 +02:00
nicolargo d9b568c024 Another dep issue solved in the Alpine Docker + issue in the outdated method 2022-05-26 09:35:42 +02:00
nicolargo 2d4309c0eb Update Makefile 2022-05-25 23:12:09 +02:00
nicolargo 90082392de Resolve conflict 2022-05-25 22:51:12 +02:00
nicolargo 3d27c91556 Glances version 3.2.6.3 2022-05-25 22:48:18 +02:00
nicolargo 8012fe5546 Update the documentation conerning the Docker Gances conf file 2022-05-25 22:41:47 +02:00
nicolargo 472b1f8296 Update the documentation conerning the Docker Gances conf file 2022-05-25 22:40:38 +02:00
nicolargo c2a37fc72c version 3.6.2.2 2022-05-25 16:56:39 +02:00
nicolargo cd600f6f48 Remove a log message 2022-05-25 16:53:56 +02:00
nicolargo c0c66ea653 version 3.2.6.1 2022-05-24 12:23:52 +02:00
nicolargo ae0e01c7da On the road of Glances version 3.2.7 2022-05-24 12:23:10 +02:00
nicolargo 197c98077f Correct an issue with except 2022-05-24 12:14:45 +02:00
nicolargo ccd56bf10c version 3.2.6 2022-05-24 12:09:50 +02:00
nicolargo 9cc10fd33d Use glances.conf file inside docker-compose folder for Docker images 2022-05-24 11:57:06 +02:00
nicolargo 6f51c5fd43 Change a comment in the Docker plugin 2022-05-24 09:49:11 +02:00
nicolargo 39bd364b1c Merge branch 'issue2052' into develop 2022-05-22 16:28:04 +02:00
nicolargo 4d50e8cb57 Create a Show option in the configuration file to only show some stats #2052 2022-05-22 16:27:46 +02:00
Nicolas Hennion feed48aa8d
Merge pull request #2051 from aekoroglu/develop
unitary tests should run loopback interface
2022-05-15 11:09:47 +02:00
aekoroglu b3b012b177 tests runs on loopback interface 2022-05-08 22:01:40 +03:00
nicolargo de9dd6769a Add Reuse file 2022-05-07 09:09:48 +02:00
nicolargo ad24721ceb Init Reuse 2022-05-07 09:05:16 +02:00
nicolargo f6dfcac58f Add reuse as a dev requirement 2022-05-07 08:51:38 +02:00
nicolargo 013d320ce9 Add python-datutil dep for Focker plugin - Related to #2045 2022-05-07 08:24:19 +02:00
Nicolas Hennion 3dd6830e95
Merge pull request #2043 from SConaway/patch-1
add venv to list of .PHONY in Makefile
2022-05-03 08:26:07 +02:00
Steven Conaway 9c6cb6c5ba
add venv to list of .PHONY in Makefile 2022-05-02 23:22:43 -07:00
nicolargo 0bea6fd43b Glances API Documentation displays non valid json (Issue #2036) 2022-04-21 10:46:07 +02:00
nicolargo 96c6faf473 Add an alias to get stats as json 2022-04-17 10:29:22 +02:00
Nicolas Hennion 9dbd0597f2
Update README.rst 2022-04-17 10:26:53 +02:00
Nicolas Hennion df7d8163e1
Add social icons 2022-04-17 10:21:13 +02:00
Nicolas Hennion cec1f78ebf
Merge pull request #2033 from nicolargo/dependabot/npm_and_yarn/glances/outputs/static/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /glances/outputs/static
2022-04-15 15:50:30 +02:00
Nicolas Hennion 13e6ce37f3
Merge pull request #2030 from RazCrimson/optionally-disable-public-ip
Optionally disable public ip
2022-04-15 15:47:37 +02:00
Nicolas Hennion 909f893352
Merge pull request #2029 from RazCrimson/update-public-ip-at-intervals
Update public ip at intervals
2022-04-15 15:47:15 +02:00
dependabot[bot] 27b5db4d79
Bump minimist from 1.2.5 to 1.2.6 in /glances/outputs/static
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-15 13:44:38 +00:00
RazCrimson 2bbb3e49f7 plugin: ip - Optionally disable displaying public ip 2022-04-11 02:48:03 +05:30
RazCrimson 0a9b9f5f36 docs: header - update public address every `t` seconds 2022-04-11 02:47:06 +05:30
RazCrimson 4ea4e4bec5 plugin: ip - update public address every `t` seconds 2022-04-11 02:47:06 +05:30
nicolargo cd0b07d559 Merge branch 'develop' of github.com:nicolargo/glances into develop 2022-04-10 16:25:51 +02:00
nicolargo abb6f178fe On the road of Glances 3..2.6 2022-04-10 16:25:37 +02:00
nicolargo 128504097b Update release note for Glances 3.2.5 2022-04-10 16:14:09 +02:00
nicolargo 0d42dd9068 Update release note for Glances 3.2.5 2022-04-10 16:12:34 +02:00
nicolargo ed85bc43ed Glances reports different amounts of used memory than free -m or top #1924 2022-04-10 15:53:22 +02:00
nicolargo 7003028f9e Amp with pipe do not work #1976 2022-04-10 15:50:39 +02:00
nicolargo 320a1ffcae Clear-text logging of sensitive information 2022-04-10 15:41:23 +02:00
Nicolas Hennion a72cbde480
Merge pull request #2023 from RazCrimson/fix-n-key-wrong-behaviour
Fix N key wrong behavior
2022-04-08 08:56:12 +02:00
RazCrimson c74297ef9f add: `N` key description in help menu 2022-03-27 02:14:08 +05:30
RazCrimson 99da85906b fix: `N` key (un)freezing time instead show/hide 2022-03-27 02:14:08 +05:30
nicolargo 021ac4cea9 Format code thanks to Black 2022-03-20 09:13:02 +01:00
Nicolas Hennion 5b655be232
Merge pull request #2018 from tirkarthi/fix-threading
Use is_set instead of isSet for Python 3.10 compatibility.
2022-03-20 08:59:25 +01:00
Karthikeyan Singaravelan 7a0ca38ee6 Use is_set instead of isSet for Python 3.10 compatibility. 2022-03-20 12:31:50 +05:30
nicolargo f43ed60ce8 Correct an issue with the kill function 2022-03-13 14:31:41 +01:00