| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
This patch fixes several little logic bugs as well as addresses issue 27
|
|/ |
|
| |
|
|\
| |
| | |
refactoring common linux-related policy features into a common superclas...
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
simplifying specification of valid plugin subclasses
|
|\ \
| |/
|/| |
adding realtime kernel plugin
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
at top.
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously, when doing sosreport -l all valid and non valid
plugins were being listed. In the case where there are multiple
distributions involved this list can get quite long. In an
effort to limit what the user sees based on distribution we
only list all plugins if our verbosity option is set.
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
|\| | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
block
This is to make sure that both build options will still
provide a new __init__.py with proper version.
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
So far add support for querying dpkg database and capturing
Package-Version-Architecture
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There was no previous Makefile for including any additional
policy files. Also updated upstream directory in toplevel
Makefile and altered the @SOSVERSION@ string replacing to
work properly instead of zeroing out the init file
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds support for Debian and Ubuntu based
distributions.
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
|
|/ / |
|
|\ \
| | |
| | | |
Several bug fixes for AS7 plugin and base functionality
|
| | | |
|
| | |
| | |
| | |
| | | |
surrounding AS7 http auth
|
|\| |
| | |
| | | |
getOption now handles multiply named keys properly
|
|/ / |
|
|\ \
| | |
| | | |
I18n java
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ResourceBundle was unable to find the translation text
resources. This change creates a new classloader loaded with
the jarfile that contains the translations and passes it in
directly to ResourceBundle.getBundle.
Additionally the eap6 plugin has been renamed to as7.
|
|\ \ \
| | |/
| |/| |
Rename eap6 to as7 and add deployed archive listing to as7 plugin
|
| |/
| |
| |
| | |
adding deployed archive listing to as7 plugin
|
| | |
|
|\| |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Major updates to most of SoSReport
Code reorganization
Cross platform support for Windows, OS X and Linux
Dynamically loaded policies
Support for loading plugins from multiple locations
via path modification of sos.plugins
Support for running via Jython
Support for executing from a jarfile
Support for json based reporting infrastructure
- Previous reporting methods still exist
Support for other checksum algorithms (determined by policy)
Support for other compression algorithms (determined by policy)
New plugin API for writing arbitrary information in a new file inside
the report archive.
New plugin API for modifying files that have been added to the
archive.
Added API for global plugin options
- external interface is unavailable at this time
Many small bugfixes
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code reorganization
Cross platform support for Windows, OS X and Linux
Dynamically loaded policies
Support for loading plugins from multiple locations
via __path__ modification of sos.plugins
Support for running via Jython
Support for executing from a jarfile
Support for json based reporting infrastructure
- Previous reporting methods still exist
Support for other checksum algorithms (determined by policy)
Support for other compression algorithms (determined by policy)
New plugin API for writing arbitrary information in a new file inside
the report archive.
New plugin API for modifying files that have been added to the
archive.
Added API for global plugin options
- external interface is unavailable at this time
Many small bugfixes
|
|\
| |
| | |
Fixed path to logrotate.status, /var/lib/logrotate.status instead of /var/lig/logrotate.status
|
|/ |
|
|
|
|
| |
- Added checkEnabled
|
|
|
|
| |
- Added checkEnabled
|
| |
|
|
|
|
|
|
|
| |
There is still room for improvement but at least it's not completely
wrong and misleading anymore.
Acked-by: "Bryn M. Reeves" <bmr@redhat.com>
|