summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_fs.py
AgeCommit message (Expand)Author
2021-08-24Plugins are classesnicolargo
2021-05-15Correct Flake8 issue in pkuginsnicolargo
2021-04-20Correct Pypi CI pipelinenicolargo
2020-08-22Do not display zsh share twicenicolargo
2020-06-18Reflect "used percent" user disk spaceGaspard d'Hautefeuille
2020-02-27FS filtering can be done on device name #1606nicolargo
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-08-11Glances Snap doesn't run on Orange Pi Zero running Ubuntu Core 16 #1517nicolargo
2019-04-22 Improve string encodeing/decondingnicolargo
2019-01-19Glances 3.1.0nicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-04-02Correct issue on Python 3nicolargo
2018-02-25Glances crashes when mountpoint with non ASCII characters esists #1201nicolargo
2018-02-15's/P[Ss][Uu]til/psutil/g'Alessio Sergi
2018-01-28Display debug message if dep lib is not found #1224nicolargo
2017-12-29Remove graph export from Glances #1206nicolargo
2017-10-29Make the left side bar width dynamic in the Curse UI #1177 - First runnicolargo
2017-10-15Docstings of plugins are now PEP 257 compliantnicolargo
2017-07-27 on mountpoints with non-breaking spaces #1128nicolargo
2017-04-01Correct an issue on unicode for Python 3nicolargo
2017-04-01 Problem with non breaking space in file system name #1065nicolargo
2017-02-22Do not use backslash for line continuationAlessio Sergi
2017-01-09Copyright 2017Alessio Sergi
2016-10-31Refactors plugins to avoid calling views and history update inside the update...nicolargo
2016-10-30Refactor the --disable-* options #948nicolargo
2016-10-28Add --disable-<option> for all plugins. Should be refactor...nicolargo
2016-10-06Workarround for the issue931. Not solve the issue but implement correctly the...nicolargo
2016-06-04Resolv merge issue with issue696nicolargo
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2016-05-28Add new attribute class. Only for history for the momentnicolargo
2016-03-04Do not update network interface is hide tag is setnicolargo
2015-12-06Add hide configuration key for FS Plugin (issue #736)nicolargo
2015-11-21Implement Folder plugin (issue #721)nicolargo
2015-11-04More super() callAlessio Sergi
2015-07-31Value for free disk space is counterintuative on ext file systems (issue#644)Nicolargo
2015-05-11flake8Alessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-05-01No more translationsAlessio Sergi
2015-03-22Replace dictionary creation with dictionary literalAlessio Sergi
2015-03-05Replace getters/setters with properties - Round 4Alessio Sergi
2015-02-26Do not return values from settersAlessio Sergi
2015-02-23Do not use Python's built-in function names as variable namesAlessio Sergi
2015-02-22Misc fixesAlessio Sergi
2015-02-08Remove dev lognicolargo
2015-02-08Allow logical mounts points in the FS plugin (issue #448)nicolargo
2015-01-25Correct issue on FS action (issue #497)Nicolargo
2015-01-18Add view (MVC speeking) for the plugins. Add API methods and Unitary test.Nicolargo
2015-01-18Add view (MVC speeking) for the plugins. FS and SENSORS OK.Nicolargo
2015-01-15Some PEP8 enhancementNicolargo