30 Commits

Author SHA256 Message Date
ea25880052 Accepting request 1082797 from home:amanzini:branches:devel:languages:python
- Update to 3.3.1
  * Minor change on the help screen
  * Refactor some loop in the processes function
  * Replace json by ujson #2201
  * Improvements on documentation, unit test and CI
  * bump dependencies and web lib to address security

OBS-URL: https://build.opensuse.org/request/show/1082797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=48
2023-04-27 21:55:04 +00:00
0f4de6ed4a Accepting request 1034364 from home:yarunachalam:branches:devel:languages:python
- Update to 3.3.0.4 
  * Correct an issue on alpine.Dockerfile
  * Revert a miss

OBS-URL: https://build.opensuse.org/request/show/1034364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=46
2022-11-08 09:53:48 +00:00
bc28272d4d Clean up SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=44
2022-11-04 14:45:39 +00:00
fe0e830b3c Accepting request 1033087 from home:stroeder:python
- update to 3.3.0.3
  * Refactor the Docker images factory

OBS-URL: https://build.opensuse.org/request/show/1033087
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=43
2022-11-04 14:33:25 +00:00
aeedfcc20e Accepting request 1032466 from home:stroeder:python
- Update to version 3.3.0.2
  * Password files in same configuration dir in effect #2143
  * Fail to load config file on Python 3.10 #2176

OBS-URL: https://build.opensuse.org/request/show/1032466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=41
2022-10-31 13:44:48 +00:00
c7ab660f41 Accepting request 1012045 from home:stroeder:python
Update to version 3.3.0

OBS-URL: https://build.opensuse.org/request/show/1012045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=39
2022-10-17 14:06:16 +00:00
68419cbb40 Accepting request 991579 from home:stroeder:branches:devel:languages:python
Update to version 3.2.7

OBS-URL: https://build.opensuse.org/request/show/991579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=37
2022-07-28 20:38:11 +00:00
aeeef9c166 Accepting request 968265 from home:stroeder:branches:devel:languages:python
Update to version 3.2.5

OBS-URL: https://build.opensuse.org/request/show/968265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=35
2022-04-11 11:05:04 +00:00
a9d218dde8 Accepting request 933072 from home:stroeder:python
- Update to version 3.2.4.2
  * Added support for Python 3.10
  *  KeyError: 'syscalls' and terminal layout broken #1956 
- Update to version 3.2.4.1
  * Missing packaging dependency when using pip install #1955

OBS-URL: https://build.opensuse.org/request/show/933072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=34
2021-11-24 08:32:50 +00:00
Martin Hauke
2567192ae4 Accepting request 932647 from home:stroeder:python
Update to version 3.2.4

OBS-URL: https://build.opensuse.org/request/show/932647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=33
2021-11-21 07:40:45 +00:00
Martin Hauke
238f40096f Accepting request 926703 from home:jsegitz:branches:systemdhardening:devel:languages:python
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/926703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=32
2021-10-22 15:31:16 +00:00
Martin Hauke
1f02d5324f Accepting request 917366 from home:iDesmI:branches:devel:languages:python
- Update to version 3.2.3.1:
  * Incorrect processes disk IO stats #1922

- Update to version 3.2.3:
  * Processor name getting cut off #1917
  * batinfo not in docker image (and in requirements files...) ? #1915
  * Glances don't send hostname (tag) to influxdb2

OBS-URL: https://build.opensuse.org/request/show/917366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=31
2021-09-08 06:44:54 +00:00
Martin Hauke
bdc3741e6a 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
2021-07-17 13:35:59 +00:00
Martin Hauke
d501702f44 Accepting request 884335 from home:stroeder:branches:devel:languages:python
Update to version 3.1.6.2

OBS-URL: https://build.opensuse.org/request/show/884335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=28
2021-04-11 21:35:32 +00:00
716ea99cc3 Accepting request 867583 from home:mnhauke
- Update to version 3.1.6
  Enhancements and new features:
  * Kill a process from the Curses interface.
  * Manual refresh on F5 in the Curses interface.
  * Hide function in sensors section.
  * Enhancement Request: .conf parameter for AMP.
  * Password for Web/Browser mode.
  * Unable to connect to Influxdb 2.0.
  * ci: fix release process and improve build speeds.
  * Cache cpuinfo output.
  * sort by clicking improvements and bug.
  * Allow embedded AMP python script to be placed in a
    configurable location.
  * Add attributes to stdout/stdout-csv plugins.
  * Do not shorten container names.
  Bugs corrected:
  * Unusual characters in cmdline cause lines to disappear and
    corrupt the display.
  * UnicodeDecodeError on any command with a utf8 character in
    its name.
  * Add option to set the strftime format.
  * GPU information is incomplete via web.
  * [WebUI] Fix display of null values for GPU plugin.
  * crash on startup on Illumos when no swap is configured.
  * Glances crashes with 2 GPUS bug.
  * Error with IP Plugin : object has no attribute.
  * [WebUI] Fix sort by disk io.
  * Connection to MQTT server failst.
  * Manpage improvement documentation.
  * Make build reproducible packaging.

OBS-URL: https://build.opensuse.org/request/show/867583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=26
2021-01-29 09:54:50 +00:00
10bf2872dd Accepting request 865064 from home:Andreas_Schwab:Factory
- unitest-wait-for-server.patch: increase time to wait for server to start

OBS-URL: https://build.opensuse.org/request/show/865064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=24
2021-01-21 09:48:08 +00:00
Tomáš Chvátal
1762190de5 Accepting request 828740 from home:mnhauke
- Update to version 3.1.5
  Enhancements and new features:
  * Enhancement: RSS for containers enhancement.
  * exports: support rabbitmq amqps enhancement.
  * Quick Look missing CPU Infos enhancement.
  * Add amqps protocol suppport for rabbitmq export.
  * Select host in Grafana json.
  * Value for free disk space is counterintuative on ext file
    systems enhancement.
  Bugs corrected:
  * Can't start server: unexpected keyword argument 'address' bug
    enhancement.
  * class AmpsList method _build_amps_list() Windows fail
    (glances/amps_list.py) bug #1689
  * Fix grammar in sensors documentation #1681
  * Reflect "used percent" user disk space for [fs] alert #1680
  * Bug: [fs] plugin needs to reflect user disk space usage needs
    test #1658
  * Fixed formatting on FS example #1673
  * Missing temperature documentation #1664
  * Wiki page for starting as a service documentation #1661
  * tests using /etc/glances/glances.conf from already installed
    version bug #1654
  * Unittests: Use sys.executable instead of hardcoding the python
    interpreter #1655
  * Glances should not phone home install #1646
  * Add lighttpd reverse proxy config to the wiki documentation.
  * Undefined name 'i' in plugins/glances_gpu.py bug #1635

OBS-URL: https://build.opensuse.org/request/show/828740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=22
2020-08-24 08:49:55 +00:00
Tomáš Chvátal
20cad302d7 Accepting request 809263 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=20
2020-05-27 10:06:40 +00:00
Tomáš Chvátal
3538e2b834 Accepting request 801216 from home:mnhauke
- Drop python2
- Add patch:
  * fix-tests.patch

OBS-URL: https://build.opensuse.org/request/show/801216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=18
2020-05-07 13:03:48 +00:00
Tomáš Chvátal
c93d588027 Accepting request 788578 from home:mnhauke
- Update to version 3.1.4.1
  - Fix incorrect version in manpage

OBS-URL: https://build.opensuse.org/request/show/788578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=16
2020-03-26 15:22:05 +00:00
7b0a5608ae Accepting request 783553 from home:mnhauke
- Update to version 3.1.4
  Enhancements and new features:
  * Add a CSV output format to the STDOUT output mode
  * Feature request: HDD S.M.A.R.T. reports
  * Sort docker stats
  * Prohibit some plug-in data from being exported to influxdb
  * Disable plugin from Glances configuration file
  * Curses-browser's server list paging added
  * Client Browser's thread management added
  Bugs corrected:
  * TypeError: '<' not supported between instances of 'float' and 'str'
  * GPU plugin not exported to influxdb
  * Crash after running fine for several hours
  * Timezone listed doesn’t match system timezone, outputs wrong
    time
  * ERROR -- Can not grab extended stats (invalid attr name
    'num_fds')
  * Action on port/web plugins is not working
  * Support for monochrome (serial) terminals e.g. vt220
  * TypeError on opening (Wifi plugin)
  * Some field name are incorrect in CSV export
  * Standard output misbehaviour (need to flush)
  * Create an option to set the username to use in Web or RPC Server
    mode
  * Missing kernel task names when the webui is switched to long
    process names
  * Drive name with special characters causes crash
  * Cannot get stats in Cloud plugin
  Others:
  * Add Docker documentation

OBS-URL: https://build.opensuse.org/request/show/783553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=14
2020-03-10 22:40:26 +00:00
Tomáš Chvátal
08a04ea974 Accepting request 764194 from home:mcalabkova:branches:devel:languages:python
- update to 3.1.3
  * Add a new TCP connections status plugin enhancement
  * Add --enable-plugin option from the command line
  * Fix custom refresh time in the web UI
  * Fix issue in WebUI with empty docker stats
  * Glances fails without network interface bug fixed
  * Disable option in the configuration file is now take into account
  * Sensors plugin is disable by default (high CPU consumption on some Linux distribution).
- added upstream patch fix-unittest.patch to fix tests

OBS-URL: https://build.opensuse.org/request/show/764194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=12
2020-01-14 09:05:07 +00:00
cc8ec794c4 - python-future is actually required even for py3k version.
https://www.reddit.com/r/openSUSE/comments/de7trv/glances_fails_to_run_with_error/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=10
2019-10-06 19:28:22 +00:00
Tomáš Chvátal
10b1311423 - Update to 3.1.2:
* Make CSV export append instead of replace #1525
  * HDDTEMP config IP and Port #1508
  * Option in config to change character used to display percentage in Quicklook #1508
  * Cannot restart glances with --export influxdb after update to 3.1.1 bug #1530
  * ip plugin empty interface bug #1509
  * Glances Snap doesn't run on Orange Pi Zero running Ubuntu Core 16 bug #1517
  * Error with IP Plugin : object has no attribute bug #1528
  * repair the problem that when running 'glances --stdout-csv amps' #1520
  * Possible typo in glances_influxdb.py #1514

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=8
2019-09-24 09:16:12 +00:00
Tomáš Chvátal
fde8eab10e Accepting request 718264 from home:mcalabkova:branches:devel:languages:python
- update to version 3.1.1
  Enhancements and new features:
  * Add authprovider for cassandra export (thanks to @EmilienMottet) #1395
  * Curses's browser server list sorting added (thanks to @limfreee) #1396
  * Performance issue with large folder #1491
  * Can't connect to influxdb with https enabled #1497
  Bugs corrected:
  * Fix Cassandra table name export #1402
  * 500 Internal Server Error /api/3/network/interface_name #1401
  * l keypress (hide alert log) not working after some time #1449
  * IP plugin displays incorrect subnet mask #1417
  Others:
  * Allow comma separated commands in AMP
  * See upstream changelog for more info
- Added patch skip-online-tests.patch
  * self-explaining

OBS-URL: https://build.opensuse.org/request/show/718264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=7
2019-07-24 13:37:44 +00:00
Tomáš Chvátal
c7d20278f9 Accepting request 706926 from home:jengelh:branches:devel:languages:python
- Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/706926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=5
2019-06-03 08:00:04 +00:00
Dominique Leuenberger
697307a46f Accepting request 704726 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Glances?expand=0&rev=1
2019-05-24 09:29:48 +00:00
Tomáš Chvátal
3555374038 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=3 2019-05-22 12:44:06 +00:00
Tomáš Chvátal
9494f991d2 - Add provides/obsoletes on python-glances as by pypi it should've
been capitalized

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=2
2019-05-22 12:43:00 +00:00
Tomáš Chvátal
ae8bc4ee49 Accepting request 703016 from home:eapodaca:branches:devel:languages:python
new package

OBS-URL: https://build.opensuse.org/request/show/703016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=1
2019-05-14 22:24:16 +00:00