Commit Graph

2905 Commits

Author SHA1 Message Date
Alessio Sergi
93fbf75603 Optimize config code
- Remove duplicate code (one place to rule them all)
- Add SunOS support
- Add a safe function for creating a directory tree
- Put cache file in the cache directories
2017-01-31 18:04:53 +01:00
nicolargo
921710b0e6 IRQ plugin is not display anymore #1013 + NEWS 2017-01-29 17:24:02 +01:00
nicolargo
f35c8bf256 IRQ plugin is not display anymore #1013 2017-01-29 17:23:45 +01:00
nicolargo
12b75d44d9 interrupts and usb_fiq #1007 2017-01-29 17:15:22 +01:00
nicolargo
12412caf56 Add GPU to the unitest 2017-01-28 18:54:27 +01:00
nicolargo
1f251f8c68 GPU plugin is display when hitting '4' or '5' shortkeys #1012 2017-01-28 16:04:07 +01:00
nicolargo
5f0d913587 Fix typo in network text #1008 + docs 2017-01-28 15:52:21 +01:00
nicolargo
410445b354 Merge commit '736e91c' into develop 2017-01-28 15:51:11 +01:00
Nicolas Hennion
e61e995179 Merge pull request #1008 from HelioCampos/patch-1
Fix typo in network text
2017-01-28 15:50:09 +01:00
nicolargo
64036c6ff1 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2017-01-26 20:27:11 +01:00
Nicolas Hennion
871e429ba1 Merge pull request #1011 from fraoustin/issue#1009
issue#1009
2017-01-26 20:25:08 +01:00
fraoustin
5b844e6c8a issue#1009 2017-01-26 19:17:38 +01:00
Helio Campos Mello de Andrade
736e91cfa9 Fix typo.
form -> from
2017-01-26 08:05:45 -02:00
Nicolargo
655f19ddd7 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2017-01-26 09:57:51 +01:00
Nicolargo
3e0947fd13 Add catch for Wifi cell 2017-01-26 09:57:26 +01:00
Nicolas Hennion
40813272ac Merge pull request #1006 from notFloran/webui-hide-public-ip-if-not-defined
[WebUI] Hide public address if not available
2017-01-25 20:50:14 +01:00
Nicolargo
80c79402a8 Add wireless-tools deps see issue (issue #1004) in Glances autoinstall 2017-01-24 10:19:09 +01:00
Floran Brutel
d61d3904e8 🐛 Hide public address if not available 2017-01-24 08:56:02 +01:00
Nicolargo
cb08605750 Docker - Error (issue #1003) 2017-01-23 17:49:52 +01:00
Alessio Sergi
c5dc423cce Upgrade pip and setuptools on CircleCI 2017-01-22 18:24:00 +01:00
Alessio Sergi
91362d0db7 Upgrade pip and setuptools on Travis 2017-01-22 18:02:26 +01:00
Alessio Sergi
c59f7e33d1 setup.py: remove sensors from extras_require
setuptools doesn't like it.
2017-01-22 17:55:41 +01:00
Alessio Sergi
93514c2da2 Fix optional-requirements.txt
- hddtemp is not installable using pip, remove it.
- conditionalize scandir dependency
- add py3sensors

Note: pip >= 6.0 is required.
2017-01-22 16:54:21 +01:00
Alessio Sergi
bbaf40d60a setup.py: fix py3sensors installation and conditionalize scandir dependency
- scandir package is only needed for Python < 3.5.
- the name of extras are now lower case (easier to type/read).

Note: setuptools >= 18.0 is required.
2017-01-22 16:50:45 +01:00
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