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
...
*
[sos] Don't double log error level messages
Jake Hunsaker
2020-04-28
1
-1
/
+3
*
[maas] Add snap support to maas plugin
Adam Collard
2020-04-28
1
-14
/
+51
*
[collect] When collect is unavailable, don't fail on unknown options
Jake Hunsaker
2020-04-23
2
-1
/
+9
*
[collect] Catch keyboard interrupt in disclaimer prompt
Jake Hunsaker
2020-04-22
1
-2
/
+5
*
[cluster] Improve logging formating for errors
Jake Hunsaker
2020-04-22
1
-4
/
+3
*
[sosnode] Fix checking sos version from container image
Jake Hunsaker
2020-04-22
3
-9
/
+23
*
[satellite] Simplify node enumeration
Jake Hunsaker
2020-04-22
1
-5
/
+6
*
[sosnode] Do not load local sos information when using --no-local
Jake Hunsaker
2020-04-22
1
-2
/
+10
*
[collect] Do not display local host if --no-local is used
Jake Hunsaker
2020-04-22
1
-2
/
+3
*
[collector] Passthru --threads, replace with --jobs for collect
Jake Hunsaker
2020-04-22
3
-9
/
+27
*
[collector] Ensure parsed plugin options are always a list
Jake Hunsaker
2020-04-22
2
-4
/
+7
*
[collector] Always cleanup on graceful exit
Jake Hunsaker
2020-04-22
1
-0
/
+1
*
[collector] Add options to parser in groups
Jake Hunsaker
2020-04-22
2
-119
/
+129
*
[sosnode] Explicitly import all exceptions
Jake Hunsaker
2020-04-22
1
-1
/
+9
*
[PEP257] Fix docstrings in exceptions.py
Jake Hunsaker
2020-04-22
1
-12
/
+12
*
[sosnode] Fix conflicts between password-per-node and sudo options
Jake Hunsaker
2020-04-22
2
-3
/
+6
*
[options] Rename insecure-sudo to nopasswd-sudo
Jake Hunsaker
2020-04-22
2
-8
/
+8
*
[sosnode|collector] Add support for newer report options
Jake Hunsaker
2020-04-22
2
-20
/
+63
*
[collector] Properly remove localhost if local sudo is needed but missing
Jake Hunsaker
2020-04-22
1
-2
/
+4
*
[collector] Don't collect only from localhost
Jake Hunsaker
2020-04-22
1
-0
/
+12
*
[collector] Use jbon cluster is none is determined but we have nodes
Jake Hunsaker
2020-04-22
1
-0
/
+6
*
[collector] Fix local collections requiring sudo
Jake Hunsaker
2020-04-22
2
-9
/
+49
*
[sos] Do not require collect to be available for base sos runs
Jake Hunsaker
2020-04-22
2
-3
/
+61
*
[travis] Update 18.04 native run to install pexpect
Jake Hunsaker
2020-04-22
1
-1
/
+1
*
[collector] Actually validate cluster option values
Jake Hunsaker
2020-04-22
1
-8
/
+9
*
[options] Move ClusterOption into sos.options
Jake Hunsaker
2020-04-22
3
-12
/
+14
*
[collector] Don't override _exit from SoSComponent
Jake Hunsaker
2020-04-22
1
-13
/
+13
*
[collect] Add sos-collector redirection command
Jake Hunsaker
2020-04-22
1
-0
/
+35
*
[build] Add pexpect dep and update setuptools
Jake Hunsaker
2020-04-22
3
-2
/
+8
*
[sosnode] Adjust logging mechanism and levels
Jake Hunsaker
2020-04-22
1
-21
/
+22
*
[docs] Add general sos manpage, rename sosreport.1, add symlinks
Jake Hunsaker
2020-04-22
4
-334
/
+418
*
[docs] Add manpage for sos collect
Jake Hunsaker
2020-04-22
1
-0
/
+312
*
[collector] Properly set desc attribute for parser
Jake Hunsaker
2020-04-22
1
-1
/
+8
*
[linters] PEP8, PEP257, flake8 fixes
Jake Hunsaker
2020-04-22
5
-140
/
+136
*
[Hosts|Policies|Collect] Merge SoSHost into Policy, drop SoSHost
Jake Hunsaker
2020-04-22
8
-264
/
+108
*
[collector|Policies] Load a Policy rather than SoSHost within SoSNode
Jake Hunsaker
2020-04-22
2
-14
/
+15
*
[PackageManager] Allow for remote execution of package commands
Jake Hunsaker
2020-04-22
7
-21
/
+50
*
[policies] Expose init and probe_runtime to all policies
Jake Hunsaker
2020-04-22
6
-22
/
+33
*
[Policy] Allow check() to inspect remote content
Jake Hunsaker
2020-04-22
8
-15
/
+68
*
[collect] Make batch actually completely non-interactive
Jake Hunsaker
2020-04-22
1
-3
/
+10
*
[collect] PEP8 fixups
Jake Hunsaker
2020-04-22
1
-21
/
+19
*
[component|collector] Fix collector --list-options
Jake Hunsaker
2020-04-22
2
-13
/
+27
*
[clusters|node] Fix setting node SSH key based on cluster
Jake Hunsaker
2020-04-22
3
-2
/
+18
*
[sosnode] Move modification of sos command into SoSNode()
Jake Hunsaker
2020-04-22
3
-27
/
+35
*
[collector] Adjust order of prompts and setup
Jake Hunsaker
2020-04-22
2
-34
/
+41
*
[archive|component] Move archive setup and cleanup into SoSComponent
Jake Hunsaker
2020-04-22
4
-93
/
+86
*
[collector] Align with SoSComponent.execute() calls
Jake Hunsaker
2020-04-22
2
-6
/
+12
*
[collector] Drop Configuration class and use SoSOptions
Jake Hunsaker
2020-04-22
5
-447
/
+267
*
[collector] Transition logging to logger setup by SoSComponent
Jake Hunsaker
2020-04-22
3
-49
/
+39
*
[collector] Add cluster and host loading into SoSCollector() directly
Jake Hunsaker
2020-04-22
1
-2
/
+99
[prev]
[next]