Commit Graph

3852 Commits

Author SHA1 Message Date
Tieu-Philippe KHIM
f460873109 remove gulp stuff 2018-02-19 09:52:07 +01:00
Tieu-Philippe KHIM
1eee8985b9 add missing export default on favicon 2018-02-19 09:52:07 +01:00
Tieu-Philippe KHIM
bbaee4b478 ignoring public folder 2018-02-19 09:52:07 +01:00
Tieu-Philippe KHIM
3738ebce9f adding package-lock.json 2018-02-19 09:52:07 +01:00
Tieu-Philippe KHIM
c3dc03820f update template to use glances.js file, and remove older bower stuff 2018-02-19 09:52:07 +01:00
Tieu-Philippe KHIM
ca6fd5faf1 update root js 2018-02-19 09:52:07 +01:00
Tieu-Philippe KHIM
3e33056e7c update services 2018-02-19 09:52:07 +01:00
Tieu-Philippe KHIM
e298c91ac6 update components for webpack 2018-02-19 09:52:07 +01:00
Tieu-Philippe KHIM
2360c0223b remove normalize because bootstrap provide it 2018-02-19 09:52:06 +01:00
Tieu-Philippe KHIM
f29a75a7c9 adding webpack.config.js 2018-02-19 09:52:06 +01:00
Tieu-Philippe KHIM
46a1f7fba1 remove bower and use webpack 2018-02-19 09:52:06 +01:00
Alessio Sergi
fc7af715a2 Add python_requires to setup.py
This allows pip to figure out the last compatible version with a
particular Python version before attempting to install. See
https://packaging.python.org/tutorials/distributing-packages/#python-requires.
2018-02-16 18:18:18 +01:00
Alessio Sergi
ca1e27ab2e Add AppVeyor testing for Python 3.6 2018-02-16 15:56:35 +01:00
Alessio Sergi
8ecea8a6ea Enable pip cache in Travis CI
See https://docs.travis-ci.com/user/caching/#pip-cache.
2018-02-16 15:18:16 +01:00
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