aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [sos] Don't double log error level messagesJake Hunsaker2020-04-281-1/+3
* [maas] Add snap support to maas pluginAdam Collard2020-04-281-14/+51
* [collect] When collect is unavailable, don't fail on unknown optionsJake Hunsaker2020-04-232-1/+9
* [collect] Catch keyboard interrupt in disclaimer promptJake Hunsaker2020-04-221-2/+5
* [cluster] Improve logging formating for errorsJake Hunsaker2020-04-221-4/+3
* [sosnode] Fix checking sos version from container imageJake Hunsaker2020-04-223-9/+23
* [satellite] Simplify node enumerationJake Hunsaker2020-04-221-5/+6
* [sosnode] Do not load local sos information when using --no-localJake Hunsaker2020-04-221-2/+10
* [collect] Do not display local host if --no-local is usedJake Hunsaker2020-04-221-2/+3
* [collector] Passthru --threads, replace with --jobs for collectJake Hunsaker2020-04-223-9/+27
* [collector] Ensure parsed plugin options are always a listJake Hunsaker2020-04-222-4/+7
* [collector] Always cleanup on graceful exitJake Hunsaker2020-04-221-0/+1
* [collector] Add options to parser in groupsJake Hunsaker2020-04-222-119/+129
* [sosnode] Explicitly import all exceptionsJake Hunsaker2020-04-221-1/+9
* [PEP257] Fix docstrings in exceptions.pyJake Hunsaker2020-04-221-12/+12
* [sosnode] Fix conflicts between password-per-node and sudo optionsJake Hunsaker2020-04-222-3/+6
* [options] Rename insecure-sudo to nopasswd-sudoJake Hunsaker2020-04-222-8/+8
* [sosnode|collector] Add support for newer report optionsJake Hunsaker2020-04-222-20/+63
* [collector] Properly remove localhost if local sudo is needed but missingJake Hunsaker2020-04-221-2/+4
* [collector] Don't collect only from localhostJake Hunsaker2020-04-221-0/+12
* [collector] Use jbon cluster is none is determined but we have nodesJake Hunsaker2020-04-221-0/+6
* [collector] Fix local collections requiring sudoJake Hunsaker2020-04-222-9/+49
* [sos] Do not require collect to be available for base sos runsJake Hunsaker2020-04-222-3/+61
* [travis] Update 18.04 native run to install pexpectJake Hunsaker2020-04-221-1/+1
* [collector] Actually validate cluster option valuesJake Hunsaker2020-04-221-8/+9
* [options] Move ClusterOption into sos.optionsJake Hunsaker2020-04-223-12/+14
* [collector] Don't override _exit from SoSComponentJake Hunsaker2020-04-221-13/+13
* [collect] Add sos-collector redirection commandJake Hunsaker2020-04-221-0/+35
* [build] Add pexpect dep and update setuptoolsJake Hunsaker2020-04-223-2/+8
* [sosnode] Adjust logging mechanism and levelsJake Hunsaker2020-04-221-21/+22
* [docs] Add general sos manpage, rename sosreport.1, add symlinksJake Hunsaker2020-04-224-334/+418
* [docs] Add manpage for sos collectJake Hunsaker2020-04-221-0/+312
* [collector] Properly set desc attribute for parserJake Hunsaker2020-04-221-1/+8
* [linters] PEP8, PEP257, flake8 fixesJake Hunsaker2020-04-225-140/+136
* [Hosts|Policies|Collect] Merge SoSHost into Policy, drop SoSHostJake Hunsaker2020-04-228-264/+108
* [collector|Policies] Load a Policy rather than SoSHost within SoSNodeJake Hunsaker2020-04-222-14/+15
* [PackageManager] Allow for remote execution of package commandsJake Hunsaker2020-04-227-21/+50
* [policies] Expose init and probe_runtime to all policiesJake Hunsaker2020-04-226-22/+33
* [Policy] Allow check() to inspect remote contentJake Hunsaker2020-04-228-15/+68
* [collect] Make batch actually completely non-interactiveJake Hunsaker2020-04-221-3/+10
* [collect] PEP8 fixupsJake Hunsaker2020-04-221-21/+19
* [component|collector] Fix collector --list-optionsJake Hunsaker2020-04-222-13/+27
* [clusters|node] Fix setting node SSH key based on clusterJake Hunsaker2020-04-223-2/+18
* [sosnode] Move modification of sos command into SoSNode()Jake Hunsaker2020-04-223-27/+35
* [collector] Adjust order of prompts and setupJake Hunsaker2020-04-222-34/+41
* [archive|component] Move archive setup and cleanup into SoSComponentJake Hunsaker2020-04-224-93/+86
* [collector] Align with SoSComponent.execute() callsJake Hunsaker2020-04-222-6/+12
* [collector] Drop Configuration class and use SoSOptionsJake Hunsaker2020-04-225-447/+267
* [collector] Transition logging to logger setup by SoSComponentJake Hunsaker2020-04-223-49/+39
* [collector] Add cluster and host loading into SoSCollector() directlyJake Hunsaker2020-04-221-2/+99