| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
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>
|
|
|
|
|
|
|
|
| |
!! NOT FOR RHEL6 CONSUMPTION
- ls is always /bin/ls, as with almost every command moving to absolute path
- '-n' avoids many getpwuid()s, which are sensible to nss failures
for example nss_ldap could be very slow and run prior to nss_files
|
|
|
|
| |
!! Not for RHEL6 GA consumption.
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1092 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
| |
there is another interesting "-t" option but it seems a difficult animal right now
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1091 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1090 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
|
| |
Covers RHBZ#676522.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1089 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1088 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1087 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1086 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
| |
Transmitted-via: Transifex (translate.fedoraproject.org)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1085 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1084 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1083 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1082 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
|
| |
Covers RHBZ#572353.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1081 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
|
|
| |
- Removing unused imports
- Finished moving to "from glob import glob"
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1080 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
|
| |
Requested through RHBZ#674354, RHBZ#675559
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1079 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1078 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1077 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1076 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
|
| |
... and a cheaper alternative for yumdebug, unfortunately impossible in RHEL5
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1075 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1074 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
| |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1073 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
| |
startup.py)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1072 ef72aa8b-4018-0410-8976-d6e080ef94d8
|
|
|
|
|
|
| |
directly
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1071 ef72aa8b-4018-0410-8976-d6e080ef94d8
|