Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix_629680 | Use the correct path to the squidclient binary for Debian Upstream has been consulted as to their preferred solution to this problem, but has been unresponsive diff --git a/plugins/dstat_squid.py b/plugins/dstat_squid.py index c864cf5..c955b04 100644 |
Andrew Pollock <apollock@debian.org> | no | debian | ||
top_int_plugin_852927 | avoid crashing in top-int plugin The first intset can have less elements than the second one. Catch IndexError to avoid crashing if that is the case. diff --git a/plugins/dstat_top_int.py b/plugins/dstat_top_int.py index f0a9fb1..99d6f3d 100644 |
Emanuele Rocca <ema@debian.org> | no | debian | 2019-07-29 | |
all_plugins_exclude_ntp_857973 | exclude ntp from --all-plugins dstat has --all-plugins, a CLI option used by `make test` for testing purposes. Exclude the ntp plugin from the list as it performs network access. diff --git a/dstat b/dstat index 9359965..ef62a49 100755 |
Emanuele Rocca <ema@debian.org> | no | debian | 2019-07-29 | |
python3 | use python3 =================================================================== |
Emanuele Rocca <ema@debian.org> | no | debian | 2019-07-29 | |
collections_abc | import and use collections.abc Address the following warning: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working. diff --git a/dstat b/dstat index 9359965..6c6c7aa 100755 |
Emanuele Rocca <ema@debian.org> | no | 2019-07-29 | ||
name_error | fix NameErrors when passing delay gt 1 diff --git a/dstat b/dstat index 9359965..f250f06 100755 |
Emanuele Rocca <ema@debian.org> | no | 2019-07-29 | ||
docs_no_make_clean | Docs artifacts are included in upstream tarball. Do not run make docs clean. diff --git Makefile Makefile index c371f62..e1d5358 100644 |
Emanuele Rocca <ema@debian.org> | no | 2019-08-03 | ||
extract-print-plugin-name | print plugin name upon errors in o.extract | Emanuele Rocca <ema@debian.org> | no | 2019-08-03 | ||
make-test-no-plugins | no |