index
:
sos
bmr-suse-policy
main
suse
A unified tool for collecting system logs and other debug information
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix file and command collection regressions
Bryn M. Reeves
2014-04-09
1
-1
/
+1
*
Combine debian and ubuntu basic log gathering classes
Adam Stokes
2014-04-09
1
-11
/
+2
*
Replace os.system() in gluster plugin with self.check_ext_prog()
Bryn M. Reeves
2014-04-08
1
-8
/
+9
*
Allow failures for python 3.4 on travis-ci
Adam Stokes
2014-04-07
1
-0
/
+3
*
Bring python 3.4 into the testing matrix
Adam Stokes
2014-04-07
1
-0
/
+1
*
Merge pull request #265 from karibou/fix_interfaces.d
Bryn M. Reeves
2014-04-07
1
-0
/
+1
|
\
|
*
Add collection of /etc/network/interfaces.d for Ubuntu
Louis Bouchard
2014-04-07
1
-0
/
+1
|
/
*
Add add_cmd_outputs() and convert plugins to use it
Bryn M. Reeves
2014-04-06
85
-696
/
+950
*
Handle ENOENT in sos_get_command_output()
Bryn M. Reeves
2014-04-06
1
-1
/
+8
*
Call Popen with shell=False
Bryn M. Reeves
2014-04-06
1
-1
/
+3
*
Make rpm plugin call sh -c'...'
Bryn M. Reeves
2014-04-06
1
-6
/
+6
*
Make OpenShift plugin use the runat parameter
Bryn M. Reeves
2014-04-06
1
-1
/
+2
*
Add 'runat' parameter to command output interfaces
Bryn M. Reeves
2014-04-06
2
-14
/
+36
*
Remove pipe use from autofs plugin
Bryn M. Reeves
2014-04-06
1
-3
/
+0
*
Remove pipe use from soundcard plugin
Bryn M. Reeves
2014-04-06
1
-3
/
+0
*
Remove dmesg|grep use from memory plugin
Bryn M. Reeves
2014-04-06
1
-3
/
+0
*
Restore generic UI preamble text
Bryn M. Reeves
2014-04-06
2
-11
/
+27
*
Logging improvements
Bryn M. Reeves
2014-04-06
8
-44
/
+93
*
Handle copystat() exceptions in FileCacheArchive.add_string()
Bryn M. Reeves
2014-04-06
1
-0
/
+3
*
Make add_file() exception logging consistent
Bryn M. Reeves
2014-04-06
1
-3
/
+3
*
Break up exception handling in FileCacheArchive.add_file()
Bryn M. Reeves
2014-04-06
1
-2
/
+9
*
Fix typo in PowerPC plugin
Bryn M. Reeves
2014-04-06
1
-2
/
+2
*
Update references to github URL
Bryn M. Reeves
2014-04-06
5
-6
/
+6
*
Convert PowerPC plugin to use add_copy_specs()
Bryn M. Reeves
2014-04-04
1
-14
/
+20
*
Replace kvm os.popen use with Plugin.call_ext_prog()
Bryn M. Reeves
2014-04-04
1
-7
/
+14
*
Syntax error.. I blame emacs.
Adam Stokes
2014-04-04
1
-1
/
+1
*
Properly state unicode literal in Python 3.2
Adam Stokes
2014-04-04
1
-1
/
+1
*
Pass byte strings to six.binary_type
Bryn M. Reeves
2014-04-04
1
-1
/
+1
*
add python 3.2 for Ubuntu Precise release
Adam Stokes
2014-04-04
1
-0
/
+1
*
Use six.binary_type to produce a .decode()able string
Bryn M. Reeves
2014-04-04
1
-1
/
+1
*
Use input method from python six
Adam Stokes
2014-04-04
3
-6
/
+10
*
Fix tuna collection in kernelrt
Bryn M. Reeves
2014-04-04
1
-2
/
+3
*
Clean up sos_get_command_output() and friends
Bryn M. Reeves
2014-04-04
7
-47
/
+60
*
Clean up utilities.sos_get_command_output()
Bryn M. Reeves
2014-04-04
1
-14
/
+13
*
Make forbidden path test a separate function
Bryn M. Reeves
2014-04-03
1
-4
/
+7
*
Fix whitespace in Plugin class
Bryn M. Reeves
2014-04-03
1
-1
/
+1
*
Add Plugin.do_path_regex_sub()
Bryn M. Reeves
2014-04-03
1
-0
/
+12
*
Add mail notification to sos-devel in travis configuration
Bryn M. Reeves
2014-04-03
1
-1
/
+2
*
Update cgred configuration file path for RedHatCgroups
Bryn M. Reeves
2014-04-02
1
-1
/
+1
*
Refactor cgroups plugin
Bryn M. Reeves
2014-04-02
1
-14
/
+16
*
Add collection of /var/log/cloud-init.log and
Louis Bouchard
2014-04-02
1
-0
/
+1
*
Update travis-ci build status image
Adam Stokes
2014-04-01
1
-1
/
+1
*
Use := with gmake shell function for better optimization
Adam Stokes
2014-04-01
1
-5
/
+5
*
Collect network interfaces flags
Michele Baldessari
2014-03-31
2
-1
/
+3
*
Add collection of grub configuration for UEFI systems
Bryn M. Reeves
2014-03-28
2
-6
/
+7
*
Raise a TypeError if add_copy_specs() is called with a string
Bryn M. Reeves
2014-03-27
2
-0
/
+5
*
Add tests for Plugin.add_copy_spec()/add_copy_specs()
Bryn M. Reeves
2014-03-27
1
-2
/
+24
*
Update Plugin tests to treat copy_paths as a set
Bryn M. Reeves
2014-03-27
1
-1
/
+1
*
Use a set for Plugin.copy_paths
Bryn M. Reeves
2014-03-27
1
-8
/
+6
*
Remove references to 'sub' parameter from plugin tests
Bryn M. Reeves
2014-03-27
1
-7
/
+3
[next]