Alessio Sergi
|
33bc23b490
|
Drop upgrade of both pip and setuptools on Travis
|
2018-02-16 15:06:15 +01:00 |
|
Alessio Sergi
|
f69261f206
|
Use Travis container-based infrastructure
See https://docs.travis-ci.com/user/reference/overview/.
|
2018-02-16 14:57:13 +01:00 |
|
Alessio Sergi
|
ee2b6154fb
|
requirements.txt: psutil 5.4.3
|
2018-02-16 14:36:56 +01:00 |
|
Alessio Sergi
|
fb20b664be
|
Pypi -> PyPI
|
2018-02-15 19:50:13 +01:00 |
|
Alessio Sergi
|
780812d943
|
RESTful
|
2018-02-15 19:45:45 +01:00 |
|
Alessio Sergi
|
7364b6d4d0
|
's/P[Ss][Uu]til/psutil/g'
Hey, I'm just trying to be consistent.
|
2018-02-15 19:23:50 +01:00 |
|
Alessio Sergi
|
83d47a8bc9
|
Drop support for psutil < 5.3.0
Issue #1055 has been fixed in psutil 5.3.0 (see giampaolo/psutil#1074).
|
2018-02-15 18:38:25 +01:00 |
|
Nicolas Hennion
|
2cdc9b0b3d
|
Merge pull request #1236 from spike008t/fix/develop-python3-macos
fix on macOS when value is NoneType when compute the max values
|
2018-02-15 08:17:47 +01:00 |
|
Tieu-Philippe KHIM
|
d9c9cfe911
|
fix on macOS when value is NoneType when compute the max values
|
2018-02-14 23:32:53 +01:00 |
|
nicolargo
|
fe1f85b839
|
Resolv merge isse on NEWS file
|
2018-02-14 22:47:23 +01:00 |
|
Nicolas Hennion
|
91647bb5d1
|
Merge pull request #1235 from Thomaash/develop
Add a unit test for plugin's sorted stats method
|
2018-02-14 22:18:15 +01:00 |
|
Tomáš Vyčítal
|
7bd0cff0aa
|
Add a unit test for plugin's sorted stats method
|
2018-02-14 21:08:44 +01:00 |
|
nicolargo
|
5819b72682
|
Avoid Glances to crash with a IOError if duration <= 0 in the stdout display module (see https://stackoverflow.com/questions/36226054/strange-ioerror-when-time-sleep-in-python)
|
2018-02-13 21:38:35 +01:00 |
|
nicolargo
|
6096abaef9
|
Merge branch 'issue1168' into develop
|
2018-02-13 21:30:04 +01:00 |
|
nicolargo
|
5aa2adc3c6
|
Correct help message
|
2018-02-13 21:29:31 +01:00 |
|
Nicolas Hennion
|
85f5e6c8d2
|
Merge pull request #1232 from Thomaash/develop
Use alias aware sorting also for network devices
|
2018-02-13 21:27:42 +01:00 |
|
Tomáš Vyčítal
|
9e46e4bfaa
|
Use get_key instead of hardcoded names in sorted_stats
|
2018-02-13 21:19:40 +01:00 |
|
Tomáš Vyčítal
|
3a68e85d5b
|
Use alias aware sorting in glances_network
|
2018-02-12 23:08:37 +01:00 |
|
Tomáš Vyčítal
|
7a47c32341
|
Move alias aware sorting to glances_plugin
|
2018-02-12 23:08:12 +01:00 |
|
Nicolas Hennion
|
f1bd304f79
|
Merge pull request #1229 from Thomaash/develop
Implement number and alias aware diskio sorting
|
2018-02-12 20:34:41 +01:00 |
|
nicolargo
|
b091bdbb7b
|
Add a new output mode to stdout #1168
|
2018-02-11 11:02:16 +01:00 |
|
Tomáš Vyčítal
|
56229d238a
|
Implement number and alias aware diskio sorting
|
2018-02-10 19:55:23 +01:00 |
|
nicolargo
|
0d029220dd
|
Correct an issue on TIME+ on MacOS
|
2018-02-06 22:14:08 +01:00 |
|
nicolargo
|
ed56a8962c
|
Correct https://github.com/nicolargo/glances/issues/1105#issuecomment-363553788
|
2018-02-06 21:28:11 +01:00 |
|
nicolargo
|
c81701525a
|
Change the filter order name than cmdline
|
2018-02-06 21:18:21 +01:00 |
|
nicolargo
|
8784f4bbfe
|
Correct filter error if command name/line is None
|
2018-02-06 21:12:50 +01:00 |
|
nicolargo
|
8cb9638457
|
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
|
2018-01-30 20:44:58 +01:00 |
|
nicolargo
|
a796bf5604
|
Correct warning message typo
|
2018-01-30 20:44:51 +01:00 |
|
Alessio Sergi
|
d137d3bd26
|
Unconditionally use statistics module since we support Python 3.4+ now
|
2018-01-29 20:46:21 +01:00 |
|
Alessio Sergi
|
7e70b36f91
|
Take advantage of rich comparisons for PyPy too
|
2018-01-29 20:03:00 +01:00 |
|
Alessio Sergi
|
32425eb205
|
Implement rich comparisons rather than relying on __cmp__()
The __cmp__() special method is gone in Python 3 in favor of rich
comparison methods.
|
2018-01-29 19:19:19 +01:00 |
|
nicolargo
|
7a0b9bcbc9
|
Merge branch 'issue1224' into develop
|
2018-01-28 21:52:49 +01:00 |
|
nicolargo
|
5f52c03f44
|
Display debug message if dep lib is not found #1224
|
2018-01-28 21:52:30 +01:00 |
|
nicolargo
|
5fdedbf8cf
|
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
|
2018-01-28 13:24:09 +01:00 |
|
nicolargo
|
0a607808c7
|
Correct issue https://github.com/nicolargo/glances/issues/1105#issuecomment-361051196 on MacOS
|
2018-01-28 13:24:04 +01:00 |
|
Alessio Sergi
|
dde657290f
|
Use PEP 440 compliant version scheme
|
2018-01-27 19:51:44 +01:00 |
|
Alessio Sergi
|
0a965c4294
|
standards_attr -> standard_attrs
|
2018-01-27 18:54:42 +01:00 |
|
Alessio Sergi
|
cab5946959
|
gids is not available on Windows
|
2018-01-27 18:46:51 +01:00 |
|
nicolargo
|
c1d5b96faf
|
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
|
2018-01-27 14:03:34 +01:00 |
|
nicolargo
|
89a1afea79
|
Merge branch 'issue1105' into develop
|
2018-01-27 14:02:44 +01:00 |
|
nicolargo
|
631722992e
|
Remove tree view
|
2018-01-27 14:01:27 +01:00 |
|
Alessio Sergi
|
4e606f4650
|
Drop support for EOL Python 3.3
|
2018-01-26 19:03:33 +01:00 |
|
nicolargo
|
9356b70c04
|
Reafactoring almost done. Had to remove tree view...
|
2018-01-25 21:37:44 +01:00 |
|
nicolargo
|
ad032497c5
|
Fallback for PsUtil 2.0
|
2018-01-24 21:39:08 +01:00 |
|
nicolargo
|
c2863629dd
|
Rename docker folder to docker-files because import docker return always true...
|
2018-01-24 20:58:48 +01:00 |
|
nicolargo
|
524babd3d7
|
Rename docker folder to docker-files because import docker return always true...
|
2018-01-24 20:58:33 +01:00 |
|
nicolargo
|
fb93c96935
|
Ok but miss some extended stats (see line 348)
|
2018-01-21 22:53:22 +01:00 |
|
nicolargo
|
229e8f3697
|
Revert the issue #1105 and create an update_NEW() function
|
2018-01-18 21:58:10 +01:00 |
|
nicolargo
|
f81ccfc24d
|
Correct an issue on MacOS and SunOS for diskIO
|
2018-01-18 21:43:00 +01:00 |
|
nicolargo
|
01c6fbe80f
|
ZeroDivisionError in IO Rate (ProcessList) #1220
|
2018-01-17 11:20:25 +01:00 |
|