Historique | Voir | Annoter | Télécharger (14,5 ko)
Plugin snmp__juniper_spu: migrate to Python3
Plugin mongo_btree: migrate to Python3, format documentation
Plugin nova_services: migrate to Python3, format documentation
Plugin nova_instance_: migrate to Python3, format documentation
Plugin nova_floating_ips: migrate to Python3, format documentation
Plugin kvm_cpu: migrate to Python3, format documentation
Plugin keystone_stats: migrate to Python3, format documentation
Tests: add ruby style and code checks via rubocop
At the moment all plugins fail the test out of various reasons.Thus they are exempted from causing test failures.
But future (new) plugins will fail the test and thus indicate therelevant steps to fix issues before a plugin is included.
Plugins apache_tmemory and apache_servers: multiple changes
Plugin apache_memory: fix spelling and mark as clean
Plugin xfs_frag: fix shellcheck issues
Plugin read_serial_temperature: port to python3
[hostdenied] Reverse order of series so new entries are on top
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
[network/hostsdeny] Refactor to support any blocked service
The HostDenied field is renamed to ssh. To preserve existing data,
This refactor incidentally also fixes a bug where empty or commented-out...
Remove "upnpc_" from list of expected code style test failures
It was probably fixed around 81bf32a5.
Plugin w1_: add executable flag and tolerate shellcheck failure
Hopefully the issue will be resolved via #1011.
Plugin lighttpd_: fix code style issues reported by flake8
Plugin icecast2_all: fix code style issues reported by flake8
Plugin icecast2_: fix code style issues reported by flake8
Plugin ethermine_hashrate_: fix code style issues reported by flake8
Plugin btcguild_hashrate_: fix code style issues reported by flake8
Plugin snmp__airport: fix code style issues reported by flake8
Plugin snmp__synology: fix code style issues reported by flake8
Remove plugin solrmulticore
The plugin was introduced in 2011 and superseded by the solr4_ pluginintroduced in 2013.
Remove plugin solr
The plugin saw only one substantial commit (its initial addition to therepository). This very first version of the plugin was already broken(undefined variable "core1") and was never fixed.Thus it feels sane to assume, that the plugin was never used.
Plugin solr4_: fix code style issues reported by flake8
Plugin tor_: fix code style issues reported by flake8
tests: enable shellcheck for shell-based plugins and flake8 for python-based plugins
Many plugins are still failing these tests.These expected failures are listed in a file(t/test-exception-wrapper.expected-failures)A wrapper script is used for running the tests and comparing the result...