aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up utilities.sos_get_command_output()Bryn M. Reeves2014-04-041-14/+13
* Make forbidden path test a separate functionBryn M. Reeves2014-04-031-4/+7
* Fix whitespace in Plugin classBryn M. Reeves2014-04-031-1/+1
* Add Plugin.do_path_regex_sub()Bryn M. Reeves2014-04-031-0/+12
* Add mail notification to sos-devel in travis configurationBryn M. Reeves2014-04-031-1/+2
* Update cgred configuration file path for RedHatCgroupsBryn M. Reeves2014-04-021-1/+1
* Refactor cgroups pluginBryn M. Reeves2014-04-021-14/+16
* Add collection of /var/log/cloud-init.log andLouis Bouchard2014-04-021-0/+1
* Update travis-ci build status imageAdam Stokes2014-04-011-1/+1
* Use := with gmake shell function for better optimizationAdam Stokes2014-04-011-5/+5
* Collect network interfaces flagsMichele Baldessari2014-03-312-1/+3
* Add collection of grub configuration for UEFI systemsBryn M. Reeves2014-03-282-6/+7
* Raise a TypeError if add_copy_specs() is called with a stringBryn M. Reeves2014-03-272-0/+5
* Add tests for Plugin.add_copy_spec()/add_copy_specs()Bryn M. Reeves2014-03-271-2/+24
* Update Plugin tests to treat copy_paths as a setBryn M. Reeves2014-03-271-1/+1
* Use a set for Plugin.copy_pathsBryn M. Reeves2014-03-271-8/+6
* Remove references to 'sub' parameter from plugin testsBryn M. Reeves2014-03-271-7/+3
* Remove 'sub' parameter from Plugin.add_copy_spec*()Bryn M. Reeves2014-03-271-32/+17
* Drop RedHatPlugin from procenvBryn M. Reeves2014-03-271-2/+2
* Update plugin_tests.py to match new method namesBryn M. Reeves2014-03-271-5/+5
* Remove obsolete checksum reference from utilities_tests.pyBryn M. Reeves2014-03-271-1/+1
* Refactor Plugin.collect() pathwayBryn M. Reeves2014-03-271-23/+34
* Fix x86 arch detection in processor pluginBryn M. Reeves2014-03-271-1/+1
* Pythonify Plugin._path_in_pathlist()Bryn M. Reeves2014-03-271-4/+1
* Clean up package checks in processor pluginBryn M. Reeves2014-03-271-12/+6
* Replace self.policy().pkg_by_name() us in Logs pluginBryn M. Reeves2014-03-271-1/+1
* Convert infiniband to package listBryn M. Reeves2014-03-271-5/+1
* Dead code removal: PluginExceptionBryn M. Reeves2014-03-261-5/+0
* Dead code removal: sos.plugins.common_prefix()Bryn M. Reeves2014-03-261-13/+0
* Add vim tags to all python source filesBryn M. Reeves2014-03-26165-2/+330
* Dead code removal: utilities.checksum()Bryn M. Reeves2014-03-262-27/+0
* Dead code removal: DirTreeBryn M. Reeves2014-03-262-99/+1
* Dead code removal: sos_relative_path()Bryn M. Reeves2014-03-262-31/+1
* Remove --profile supportBryn M. Reeves2014-03-254-71/+3
* Fix plugin_test exception on six.PY2Bryn M. Reeves2014-03-251-2/+2
* Call rhsm-debug with the --sos switchBryn M. Reeves2014-03-201-1/+1
* Do not collect isos in cobbler pluginAdam Stokes2014-03-141-0/+1
* Match plugins against policiesBryn M. Reeves2014-03-133-26/+39
* Update policy_tests.py for validate_plugin changeBryn M. Reeves2014-03-131-4/+4
* Rename validatePlugin to validate_pluginBryn M. Reeves2014-03-122-2/+2
* Fix broken binary detection in satellite pluginBryn M. Reeves2014-03-121-3/+2
* Clean up get_cmd_path/make_cmd_path/make_cmd_dirs messBryn M. Reeves2014-03-128-36/+18
* Add tuned pluginPeter Portante2014-03-121-0/+30
* Update systemd supportBryn M. Reeves2014-03-121-2/+3
* Merge pull request #235 from leeyarwood/masterBryn M. Reeves2014-03-111-25/+0
|\
| * Remove the rhevm plugin.Lee Yarwood2014-03-041-25/+0
* | Fix remaining use of obsolete 'get_cmd_dir()' in pluginsBryn M. Reeves2014-03-112-2/+2
* | Add PowerNV specific debug dataVasant Hegde2014-03-111-1/+4
* | powerpc: Move VPD related tool under common codeVasant Hegde2014-03-111-3/+4
|/
* Replace package check with file check in anacronBryn M. Reeves2014-03-031-2/+4