Commit Graph

3270 Commits (53305cb1107189eea29208f4333ed9f3aab86617)

Author SHA1 Message Date
Nicolas Hennion 847bd63a01
Merge pull request #1237 from spike008t/feature/webpack
Migrate from gulp & bower to webpack & yarn
2018-02-20 20:58:09 +01:00
Tieu-Philippe KHIM b0adb138e7 on favicon.js, move the export default to the end and update simple quote to double quote 2018-02-19 17:25:45 +01:00
Tieu-Philippe KHIM 1ecf31c30f convert functions filter name to camelcase 2018-02-19 17:25:19 +01:00
Tieu-Philippe KHIM 3e1a369aee replace simple quote by double quote 2018-02-19 17:24:59 +01:00
Tieu-Philippe KHIM 25a08d554c remove public/favicon.ico, webpack handle the copy from image 2018-02-19 15:19:31 +01:00
Tieu-Philippe KHIM 31f434aca9 adding clean webpack plugin to cleanup public folder on build 2018-02-19 15:19:09 +01:00
Tieu-Philippe KHIM 5981dea49f on webpack.config replace simple quote by double quote and remove angular plugin 2018-02-19 15:15:31 +01:00
Tieu-Philippe KHIM bba7ea1f70 adding import angular, remove use strict and update simple quote to double quote 2018-02-19 15:15:05 +01:00
Tieu-Philippe KHIM 86adef6fbc update readme.md to add yarn in build instruction 2018-02-19 11:35:27 +01:00
Tieu-Philippe KHIM 7a0b677ae6 add package-lock.json in case of using npm 2018-02-19 11:25:15 +01:00
Tieu-Philippe KHIM befc506957 import bootstrap configuration on app 2018-02-19 10:48:13 +01:00
Tieu-Philippe KHIM 02301c6201 adding webpack configuration to support less 2018-02-19 10:47:56 +01:00
Tieu-Philippe KHIM 3ff3640cba keep only needed modules on bootstrap 2018-02-19 10:47:05 +01:00
Tieu-Philippe KHIM edefecda01 update quicklook-plugin with nested class 2018-02-19 10:42:22 +01:00
Tieu-Philippe KHIM 812b9e1599 adding bootstrap less files & variables 2018-02-19 10:26:46 +01:00
Tieu-Philippe KHIM 650dd23121 move style.css to style.scss 2018-02-19 10:26:27 +01:00
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 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