aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [Plugin] Add mechanism to remove certificates and keys from outputJake Hunsaker2016-06-291-0/+34
* [reporting] html_report skips plugins .. with nonASCIIPavel Moravec2016-06-291-10/+19
* [plugin] Add add_journal() to collect journald logsBryn M. Reeves2016-06-021-9/+79
* [docs]: Cleaned minor errors while generating docsSachin Patil2016-04-251-1/+1
* [policies] add SuSE policyBryn M. Reeves2016-02-051-0/+5
* [networking] brctl command is run when bridge kernel module is loaded onlyKeigo Noha2015-08-271-0/+7
* [Plugin] fix handling of symlinks in non-sysroot environmentsBryn M. Reeves2015-08-031-0/+2
* [plugin] pass stderr through _collect_cmd_outputPavel Moravec2015-07-131-1/+1
* [plugins] trim leading '../' from links when sysroot is setBryn M. Reeves2015-07-081-0/+3
* [plugins] do not strip SYSROOT when copying link targetsBryn M. Reeves2015-07-081-1/+2
* [plugins] automatically re-try chroot'ed commands in the hostBryn M. Reeves2015-07-081-1/+11
* [plugin] handle ELOOP in _copy_dir()Bryn M. Reeves2015-07-081-4/+12
* [plugin] enforce forbidden paths when --sysroot is setBryn M. Reeves2015-07-081-3/+7
* [plugin] add tmp_in_sysroot() methodBryn M. Reeves2015-07-081-0/+4
* [plugins] add chroot parameter to callout APIsBryn M. Reeves2015-07-081-21/+29
* [plugin] fix chrooted symlink handlingBryn M. Reeves2015-07-081-1/+1
* [plugins] implement --chroot for command calloutsBryn M. Reeves2015-07-081-2/+6
* [utilities] add chroot support to sos_get_command_output()Bryn M. Reeves2015-07-071-1/+1
* [plugins] prefix target paths with self.sysrootBryn M. Reeves2015-07-071-9/+41
* [global] Fix vim tags typo in all python source filesKamalesh Babulal2015-07-061-1/+1
* [plugin] fix recursive symlink handlingKamalesh Babulal2015-07-061-1/+7
* [plugin] shorten tagging class docstringsBryn M. Reeves2015-07-031-8/+6
* [policies] Add support for IBM PowerKVM/ZKVM platformKamalesh Babulal2015-07-031-0/+12
* [global] fix code style for pep8 warning W503Bryn M. Reeves2015-02-171-1/+1
* [sosreport,plugin] add --experimental and ExperimentalPlugin tagBryn M. Reeves2015-02-111-0/+5
* [plugins,utilities] Allow commands to discard stderrJohn Haxby2015-01-281-12/+21
* [global] make all utf-8 handling use errors='ignore'Bryn M. Reeves2014-12-091-2/+3
* [plugin] limit names to PC_NAME_MAXBryn M. Reeves2014-10-201-3/+4
* [Plugin] remove add_copy_specs()Bryn M. Reeves2014-09-301-14/+11
* [Plugin] remove add_cmd_outputs()Bryn M. Reeves2014-09-301-14/+11
* [utilities,plugin] check for return status 126Bryn M. Reeves2014-09-161-2/+4
* [plugins] do not truncate mangled command namesBryn M. Reeves2014-09-161-1/+1
* [sosreport] initial profiles supportBryn M. Reeves2014-09-161-0/+5
* [plugin] ensure Plugin has an 'archive' memberBryn M. Reeves2014-09-121-0/+1
* [plugin] remove unused itertools importBryn M. Reeves2014-09-121-2/+0
* [plugin] remove superfluous parens in Plugin.report()Bryn M. Reeves2014-09-121-2/+2
* [plugin] fix indentation in Plugin._collect_copy_specs()Bryn M. Reeves2014-09-121-2/+2
* [plugin] remove superfluous parens in Plugin.get_cmd_output_now()Bryn M. Reeves2014-09-121-1/+1
* [plugin] remove superfluous parens in Plugin.check_ext_prog()Bryn M. Reeves2014-09-121-1/+1
* [plugin] remove superfluous parens in Plugin._do_copy_path()Bryn M. Reeves2014-09-121-1/+1
* [plugin] fix whitespace in Plugin._copy_symlink()Bryn M. Reeves2014-09-121-5/+4
* [plugin] remove superfluous parens in is_installed()Bryn M. Reeves2014-09-121-1/+1
* [plugin] mark more interfaces privateBryn M. Reeves2014-09-121-28/+28
* [plugin] make Plugin logging methods privateBryn M. Reeves2014-08-091-45/+45
* [plugins] - pep8 fixesAdam Stokes2014-08-011-68/+83
* [plugin] implement global --log-size optionBryn M. Reeves2014-07-081-1/+1
* [plugin] implement global --all-logs optionBryn M. Reeves2014-07-081-1/+1
* [plugin] implement global --verify optionBryn M. Reeves2014-07-071-0/+5
* [plugin] remove debug code from Plugin.get_description()Bryn M. Reeves2014-07-071-3/+2
* [plugin] Use superclass __doc__ if not defined in derived classBryn M. Reeves2014-07-071-3/+6