Commit Graph

965 Commits (73f5b3e8d3518cf42ce17969e3e08da81a99966b)

Author SHA1 Message Date
Nicolargo 73f5b3e8d3 Missing attributeerror catch on Windows... 2014-06-21 23:08:32 +02:00
Nicolargo f483671802 Merge branch 'hotfix/issue319_v2' 2014-06-21 23:04:45 +02:00
Nicolargo f67f1990ba Additional except for Windows 2014-06-21 23:03:58 +02:00
Nicolargo e5e8b1c5d8 Merge branch 'hotfix/issue319' 2014-06-21 18:07:23 +02:00
Nicolargo 89d1b8a41c Nice stats is not available for all processes on the Windows OS 2014-06-21 18:04:13 +02:00
Nicolargo 06e845e508 Merge branch 'hotfix/issue375' 2014-06-21 15:10:50 +02:00
Nicolargo a0a7509709 Add except for xmlrpc error 2014-06-21 15:10:48 +02:00
Nicolargo 07611c0730 Merge branch 'hotfix/issue373' 2014-06-21 14:38:12 +02:00
Nicolargo e66dbe87ea Try catch on sensors module. Correct issue #373 2014-06-21 14:37:43 +02:00
Nicolargo 0cad93d31a Merge branch 'hotfix/issue378' 2014-06-18 22:27:25 +02:00
Nicolargo 58c34d7044 Check regexp in monitored list. Correct issue #378 2014-06-18 22:27:14 +02:00
Nicolas Hennion 63e8d5a367 Correct issue on deutch .po file 2014-06-18 18:38:16 +02:00
Nicolas Hennion ba04266dee Merge pull request #379 from thillux/master
display users without username correctly
2014-06-18 18:26:10 +02:00
thillux 7d98836573 display users without username correctly 2014-06-17 16:56:55 +02:00
Alessio Sergi b6ce17549b Do not provide custom values by default in config file 2014-06-16 11:57:00 +02:00
Alessio Sergi 49deea595b Fix Sphinx documentation
Perpetual version string and copyright year.
Fix Sphinx warnings.
2014-06-16 00:46:16 +02:00
Alessio Sergi c29ddd58bf Fix leftovers from merge conflict 2014-06-14 12:52:26 +02:00
Nicolargo 09bdb9de74 Update release note 2014-06-14 10:02:46 +02:00
Nicolargo 5142de4ec8 Update docs 2014-06-14 09:49:50 +02:00
Nicolargo cf480a9b41 Merge v2.0 release branch 2014-06-14 09:44:02 +02:00
Nicolargo 8b637e91f1 Merge branch 'release/v2.0' of github.com:nicolargo/glances into release/v2.0 2014-06-13 20:15:31 +02:00
Nicolargo 8d0f099c37 Change the Glances file from RC to STABLE 2014-06-13 20:15:13 +02:00
Alessio Sergi 4c4279eccb Fix unitary tests
Fix python3 compat.
2014-06-13 20:06:13 +02:00
Alessio Sergi b5cac27e99 PEP 257
One-line docstring should not occupy 3 lines
Expected 1 blank line *before* class docstring
First line should end with '.'
Blank line missing between one-line summary and description
No blank lines allowed *after* method docstring
Use r""" if any backslashes in a docstring
2014-06-13 19:02:21 +02:00
Nicolas Hennion 51611928b9 Add info to the doc file 2014-06-13 14:10:02 +02:00
Alessio Sergi 6a55000547 Fix naming convention
Use CapWords convention for class names
Use new-style classes
Use lowercase with underscore for function and local variable names
(to be continued)
2014-06-09 19:19:19 +02:00
Alessio Sergi 441772b897 Better code organization 2014-06-09 13:14:23 +02:00
Alessio Sergi 79ec0cbe6d Update man 2014-06-09 10:39:39 +02:00
Alessio Sergi b1d8e7a260 Update docs 2014-06-08 21:08:33 +02:00
Nicolas Hennion 8222630785 Add PySNMP as extras requirment 2014-06-06 11:57:41 +02:00
Nicolas Hennion ffc62591e3 Merge pull request #368 from dtiersch/german_2.0_rc4
German translations updated.

Thk @dtiersch !!!
2014-06-03 17:24:57 +02:00
David Tiersch 1de9b91c9d
German translations updated
needed because of the changes in d3a36c58b8 and ab23f2c574
2014-06-03 16:44:44 +02:00
Nicolargo 81b3f354c4 Update NEWS with release note of version 1.7.5 to 1.7.7 2014-06-02 22:27:17 +02:00
Alessio Sergi 72bd8a5b25 setup.py: Fix console_scripts entry point 2014-06-02 00:46:46 +02:00
Alessio Sergi 27b958a6a1 Fix config file detection under virtualenv 2014-06-02 00:16:23 +02:00
Alessio Sergi 5c61e5b721 Fix bug when batinfo library is installed but no battery is available on
the system
2014-06-01 18:38:07 +02:00
Nicolargo 43405d6c7f Merge branch 'develop' of github.com:nicolargo/glances into develop 2014-06-01 17:36:56 +02:00
Nicolargo 3b45de5a18 Update Modernizr to 2.8.2 2014-06-01 17:36:29 +02:00
Alessio Sergi f64533e49c Per-CPU: Fix crash on non-Linux platforms
Use 'idle' instead of 'iowait' since the latter is available only on
Linux.
2014-06-01 17:22:22 +02:00
Nicolargo 483c01d9fd Correct a minor bug. Nice CPU label displayed 2014-06-01 15:25:06 +02:00
Nicolargo d5da594bcd Remove unusefull screenshot and add Web interface screenshot 2014-05-31 14:00:56 +02:00
Nicolargo 95f585720e Update documentation for release 2.0 2014-05-31 13:50:05 +02:00
Nicolargo a41e426a3f Update documentation screenshots 2014-05-31 11:28:39 +02:00
Nicolargo 2e0bf0be6f Merge branch 'develop' of github.com:nicolargo/glances into develop 2014-05-30 17:51:00 +02:00
Nicolargo 63ee0698b0 Solve layout pb on Web interface (isssue #364) 2014-05-30 17:50:38 +02:00
Alessio Sergi 586ea61fc3 Help: commands description text align to the left 2014-05-29 22:55:22 +02:00
Alessio Sergi ab23f2c574 Clean up strings
Use format() instead of % method.
2014-05-29 22:22:22 +02:00
Alessio Sergi d3a36c58b8 Remove useless strings from translation 2014-05-29 12:22:18 +02:00
Alessio Sergi 861f99e26d Delete data folder
HTML output is no more.
2014-05-28 14:54:27 +02:00
Alessio Sergi 73b22c1c34 Web: Highlight process niceness and status 2014-05-28 12:28:43 +02:00