aboutsummaryrefslogtreecommitdiffstats
path: root/plugins_overview.py
Commit message (Collapse)AuthorAgeFilesLines
* [report] add enabling packages per plugin to the overviewPavel Moravec2021-02-171-1/+5
| | | | | | | | Add list of packages enabling a plugin into plugins_overview.py . Closes: #2404 Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
* [report] add csv output format to plugins_overview.pyPavel Moravec2021-02-111-21/+63
| | | | | | | | | | | - add CSV output format to the script - add distros and profiles info - fix some formatting issues Resolves: #2405 Signed-off-by: Pavel Moravec <pmoravec@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
* [report] add a script to print plugins' overviewPavel Moravec2021-02-031-0/+73
Let's have a script that generates an overview of each plugin's activity. I.e. for each plugin, print list of items the plugin collects in add_copy_spec or add_cmd_output and other similar methods. Resolves: #2392 Signed-off-by: Pavel Moravec <pmoravec@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>