Commit Graph

3132 Commits (e639fa6969978eaf677d51491097c2d89e4f7aed)

Author SHA1 Message Date
Tieu-Philippe KHIM e639fa6969 remove static bootstrap.css 2018-02-19 10:26:11 +01:00
Tieu-Philippe KHIM e310277ff5 adding scss and less loaders 2018-02-19 10:25:44 +01:00
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 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
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