15
0

Accepting request 906272 from home:alarrosa:branches:devel:languages:python

- Add a new glances-common package that contains a service file
  to start the glances server from systemd and a firewalld service
  file so the default port can be easily opened in the firewall.

- Update to 3.2.1
  * Missing network data in influxdb export
- Update to 3.2.0
  * Enhancement and development requests:
    * Improve CPU consumption
      - Make the refresh rate configurable per plugin #1870
      - Add caching for processing username and cmdline
      - Correct and improve refresh time method
      - Set refresh rate for global CPU percent
      - Set the dafault refresh rate of system stats to 60 seconds
      - Default refresh time for sensors is refresh rate * 2
      - Improve history perf
      - Change main curses loop
      - Improve Docker client connection
      - Update Flame profiling
    * Get system sensors temperatures thresholds #1864
    * Filter data exported from Docker plugin
    * Make the Docker API connection timeout configurable
    * Add --issue to Github issue template
    * Add release-note in the Makefile
    * Add some comments in cpu_percent
    * Add some comments to the processlist.py
    * Set minimal version for PSUtil to 5.3.0
    * Add comment to default glances.conf file
    * Improve code quality #820
    * Update WebUI for security vuln

OBS-URL: https://build.opensuse.org/request/show/906272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=30
This commit is contained in:
2021-07-17 13:35:59 +00:00
committed by Git OBS Bridge
parent d501702f44
commit bdc3741e6a
6 changed files with 135 additions and 6 deletions

View File

@@ -1,3 +1,70 @@
-------------------------------------------------------------------
Tue Jul 13 11:43:41 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Add a new glances-common package that contains a service file
to start the glances server from systemd and a firewalld service
file so the default port can be easily opened in the firewall.
-------------------------------------------------------------------
Tue Jul 13 11:04:02 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Update to 3.2.1
* Missing network data in influxdb export
- Update to 3.2.0
* Enhancement and development requests:
* Improve CPU consumption
- Make the refresh rate configurable per plugin #1870
- Add caching for processing username and cmdline
- Correct and improve refresh time method
- Set refresh rate for global CPU percent
- Set the dafault refresh rate of system stats to 60 seconds
- Default refresh time for sensors is refresh rate * 2
- Improve history perf
- Change main curses loop
- Improve Docker client connection
- Update Flame profiling
* Get system sensors temperatures thresholds #1864
* Filter data exported from Docker plugin
* Make the Docker API connection timeout configurable
* Add --issue to Github issue template
* Add release-note in the Makefile
* Add some comments in cpu_percent
* Add some comments to the processlist.py
* Set minimal version for PSUtil to 5.3.0
* Add comment to default glances.conf file
* Improve code quality #820
* Update WebUI for security vuln
* Bugs corrected:
* Quit from help should return to main screen, not exit #1874
* AttributeError: 'NoneType' object has no attribute 'current'
#1875
* Merge pull request #1873 from metayan/fix-history-add
* Correct filter
* Correct Flake8 issue in plugins
* Spelling correction in docs #1886
* Starting an alias with a number causes a crash #1885
* Network interfaces not applying in web UI #1884
* Docker containers information missing with Docker 20.10.x
#1878
* Get system sensors temperatures thresholds #1864
- Changes from 3.1.7
* Enhancements and bug corrected:
* Security audit - B411 #1025
* PU temperature not shown in webview #1849
* Remove shell=True for actions (following Bandit issue report)
#1851
* eplace Travis by Github action #1850 (by nicolargo)
* /api/3/processlist/pid/3936'use this api can't get right
info,all messy code #1828
* efactor the way importants stats are displayed #1826
* e-apply the Add hide option to sensors plugin #1596
* mart plugin error while start glances as root #1806
* lugin quicklook takes more than one seconds to update #1820
* eplace Pystache by Chevron 2/2 See #1817
* oc. No SMART screenshot. #1799
-------------------------------------------------------------------
Sat Apr 10 19:52:11 UTC 2021 - Michael Ströder <michael@stroeder.com>