aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [component] Add Policy loading and move to new component.pyJake Hunsaker2020-04-082-144/+172
* [soscomponent] Add exit handling to SoSComponentJake Hunsaker2020-04-081-0/+17
* [options] Update option loading from config fileJake Hunsaker2020-04-082-38/+92
* [sos] Extract logging setup from reportJake Hunsaker2020-04-082-0/+89
* [options] Decouple SoSOptions from reportJake Hunsaker2020-04-083-91/+39
* [sos] Dynamically build argparser usage stringsJake Hunsaker2020-04-081-2/+23
* [policies] Fix imports after moving SoSOptionsJake Hunsaker2020-04-081-2/+2
* [sos] Fix bad imports/typosJake Hunsaker2020-04-081-5/+5
* [options] Split SoSOptions into a new moduleJake Hunsaker2020-04-082-321/+342
* [4.0] Create new binary and define new entrypoints for subcommandsJake Hunsaker2020-04-082-14/+116
* [utilities] Move gettext into utilitiesJake Hunsaker2020-04-071-0/+12
* [4.0] Remove __run__.pyJake Hunsaker2020-04-071-14/+0
* [report] Move sosreport.py into report/__init__.pyJake Hunsaker2020-04-073-1469/+1469
* [global] Fix report import pathsJake Hunsaker2020-04-07308-319/+323
* [4.0] Re-organize tree for sos-4.0Jake Hunsaker2020-04-07298-0/+0
* [Plugin] Remove add_udev_info methodJake Hunsaker2020-04-071-19/+0