aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Log an error and exit with non-zero status if archive setup failsBryn M. Reeves2014-04-161-2/+3
* Remove useless else on loop statement in TarFileArchiveBryn M. Reeves2014-04-161-2/+1
* Fix command parameter aliasing and exception handlingBryn M. Reeves2014-04-161-11/+12
* Use uft-8 encoding for archive IOBryn M. Reeves2014-04-161-2/+3
* Fix style and formatting in Plugin classBryn M. Reeves2014-04-151-50/+36
* Format the add_copy_specs method in juju pluginAdam Stokes2014-04-151-2/+4
* Remove deb tasks in MakefileAdam Stokes2014-04-151-4/+0
* Foward maas patch code to latest trunk and update authorsAdam Stokes2014-04-152-0/+30
|\
| * [plugins/maas] added `maas commissioning list` output to the command output listJorge Niedbalski R2014-04-151-0/+29
* | Add OPAL log to collected file listJoel Stanley2014-04-151-1/+2
* | Dont double import logging moduleAdam Stokes2014-04-141-1/+0
* | Fix debugfs_path usage in kvm pluginBryn M. Reeves2014-04-141-2/+2
* | Fix dmraid metadata collection and make it optionalBryn M. Reeves2014-04-141-1/+8
* | Document dmraid optionsBryn M. Reeves2014-04-141-0/+7
* | Remove shell pipeline from OpenStack Nova pluginBryn M. Reeves2014-04-141-1/+1
* | Remove shell redirects from OpenStack Nova pluginBryn M. Reeves2014-04-141-8/+8
* | Add default Plugin.setup() methodBryn M. Reeves2014-04-143-8/+4
|/
* Really fix file and command collection regressionsBryn M. Reeves2014-04-105-8/+8
* Fix file and command collection regressionsBryn M. Reeves2014-04-091-1/+1
* Combine debian and ubuntu basic log gathering classesAdam Stokes2014-04-091-11/+2
* Replace os.system() in gluster plugin with self.check_ext_prog()Bryn M. Reeves2014-04-081-8/+9
* Allow failures for python 3.4 on travis-ciAdam Stokes2014-04-071-0/+3
* Bring python 3.4 into the testing matrixAdam Stokes2014-04-071-0/+1
* Merge pull request #265 from karibou/fix_interfaces.dBryn M. Reeves2014-04-071-0/+1
|\
| * Add collection of /etc/network/interfaces.d for UbuntuLouis Bouchard2014-04-071-0/+1
|/
* Add add_cmd_outputs() and convert plugins to use itBryn M. Reeves2014-04-0685-696/+950
* Handle ENOENT in sos_get_command_output()Bryn M. Reeves2014-04-061-1/+8
* Call Popen with shell=FalseBryn M. Reeves2014-04-061-1/+3
* Make rpm plugin call sh -c'...'Bryn M. Reeves2014-04-061-6/+6
* Make OpenShift plugin use the runat parameterBryn M. Reeves2014-04-061-1/+2
* Add 'runat' parameter to command output interfacesBryn M. Reeves2014-04-062-14/+36
* Remove pipe use from autofs pluginBryn M. Reeves2014-04-061-3/+0
* Remove pipe use from soundcard pluginBryn M. Reeves2014-04-061-3/+0
* Remove dmesg|grep use from memory pluginBryn M. Reeves2014-04-061-3/+0
* Restore generic UI preamble textBryn M. Reeves2014-04-062-11/+27
* Logging improvementsBryn M. Reeves2014-04-068-44/+93
* Handle copystat() exceptions in FileCacheArchive.add_string()Bryn M. Reeves2014-04-061-0/+3
* Make add_file() exception logging consistentBryn M. Reeves2014-04-061-3/+3
* Break up exception handling in FileCacheArchive.add_file()Bryn M. Reeves2014-04-061-2/+9
* Fix typo in PowerPC pluginBryn M. Reeves2014-04-061-2/+2
* Update references to github URLBryn M. Reeves2014-04-065-6/+6
* Convert PowerPC plugin to use add_copy_specs()Bryn M. Reeves2014-04-041-14/+20
* Replace kvm os.popen use with Plugin.call_ext_prog()Bryn M. Reeves2014-04-041-7/+14
* Syntax error.. I blame emacs.Adam Stokes2014-04-041-1/+1
* Properly state unicode literal in Python 3.2Adam Stokes2014-04-041-1/+1
* Pass byte strings to six.binary_typeBryn M. Reeves2014-04-041-1/+1
* add python 3.2 for Ubuntu Precise releaseAdam Stokes2014-04-041-0/+1
* Use six.binary_type to produce a .decode()able stringBryn M. Reeves2014-04-041-1/+1
* Use input method from python sixAdam Stokes2014-04-043-6/+10
* Fix tuna collection in kernelrtBryn M. Reeves2014-04-041-2/+3