mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 11:16:10 +03:00
Merge branch 'master' of github.com:nicolargo/glances
This commit is contained in:
commit
2167d6c879
451
Changelog
Normal file
451
Changelog
Normal file
@ -0,0 +1,451 @@
|
|||||||
|
Changelog
|
||||||
|
=========
|
||||||
|
|
||||||
|
%%version%% (unreleased)
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
- Merge pull request #100 from mxjeff/locale-issue. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Fixed Portuguese locale name.
|
||||||
|
|
||||||
|
- Fixed Portuguese locale name. [kaliko]
|
||||||
|
|
||||||
|
On POSIX system locale follow "language[_territory]" naming scheme.
|
||||||
|
|
||||||
|
- Merge pull request #98 from mxjeff/html_issue. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Fixed broken HTML output (issue #97) Action (for me): make a formal
|
||||||
|
validation of the HTML and CSV module
|
||||||
|
|
||||||
|
- Fixed broken HTML output (issue #97) [kaliko]
|
||||||
|
|
||||||
|
- Version 1.4.2.1. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Test as_dict()... [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Version 1.4.2. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Clean the code... [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Clean the code, go back try / except. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- New function: Get process stats. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- New function: Get process stats. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Cache OS information. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Merge pull request #91 from rberaldo/master. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Brazilian Portuguese Translation
|
||||||
|
|
||||||
|
- Files for the Brazilian Portuguese translation. [Rafael Beraldo]
|
||||||
|
|
||||||
|
- Add Top process in the log. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Test code for IO ps. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Use the news virtual_memory() and virtual_swap() fct. [Nicolas
|
||||||
|
Hennion]
|
||||||
|
|
||||||
|
- Merge pull request #88 from dmd/patch-1. [Nicolas Hennion]
|
||||||
|
|
||||||
|
eliminate redundant 'per'
|
||||||
|
|
||||||
|
- Eliminate redundant 'per' [Daniel M. Drucker]
|
||||||
|
|
||||||
|
If you're measuring the rate of X, you can say Xps or X/s, but saying
|
||||||
|
X/ps is redundant and wrong.
|
||||||
|
|
||||||
|
- Update installation doc. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Pip install Glances / Better than pip install glances. [Nicolas
|
||||||
|
Hennion]
|
||||||
|
|
||||||
|
- After the 2to3 / Python 3 compatibility. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Merge branch 'master' of github.com:nicolargo/glances. [Nicolas
|
||||||
|
Hennion]
|
||||||
|
|
||||||
|
- After the 2to3 / Python 3 compatibility. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Update README.md. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Merge pull request #85 from luxflux/patch-1. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Fix typo
|
||||||
|
|
||||||
|
- Fix typo. [Raffael Schmid]
|
||||||
|
|
||||||
|
- Add logo to HitHub doc 2. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Add logo to HitHub doc. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Merge pull request #81 from dlion/master. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Italian translation added ! Very nice works :) Thank ou for the
|
||||||
|
contribution !
|
||||||
|
|
||||||
|
- Compiled file for italian translation. [dlion]
|
||||||
|
|
||||||
|
- File for italian translation. [dlion]
|
||||||
|
|
||||||
|
- Compiled file for italian translation. [dlion]
|
||||||
|
|
||||||
|
- Italian translation file compiled. [dlion]
|
||||||
|
|
||||||
|
- File for Italian Translation. [dlion]
|
||||||
|
|
||||||
|
- Version 1.4.1.1. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Version 1.4.1. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Merge pull request #75 from dlion/master. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Uninstall script
|
||||||
|
|
||||||
|
- A simple uninstall script. [dlion]
|
||||||
|
|
||||||
|
- Add a switch -b to display network rate in byte per second. [Nicolas
|
||||||
|
Hennion]
|
||||||
|
|
||||||
|
- Add Process IO Read/Write information, if space is available. [Nicolas
|
||||||
|
Hennion]
|
||||||
|
|
||||||
|
- Add Process IO Read/Write information, if space is available. [Nicolas
|
||||||
|
Hennion]
|
||||||
|
|
||||||
|
- Merge pull request #71 from xiongchiamiov/master. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Fix typos/misspellings in README
|
||||||
|
|
||||||
|
- Merge pull request #70 from pigmonkey/master. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Fix README typo
|
||||||
|
|
||||||
|
- Fix typos/misspellings in README. [xiongchiamiov]
|
||||||
|
|
||||||
|
I didn't include the change made in pull #70:
|
||||||
|
https://github.com/nicolargo/glances/pull/70/files I also didn't make
|
||||||
|
any changes to the French version, assuming that it is already
|
||||||
|
correct.
|
||||||
|
|
||||||
|
- Fix README typo. [Pig Monkey]
|
||||||
|
|
||||||
|
- Merge pull request #66 from xorpaul/patch-1. [Nicolas Hennion]
|
||||||
|
|
||||||
|
fixed small spelling mistakes
|
||||||
|
|
||||||
|
- Fixed small spelling mistakes. [Andreas Paul]
|
||||||
|
|
||||||
|
- Fixed small spelling mistakes. [Andreas Paul]
|
||||||
|
|
||||||
|
- Update installation documentation for OS X. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Add first code for process IO / no display. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Merge pull request #60 from qzio/patch-1. [Nicolas Hennion]
|
||||||
|
|
||||||
|
link to correct flattr "thing"
|
||||||
|
|
||||||
|
- Merge pull request #58 from crcastle/patch-1. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Add OSX install instructions
|
||||||
|
|
||||||
|
- Link to correct flattr "thing" [joel hansson]
|
||||||
|
|
||||||
|
- Add OSX install instructions. [Chris Castle]
|
||||||
|
|
||||||
|
- Uses Homebrew package manager (and pip)
|
||||||
|
|
||||||
|
- Add the '1' key to switch between per CPU / per core stats. [Nicolas
|
||||||
|
Hennion]
|
||||||
|
|
||||||
|
- Minor indentation change. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Add unitest script. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Update doc. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Add per CPU information. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Change installation procedure. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Change installation procedure. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Add depdencies in the documentation. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Change installation procedure. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Solve the issue #52 with Python 2.x. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Solve the issue #52 with Python 2.x. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Fix Setup.py issue. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Merge pull request #51 from asergi/master. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Fix package build problem
|
||||||
|
|
||||||
|
- Fix setup.py. [asergi]
|
||||||
|
|
||||||
|
- Add glances dir. [asergi]
|
||||||
|
|
||||||
|
- Rename src => glances. [asergi]
|
||||||
|
|
||||||
|
- Change the setup.py. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Version 1.4. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Change process nice for PsUtil 0.5.0. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- A bunch of new features (#48) by Alessio Sergi. [Nicolas Hennion]
|
||||||
|
|
||||||
|
- Add sort processes by MEM% (replace sort by VIRT) + other minor
|
||||||
|
changes. [asergi]
|
||||||
|
|
||||||
|
- Fix bare except: statements. [asergi]
|
||||||
|
|
||||||
|
- Strip leading/trailing whitespaces from all files. [asergi]
|
||||||
|
|
||||||
|
- Delete old backup files. [asergi]
|
||||||
|
|
||||||
|
- Code style cleaning. [asergi]
|
||||||
|
|
||||||
|
- Update help screen. [asergi]
|
||||||
|
|
||||||
|
- Fix display of minutes in TIME+ [asergi]
|
||||||
|
|
||||||
|
- Add MEM%, NICE, STATUS and TIME+ to the processes infos. [asergi]
|
||||||
|
|
||||||
|
- Put process summary on one line. [asergi]
|
||||||
|
|
||||||
|
- Load: fix viewing on FreeBSD/Mac OS X. [asergi]
|
||||||
|
|
||||||
|
- Mem/Swap: new layout and add percentage of usage. [asergi]
|
||||||
|
|
||||||
|
- Fix formatting of log messages. [asergi]
|
||||||
|
|
||||||
|
- No decimal places for values < GB. [asergi]
|
||||||
|
|
||||||
|
- Improve system info. Add Arch Linux support. Fix FreeBSD system info.
|
||||||
|
[asergi]
|
||||||
|
|
||||||
|
- Allow user to disable module from the command line. [nicolargo]
|
||||||
|
|
||||||
|
- Add PID/UID to the processes informations. [nicolargo]
|
||||||
|
|
||||||
|
- Add mem to CSV output and manage flush. [nicolargo]
|
||||||
|
|
||||||
|
- Merge pull request #46 from asergi/experimental. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Thanks for your contrib !
|
||||||
|
|
||||||
|
- Fixed (another) broken multiline strings. [asergi]
|
||||||
|
|
||||||
|
- Minor aesthetic fixes. [asergi]
|
||||||
|
|
||||||
|
- Fixed broken multiline strings. [asergi]
|
||||||
|
|
||||||
|
- Fix naming conventions issue. [asergi]
|
||||||
|
|
||||||
|
- Fixed typos. [asergi]
|
||||||
|
|
||||||
|
- Improved .gitignore. [asergi]
|
||||||
|
|
||||||
|
- README. [nicolargo]
|
||||||
|
|
||||||
|
- PEP8. [nicolargo]
|
||||||
|
|
||||||
|
- Bug correct on screen. [nicolargo]
|
||||||
|
|
||||||
|
- Code checked with PEP8 checker. [nicolargo]
|
||||||
|
|
||||||
|
- Patch on the Makefile.am (Thx to Al3Hex) [nicolargo]
|
||||||
|
|
||||||
|
- CVS. [nicolargo]
|
||||||
|
|
||||||
|
- Add FS color in HTML output. [nicolargo]
|
||||||
|
|
||||||
|
- Add test to solve issue #45. [nicolargo]
|
||||||
|
|
||||||
|
- Minor change. [nicolargo]
|
||||||
|
|
||||||
|
- Correct for issue #37. [nicolargo]
|
||||||
|
|
||||||
|
- Add CLI option to manage HTML output. [nicolargo]
|
||||||
|
|
||||||
|
- Add the MANIFEST.in. [nicolargo]
|
||||||
|
|
||||||
|
- Merge pull request #43 from laurentb/experimental. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Include package data files
|
||||||
|
|
||||||
|
- Include package data files. [Laurent Bachelier]
|
||||||
|
|
||||||
|
- Add additionnal file for HTML output. [nicolargo]
|
||||||
|
|
||||||
|
- Update documentation: use setup.py for installation. [nicolargo]
|
||||||
|
|
||||||
|
- Merge branch 'experimental' of github.com:nicolargo/glances into
|
||||||
|
experimental. [nicolargo]
|
||||||
|
|
||||||
|
- Merge pull request #42 from laurentb/experimental. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Much simpler, pure-python packaging + i18n
|
||||||
|
|
||||||
|
- Simple building and packaging of i18n. [Laurent Bachelier]
|
||||||
|
|
||||||
|
- Much simpler, pure-python packaging. [Laurent Bachelier]
|
||||||
|
|
||||||
|
- Update doc for PPA. [nicolargo]
|
||||||
|
|
||||||
|
- HTML Output. [nicolargo]
|
||||||
|
|
||||||
|
- Ok when insert/remove external disk. [nicolargo]
|
||||||
|
|
||||||
|
- Excexclude rootfs and autofs. [nicolargo]
|
||||||
|
|
||||||
|
- Try before removing process. [nicolargo]
|
||||||
|
|
||||||
|
- Reduce process load. [nicolargo]
|
||||||
|
|
||||||
|
- Add control/msg to lib import. [nicolargo]
|
||||||
|
|
||||||
|
- Solve the _() error message. [nicolargo]
|
||||||
|
|
||||||
|
- Verbose the help message depending of the PsUtil version. [nicolargo]
|
||||||
|
|
||||||
|
- Change the process list algorithm. [nicolargo]
|
||||||
|
|
||||||
|
- Remove the unused get_io_counters calls. [nicolargo]
|
||||||
|
|
||||||
|
- Ready for beta test. [nicolargo]
|
||||||
|
|
||||||
|
- Change the help windows. [nicolargo]
|
||||||
|
|
||||||
|
- PsUtil - Add process stat. [nicolargo]
|
||||||
|
|
||||||
|
- Replace FsGrab by PsUtil. [nicolargo]
|
||||||
|
|
||||||
|
- DISK IO. [nicolargo]
|
||||||
|
|
||||||
|
- First version of the experimental BRANCH PSUtil replace StatGrab for
|
||||||
|
CPU, LOAD and MEM. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.3.7. [nicolargo]
|
||||||
|
|
||||||
|
- B&W console. [nicolargo]
|
||||||
|
|
||||||
|
- Try for all the init color sequence. [nicolargo]
|
||||||
|
|
||||||
|
- Flatt button in the README. [nicolargo]
|
||||||
|
|
||||||
|
- Add try before curses.curs_set(0) [nicolargo]
|
||||||
|
|
||||||
|
- Update screenshot. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.3.6. [nicolargo]
|
||||||
|
|
||||||
|
- Change Roadmap to add the issue 26. [nicolargo]
|
||||||
|
|
||||||
|
- WMerge branch 'master' of github.com:nicolargo/glances. [nicolargo]
|
||||||
|
|
||||||
|
Conflicts: src/glances.py
|
||||||
|
|
||||||
|
- Minor update. [nicolargo]
|
||||||
|
|
||||||
|
- Merge pull request #25 from jeanbob/master. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Traduction française (vérifié) et espagnole (non vérifié)
|
||||||
|
|
||||||
|
- French and Spanish translation added. [Peter Fontaine (aka JeanBoB]
|
||||||
|
|
||||||
|
- I18n support added by JeanBoB. French translation added. [Peter
|
||||||
|
Fontaine (aka JeanBoB]
|
||||||
|
|
||||||
|
- Change the path to Python to env issue #20. [nicolargo]
|
||||||
|
|
||||||
|
- Upgrade ss. [nicolargo]
|
||||||
|
|
||||||
|
- Update README. [nicolargo]
|
||||||
|
|
||||||
|
- Update screenshot. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.3.5. [nicolargo]
|
||||||
|
|
||||||
|
- Add a buildout.cfg. [nicolargo]
|
||||||
|
|
||||||
|
- Update screenshot. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.3.4. [nicolargo]
|
||||||
|
|
||||||
|
- Update screenshot for v1.3.3. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.3.3. [nicolargo]
|
||||||
|
|
||||||
|
- Add Python PYPI informations. [nicolargo]
|
||||||
|
|
||||||
|
- Add a french version of the README. [nicolargo]
|
||||||
|
|
||||||
|
- Update the documentation. [nicolargo]
|
||||||
|
|
||||||
|
- Update screenshot. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.3.2. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.3.1. [nicolargo]
|
||||||
|
|
||||||
|
- Merge pull request #8 from rwmacleod/master. [Nicolas Hennion]
|
||||||
|
|
||||||
|
Thx !
|
||||||
|
|
||||||
|
- Fix consomption typo. [Randy MacLeod]
|
||||||
|
|
||||||
|
- No more FS limitation. [nicolargo]
|
||||||
|
|
||||||
|
- Update screenshot. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.3. [nicolargo]
|
||||||
|
|
||||||
|
- Docs. [nicolargo]
|
||||||
|
|
||||||
|
- Change the REAME for the 1.2 version. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.2. [nicolargo]
|
||||||
|
|
||||||
|
- Instructions to install on Ubuntu 10.04 and 10.10. [nicolargo]
|
||||||
|
|
||||||
|
- Ubuntu 10.04 note. [nicolargo]
|
||||||
|
|
||||||
|
- Ubuntu < 11.04 notes. [nicolargo]
|
||||||
|
|
||||||
|
- Change installation procedure. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.1.3. [nicolargo]
|
||||||
|
|
||||||
|
- V1.1.2. [nicolargo]
|
||||||
|
|
||||||
|
- Version 1.1.1. [nicolargo]
|
||||||
|
|
||||||
|
- 1.1 screenshot. [nicolargo]
|
||||||
|
|
||||||
|
- Add caption. [nicolargo]
|
||||||
|
|
||||||
|
- Add setup.py. [nicolargo]
|
||||||
|
|
||||||
|
- Catch CTRL-C before init screen. [nicolargo]
|
||||||
|
|
||||||
|
- Catch CTRL-C before init screen. [nicolargo]
|
||||||
|
|
||||||
|
- Add control before division. [nicolargo]
|
||||||
|
|
||||||
|
- Fix Readme.md. [nicolargo]
|
||||||
|
|
||||||
|
- Fix Readme.md. [nicolargo]
|
||||||
|
|
||||||
|
- Fix screenshot in Readme.md. [nicolargo]
|
||||||
|
|
||||||
|
- Add screenshot. [nicolargo]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user