aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Drop cwd/umask shenanigans from TarFileArchive::finalize()Bryn M. Reeves2014-04-291-4/+0
* Fix exception in Policy::get_pkg_list()Bryn M. Reeves2014-04-291-0/+2
* Fix logging exception in Plugin.collect_strings()Bryn M. Reeves2014-04-241-1/+1
* Fix libvirt password regexBryn M. Reeves2014-04-241-1/+1
* Add rabbitmq-server plugin to collect config and logsLouis Bouchard2014-04-241-0/+33
* Add upstart log collectionLouis Bouchard2014-04-231-0/+6
* Fix pep8 complaintsLouis Bouchard2014-04-231-0/+1
* Add squid3 log collectionLouis Bouchard2014-04-231-0/+2
* Add collection for squid-deb-proxy if presentLouis Bouchard2014-04-231-1/+3
* Fix pep8 complaintsLouis Bouchard2014-04-231-2/+5
* Handle compressed sar binary data files betterPeter Portante2014-04-191-14/+28
* Add parameter to add_copy_spec_limit() to control tail behaviorBryn M. Reeves2014-04-191-3/+3
* Use os.path.join instead of hardcoded formattingPeter Portante2014-04-171-5/+5
* Handle KeyboardInterrupt during policy loadBryn M. Reeves2014-04-161-1/+4
* Handle IOError exceptions in SoSReportBryn M. Reeves2014-04-161-16/+18
* Handle fatal file system errors in SoSReport.final_work()Bryn M. Reeves2014-04-161-0/+7
* Handle fatal file system errors in SoSReport.postproc()Bryn M. Reeves2014-04-161-0/+7
* Handle fatal file system errors in SoSReport.*report()Bryn M. Reeves2014-04-161-8/+32
* Handle fatal file system errors in SoSReport.collect()Bryn M. Reeves2014-04-161-0/+7
* Don't handle exceptions in do_copy_path()Bryn M. Reeves2014-04-161-15/+8
* Handle fatal file system errors in SoSReport.setup()Bryn M. Reeves2014-04-161-1/+10
* Check for file system errors when setting up archiveBryn M. Reeves2014-04-161-2/+10
* 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