Commit Graph

2981 Commits

Author SHA1 Message Date
nicolargo
ac9ad9ca40 Use Pypi style for deps installation 2017-01-22 11:01:42 +01:00
nicolargo
26efbbbfa6 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2017-01-22 10:25:18 +01:00
nicolargo
14255a8d3b Autodiscover error while binding on IPv6 addresses (issue #1002) 2017-01-22 10:24:52 +01:00
Alessio Sergi
507f5f85c6 Add Python 3.6 to .travis.yml 2017-01-21 19:59:56 +01:00
Alessio Sergi
4b9729fc10 Claim Python 3.6 support 2017-01-21 19:49:49 +01:00
Alessio Sergi
8dbda4d266 LGPL -> LGPLv3
Just to be clear.
2017-01-21 19:44:12 +01:00
Alessio Sergi
f5d1a9bd68 README: remove old instructions for Windows
Some cleaning while I'm here.
2017-01-21 19:16:15 +01:00
nicolargo
b1f6a8194b On the road of Glances 2.8.1 2017-01-21 18:22:29 +01:00
Alessio Sergi
5988a655d3 Fix installation under Windows, bottle is now mandatory. 2017-01-21 18:08:16 +01:00
nicolargo
6ea077b197 Generate documentation for Glances 2.8 2017-01-21 14:46:28 +01:00
nicolargo
29298a4f9a Change version to 2.8 2017-01-21 14:42:24 +01:00
nicolargo
2926d9e674 Merge branch 'issue1000' into develop 2017-01-21 09:47:17 +01:00
nicolargo
138cb2dbaa Not compatible with the new Docker API 2.0 (Docker 1.13) (issue #1000) 2017-01-21 09:46:51 +01:00
Alessio Sergi
d54e85f4b6 Better Solaris 'io_counters' fix 2017-01-19 23:48:07 +01:00
nicolargo
9c0e27c44a Correct short key error: l, D, I 2017-01-19 19:51:25 +01:00
Alessio Sergi
33e33875b1 Solaris support in system info 2017-01-19 19:20:08 +01:00
Alessio Sergi
8885313865 Except AttributeError when checking for 'io_counters'
That's way better than checking for the OS; psutil may implement it for
new platforms in the future.
2017-01-19 18:53:04 +01:00
Alessio Sergi
47a85eec5e OS X -> macOS 2017-01-18 20:01:00 +01:00
Alessio Sergi
9cf2863447 Optimize code for extended stats 2017-01-18 19:21:07 +01:00
Alessio Sergi
cf2a386d98 Fix crash with extended stats on macOS (issue #999)
As of version 4.3.1, psutil's Process.as_dict() raises ValueError if an
attribute name is invalid.
2017-01-18 14:40:44 +01:00
Alessio Sergi
7740f588de Fix "'Process' object has no attribute 'io_counters' on Solaris" 2017-01-18 11:19:10 +01:00
nicolargo
e462a9c77e Update export list in README file 2017-01-14 22:32:32 +01:00
Alessio Sergi
ffaf0956bd Do not use mutable default argument
See e2912943c5.
2017-01-09 20:17:37 +01:00
Alessio Sergi
870758a9e6 folder_list: remove superfluous try/except when reading config values
config.get_value() already handles NoOptionError in this case.
2017-01-09 16:01:07 +01:00
Alessio Sergi
92e76ff612 flake8 fixes
- wrong continued indentation
- missing whitespace after ':'
- unused imports
- expected 2 blank lines after class or function definition
2017-01-09 12:59:36 +01:00
Alessio Sergi
e03b20f1ec exports: fix imports due to load_conf() refactor and remove now unused ones 2017-01-09 12:55:04 +01:00
Alessio Sergi
0f2824fd6a Copyright 2017 2017-01-09 12:09:17 +01:00
nicolargo
e4b7e73970 Update doc for configuration file 2017-01-08 11:08:58 +01:00
nicolargo
4ea591eac0 Merge branch 'refactorexport' into develop 2017-01-07 16:50:51 +01:00
nicolargo
5ce05cef11 Refactor init of export modules 2017-01-07 16:50:35 +01:00
nicolargo
4223e21c1f Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2017-01-07 15:56:32 +01:00
Nicolas Hennion
e259d32f02 Merge pull request #992 from nclsHart/gpu-plugin-shortcuts
add gpu plugin shortcuts
2017-01-07 15:56:10 +01:00
nicolargo
6b4219cea9 Change the README file 2017-01-07 15:55:32 +01:00
Nicolas Hart
a6338acf5d add gpu plugin shortcuts 2017-01-07 15:36:54 +01:00
Nicolas Hennion
6316fa6aa5 Merge pull request #990 from notFloran/webui-gpu
[WIP] Add GPU plugin in the WebUI
2017-01-07 14:31:39 +01:00
Floran Brutel
674d2c140d Hide mem_more plugin when gpu plugin is enabled 2017-01-07 14:00:42 +01:00
Floran Brutel
e3e51cefb4 Fix display and shortcut issues for the gpu plugin of the webUi 2017-01-07 13:53:11 +01:00
nicolargo
fa3a3ed715 Update README file 2017-01-07 10:26:53 +01:00
nicolargo
9390b75bc2 Update setup file again 2017-01-07 10:12:50 +01:00
nicolargo
09ba54c458 Update setup file 2017-01-07 10:09:27 +01:00
nicolargo
fa705e08e8 Update the CONTRIBUTING file 2017-01-07 09:47:53 +01:00
Floran Brutel
c44b6dceec Add gpu plugin in the webUI 2017-01-04 20:26:45 +01:00
Floran Brutel
4059de2676 Add module for gpu 2017-01-04 08:48:24 +01:00
nicolargo
b80ff98de3 Update docs and requirements files 2017-01-01 14:14:20 +01:00
nicolargo
c61ad18f47 Update AUTHORS file 2017-01-01 13:52:36 +01:00
nicolargo
3799de31c5 Merge branch 'issue967' into develop 2016-12-31 18:42:16 +01:00
nicolargo
68482c3d8a Correct hotkeys d, f, l, n 2016-12-31 18:41:58 +01:00
nicolargo
60d2704161 Correct hotkey r 2016-12-31 18:28:29 +01:00
nicolargo
75d1c6c1bc Correct hotkey 4 and 5 2016-12-31 18:23:54 +01:00
nicolargo
8add69f75e Add configuration file template path in the doc 2016-12-30 10:10:48 +01:00