aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [collector] Initial import of sos-collector into sosJake Hunsaker2020-04-2214-1/+2868
* [tests] Fix unittestsJake Hunsaker2020-04-213-4/+4
* [insights] collect insights-client dumpPavel Moravec2020-04-211-0/+4
* [systemd] update trigger with better generic file checkHeather Lemon2020-04-211-4/+1
* [landscape] Substitute oidc conf in service fileEric Desrochers2020-04-211-0/+20
* [navicli] replace interactive prompt by plugin optionPavel Moravec2020-04-161-25/+5
* [freeipmi] Add freeipmi supportArif Ali2020-04-161-0/+33
* [pmem] Adds a new 'pmem' (Persistent Memory) plugin to collect dataSteve Scargall2020-04-161-0/+91
* [landscape] simplify and remove deprecated log dirEric Desrochers2020-04-141-11/+15
* [global] fix some flake8 issuesBryan Quigley2020-04-144-9/+6
* [global] Drop use of python six and other 2.X bitsBryan Quigley2020-04-0917-120/+40
* [global] Drop use of __future__Bryan Quigley2020-04-088-17/+0
* [build] Update setuptools for new package layout, remove python2 testsJake Hunsaker2020-04-083-12/+4
* [options] Remove extraneous importJake Hunsaker2020-04-081-1/+1
* [travis] Update test script for new binaryJake Hunsaker2020-04-081-9/+9
* [global] PEP8 fixesJake Hunsaker2020-04-084-11/+13
* [binary] Allow subcommand alias referencesJake Hunsaker2020-04-081-6/+17
* [reporting] Move reporting under sos/reportJake Hunsaker2020-04-083-2/+2
* [binary] Have legacy sosreport binary redirect to sosJake Hunsaker2020-04-083-6/+16
* [binary] Set python3 as the interpreterJake Hunsaker2020-04-081-1/+1
* [report] Add a description for help outputJake Hunsaker2020-04-081-8/+5
* [options] Ensure verbosity is an intJake Hunsaker2020-04-081-1/+1
* [report] Remove extra 'report' string from log messageJake Hunsaker2020-04-081-1/+1
* [report] Don't override self.sys_tmp in __init__()Jake Hunsaker2020-04-081-1/+0
* [options] Cast arg_names to list instead of dict_keysJake Hunsaker2020-04-081-1/+1
* [report] Update SoSReport() to use SoSComponent()Jake Hunsaker2020-04-083-328/+197
* [redhat] Fix SoSOptions importJake Hunsaker2020-04-081-1/+1
* [options] Drop explicit subclass of objectJake Hunsaker2020-04-081-1/+1
* [utilities] Move _sos back into sos/__init__.pyJake Hunsaker2020-04-083-13/+11