Alessio Sergi
571b9eb999
Revert "glances_help.py: replace list creation with list literal"
...
This reverts commit ca5f59d03a
.
This causes an infinite loop in autodiscover mode.
2015-05-16 23:34:30 +02:00
Nicolas Hennion
321b31b188
Merge pull request #599 from vsn4ik/monitor_counter
...
Fix monitor section (counter)
2015-05-16 22:31:16 +02:00
Alessio Sergi
758edc60b3
Use isinstance() for type check
2015-05-16 12:45:45 +02:00
Alessio Sergi
d79703f39f
Remove unused variables
2015-05-16 10:25:16 +02:00
Alessio Sergi
b0f94cda7d
Fix bad continuation
2015-05-15 16:33:02 +02:00
vsn4ik
7b3d5d6dd1
Fix monitor section (counter)
2015-05-15 00:21:49 +03:00
Alessio Sergi
da661ee498
glances_rabbitmq.py: fix bad indentation
2015-05-14 20:17:26 +02:00
Alessio Sergi
075ac79bcc
Merge pull request #597 from nclsHart/remove-base-tpl
...
[Web UI] Remove unused base.tpl file
2015-05-14 20:00:14 +02:00
Nicolas Hart
07b8ff67a0
remove unused base.tpl file
2015-05-14 13:16:24 +02:00
Alessio Sergi
6f5407ba31
glances_system.py: make _linux_os_release() a function
2015-05-14 12:25:43 +02:00
Alessio Sergi
154afd8851
glances/README.txt: fix misspelling
2015-05-14 01:11:01 +02:00
Alessio Sergi
f0a09ec10f
glances_actions.py: fix typo in comment (issue #596 )
2015-05-14 01:00:57 +02:00
Alessio Sergi
32f860044e
glances/README.txt: remove duplicate entry (issue #596 )
2015-05-14 01:00:49 +02:00
Alessio Sergi
360b92b672
Use svg in badges (issue #596 )
2015-05-14 01:00:39 +02:00
Alessio Sergi
ca5f59d03a
glances_help.py: replace list creation with list literal
2015-05-13 16:50:50 +02:00
Alessio Sergi
1170dd2a5f
glances_help.py: sync with reality
...
Add IP module (already added in doc and man).
2015-05-13 15:55:55 +02:00
Alessio Sergi
e0713b5f74
glances-doc.rst: sync with reality cli options
2015-05-13 15:15:26 +02:00
Alessio Sergi
35344b9f80
glances.1: sync with reality and fix several bugs (wtf)
2015-05-13 14:55:00 +02:00
Alessio Sergi
fa51970f2a
Remove obsolete reference to modernizr.custom.js
2015-05-13 12:13:58 +02:00
Alessio Sergi
e071338ba0
Add missing new line before g man option (issue #595 )
2015-05-13 11:55:15 +02:00
Alessio Sergi
8aaf4a8a8c
Remove unnecessary type="text/css" for link (HTML5) (issue #595 )
2015-05-13 11:47:11 +02:00
Alessio Sergi
af0bd37744
flake8
...
- import statements are in the wrong order.
- missing whitespace around arithmetic operator
- blind except: statement
- multiple imports on one line
- trailing whitespace
- blank line contains whitespace
- line break before binary operator
- missing whitespace after ','
- block comment should start with '# '
- multiple spaces before operator
- 'logger' imported but unused
- expected 2 blank lines, found 1
2015-05-11 16:55:55 +02:00
Alessio Sergi
5e5c68171e
PEP 257
...
- First line should end with a period
- No blank lines allowed after function docstring
- 1 blank line required between summary line and description
- 1 blank line required before class docstring
- Multi-line docstring closing quotes should be on a separate line
- No whitespaces allowed surrounding docstring text
- One-line docstring should fit on one line with quotes
- Use r""" if any backslashes in a docstring
2015-05-11 14:41:11 +02:00
Alessio Sergi
49ecd40184
Merge pull request #594 from notFloran/web-ui-warning-color
...
[Web UI] Fix color of WARNING
2015-05-09 19:40:05 +02:00
Alessio Sergi
c9b09bad63
Merge branch 'notFloran-web-ui-alert-highlight' into develop
...
[Web UI] Highlight resource in alerts
2015-05-09 19:12:35 +02:00
Floran Brutel
ccd8fdf481
Web UI: highlight resource in alerts
2015-05-09 19:11:39 +02:00
Floran Brutel
d407ccb928
Use magenta for warning
2015-05-09 18:49:57 +02:00
Alessio Sergi
dacb11db67
Merge pull request #592 from notFloran/web-ui-limits-alert-log
...
[Web UI] Load: take core number into account
2015-05-09 16:19:04 +02:00
Floran Brutel
e53b85ceb4
Load limit use the number of Core
2015-05-09 15:33:55 +02:00
Floran Brutel
1eab7e1427
alert and alert_log of the webui now manages "maximum" in their calculations
2015-05-09 15:33:55 +02:00
Floran Brutel
c4cf1f21cf
Refactor handling of alert/alert_log in the web Ui for a better understanding
2015-05-09 15:33:55 +02:00
Alessio Sergi
ee6941133f
Merge pull request #591 from nclsHart/fix-issue-586
...
[Web UI] Fix sidebar display problem
2015-05-09 14:41:09 +02:00
Alessio Sergi
3dc71a0606
Merge pull request #590 from notFloran/web-ui-fix-time+
...
[Web UI] Fix format of time+ in the process list
2015-05-09 14:20:56 +02:00
Alessio Sergi
c0f473df13
Merge branch 'nclsHart-fix-issue-556' into develop
...
[Web UI] Do not display additional data for cpu and mem plugins on small devices
2015-05-09 14:10:29 +02:00
Nicolas Hart
39fc371d0c
cpu more and mem more are no longer displayed on web ui for small devices
2015-05-09 14:09:57 +02:00
Nicolas Hart
df1625cdfc
fix wrong decoration on battery value and display unit for each sensor
2015-05-08 23:09:13 +02:00
Nicolas Hart
b333b9366d
add padding to sidebar cells in order to avoid filesys column to be glued
2015-05-08 18:06:05 +02:00
Floran Brutel
a5e88503c7
Fix format of time+ in the web UI
2015-05-08 17:10:41 +02:00
Nicolas Hart
80df01d13f
remove trailing space in web ui system plugin
2015-05-08 16:04:38 +02:00
Nicolas Hennion
727e3d708d
Merge pull request #585 from notFloran/web-ui-fix-limits
...
[Web UI] Use limits to highlight the values
2015-05-08 14:09:51 +02:00
Alessio Sergi
938cf201da
glances_system.py: remove redundant parentheses
2015-05-08 12:52:26 +02:00
Alessio Sergi
43b5cc606d
Merge pull request #583 from notFloran/fix-nice-web-ui
...
[Web UI] Highlight nice values
2015-05-08 12:28:51 +02:00
Floran Brutel
59c06234f9
Fix loading of limits
...
Remove useless method
Fix variable name of plugins
2015-05-08 12:15:48 +02:00
Floran Brutel
de0dc0c25c
Fix "Nice: nice values != 0 (Unix-like) and != 32 (Windows) should be highlighted"
2015-05-08 11:34:08 +02:00
Alessio Sergi
5d8b177c4f
Web UI: fix typo: s/buffer/buffers/
2015-05-08 11:18:19 +02:00
nicolargo
6ef956e061
Commit Glances 2.4RC2
2015-05-08 10:45:28 +02:00
nicolargo
6d8521fbeb
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
2015-05-08 10:42:47 +02:00
Nicolas Hennion
58e611fda9
Merge pull request #581 from notFloran/web-ui-fix-regression-values
...
[Web UI] Regression with the CPU plugin: IOWait, IRQ, Steal do not displayed anymore
2015-05-08 10:42:36 +02:00
nicolargo
afe22e84f0
Correct an issue with the latest InfluxDB module
2015-05-08 10:41:54 +02:00
Nicolas Hennion
b8ae357dc0
Merge pull request #582 from nicolargo/revert-580-master
...
Revert "Fix influxdb export for 0.8."
2015-05-08 10:13:15 +02:00