- Get this repository:
-
git clone
https://git.qastaging.paddev.net/sosreport
Import details
This repository is an import of the Git repository at https://github.com/sosreport/sos.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
main | 2024-12-16 07:35:09 UTC |
[build] Bump version to 4.8.2
Author:
Pavel Moravec
[build] Bump version to 4.8.2 Signed-off-by: Pavel Moravec <pmoravec@ |
legacy-3.9 | 2024-03-02 16:05:05 UTC |
[foreman] scrub admin init password in installer logs
Author:
Barbora Vassova
[foreman] scrub admin init password in installer logs "--foreman- by enhancing the scrubbing of: --password= Relevant: #3475 Signed-off-by: Barbora Vassova <bvassova@ |
bmr-misc-fixes | 2020-05-22 11:57:18 UTC |
[policies/cos] eliminate 'id' local variable
Author:
Bryn M. Reeves
[policies/cos] eliminate 'id' local variable The string 'id' is a Python keyword: do not use it as a local Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-py2less-tests | 2020-02-17 17:05:43 UTC |
[tests] add license header to source files
Author:
Bryn M. Reeves
[tests] add license header to source files Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-container- |
2020-02-14 20:24:17 UTC |
[podman] Update plugin to utilize policy container runtime
Author:
Jake Hunsaker
[podman] Update plugin to utilize policy container runtime Updates the plugin to use the new `ContainerRuntime` abstraction Resolves: #1873 Signed-off-by: Jake Hunsaker <jhunsake@ |
bmr-ts-perf | 2020-02-14 18:16:35 UTC |
[policies] fix LinuxPolicy performance regression (test suite)
Author:
Bryn M. Reeves
[policies] fix LinuxPolicy performance regression (test suite) Commit 285873a introduces a regression in the performance of commit 285873a4f753822 [policies] Detect systemd use instead of hardcoding it All the patch does is to switch from testing self.init to This has more broad side effects than it might seem since PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND This causes the run time for the Python2 and 3 test suite 285873a~1 real 0m5.683s Allow direct users of LinuxPolicy to override the init Resolves: #1953 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-sysroot-fixes | 2019-11-04 10:48:01 UTC |
[Plugin] improve _copy_dir() variable naming
Author:
Bryn M. Reeves
[Plugin] improve _copy_dir() variable naming Directory entries found in _copy_dir() may be either files or Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-archive- |
2019-10-23 14:59:36 UTC |
[archive] remove obsolete TarFile wrapper
Author:
Bryn M. Reeves
[archive] remove obsolete TarFile wrapper The _TarFile wrapper in sos.archive is only needed for python 2.6 Closes: #1834 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-lgtm- |
2019-10-09 11:28:31 UTC |
[ovirt] fix regex formatting
Author:
Bryn M. Reeves
[ovirt] fix regex formatting LGTM warns about unmatchable caret and dollar symbols in ovirt's Resolves: #1823 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-kubernetes- |
2019-09-24 17:59:10 UTC |
[kubernetes] simplify UbuntuPlugin kube_cmd setting
Author:
Bryn M. Reeves
[kubernetes] simplify UbuntuPlugin kube_cmd setting Since the snap path for kubctl is always valid on Ubuntu don't Related: #1795 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-release-script | 2019-04-01 12:30:23 UTC |
[sos] add simple release script
Author:
Bryn M. Reeves
[sos] add simple release script Add a simple release script: - Update version strings in sos/__init__.py and sos.spec Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-vdsm | 2019-03-27 17:57:21 UTC |
[vdsm] drop explicit size limiting
Author:
Bryn M. Reeves
[vdsm] drop explicit size limiting Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-predicates | 2019-03-22 18:31:09 UTC |
[Plugin] always use current predicate in log messages
Author:
Bryn M. Reeves
[Plugin] always use current predicate in log messages The 'pred' local in collection methods is unused when a default Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-direct- |
2019-02-27 11:58:50 UTC |
[Plugin] have add_journal() request direct command output
Author:
Bryn M. Reeves
[Plugin] have add_journal() request direct command output Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
sos-pmoravec- |
2018-12-12 10:36:09 UTC |
[composer] avoid running 'blueprints list' twice
Author:
Bryn M. Reeves
[composer] avoid running 'blueprints list' twice Use get_cmd_ Related: #1447 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-get- |
2018-12-12 10:17:40 UTC |
[Plugin] fix get_option() on Python3 runtimes
Author:
Bryn M. Reeves
[Plugin] fix get_option() on Python3 runtimes The get_option() method uses an internal helper function, _check(), The function assumes that if an __iter__ attribute is present that Fix the test by instead testing for the presence of the 'encode' Resolves: #1498. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-make- |
2018-09-12 15:14:44 UTC |
[archive] canonicalise paths for link follow up
Author:
Bryn M. Reeves
[archive] canonicalise paths for link follow up Ensure that the canonical path is used when processing link follow Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-make- |
2018-09-12 15:14:44 UTC |
[DEBUG] omg-debug-me-harder
Author:
Bryn M. Reeves
[DEBUG] omg-debug-me-harder |
bmr-openstack- |
2018-09-04 14:27:48 UTC |
[openstack_*] restore package verification for OpenStack plugins
Author:
Bryn M. Reeves
[openstack_*] restore package verification for OpenStack plugins Now that the containerised trigger changes have been implemented, Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-fix- |
2018-09-03 15:44:44 UTC |
[archive] replace FileCacheArchive._makedirs()
Author:
Bryn M. Reeves
[archive] replace FileCacheArchiv The Python os.makedirs() implementation is inadequate for sos's Replace the use of os.makedirs() with a method that walks over This fixes a situation where two plugins can race in the archive, - /foo/bar exists and is a link to /foo/bar.qux If the 2nd plugin happens to run first it will create the path Correct this by ensuring that whichever plugin executes first, the Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-logs-parseconf | 2018-07-20 20:55:13 UTC |
[logs] parse configuration from implicit /etc/rsyslog.d include
Author:
Bryn M. Reeves
[logs] parse configuration from implicit /etc/rsyslog.d include The /etc/rsyslog.d $IncludeConfig is included implicitly in many Resolves: #1384 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-unpackaged | 2018-06-22 15:33:37 UTC |
[unpackaged] add plugin
Author:
Pierguido Lambri
[unpackaged] add plugin This plugin will collect a list of all binary files that are For now this works only for the distributions that use the Resolves: #1066 Signed-off-by: Pierguido Lambri <plambri@ |
bmr-products | 2018-06-20 16:26:44 UTC |
[policies/redhat] update Red Hat product presets
Author:
Bryn M. Reeves
[policies/redhat] update Red Hat product presets Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-reentrant- |
2018-06-18 11:05:29 UTC |
[archive] make FileCacheArchive methods re-entrant
Author:
Bryn M. Reeves
[archive] make FileCacheArchive methods re-entrant Since plugins are now run concurrently the Archive class must be Address this by implementing a simple monitor-style locking scheme Additionally, the `_check_path()` Archive method (which checks Benchmarking shows a consistent small improvement with the patch: Resolves: #1340 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-auto-sizelimit | 2018-05-29 13:26:29 UTC |
[plugins] automatically set copy spec sizelimit from --log-size
Author:
Bryn M. Reeves
[plugins] automatically set copy spec sizelimit from --log-size Related: #1325 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
sos-3.5.1 | 2018-05-29 11:52:20 UTC |
[dist] bump release (3.5.1)
Author:
Bryn M. Reeves
[dist] bump release (3.5.1) Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
jcastillo- |
2018-04-04 15:27:45 UTC |
[rabbitmq] Mask default password in rabbitmq.conf
Author:
Jose Castillo
[rabbitmq] Mask default password in rabbitmq.conf Use do_file_sub() to mask the default password in Fixes: #840 Signed-off-by: Jose Castillo <jcastillo@ |
bmr-per- |
2017-11-01 14:32:30 UTC |
[system] add zlib to verify_packages list
Author:
Bryn M. Reeves
[system] add zlib to verify_packages list Fixes: #1079 Suggested-by: Pavel Moravec <pmoravec@ Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-jars- |
2017-03-29 11:33:14 UTC |
[jars] fix maven_id dictionary encoding
Author:
Bryn M. Reeves
[jars] fix maven_id dictionary encoding The dictionary must contain string types, not byte arrays. Causes an exception when packing strings with Python3: [sos. Resolves: #984. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-sos- |
2017-03-27 12:28:45 UTC |
[sosreport] use archive.add_file(FileObj) for HTML and text report
Author:
Bryn M. Reeves
[sosreport] use archive. Pass the file object in which HTML and text reports have been |
bmr-atomichost- |
2016-07-13 14:13:35 UTC |
[atomichost] improve 'atomic info' collection loop
Author:
Bryn M. Reeves
[atomichost] improve 'atomic info' collection loop Remove redundant code from the loop that drives 'atomic info' Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-networking- |
2016-07-08 17:59:21 UTC |
[networking] single quote innermost strings in nmcli commands
Author:
Bryn M. Reeves
[networking] single quote innermost strings in nmcli commands Network Manager names may contain embedded quotes (" and '). These will Reverse the normal sos quoting convention here and place double quotes RHBZ# 1353992 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
sbradley-log_limits | 2016-06-07 17:10:59 UTC |
[sosreport] Print measurement used for log_size option
Author:
Shane Bradley
[sosreport] Print measurement used for log_size option The measurement being used for log_size option was not Signed-off-by: Shane Bradley <sbradley@ |
bmr-add- |
2016-06-02 15:11:40 UTC |
[targetcli] convert to add_journal interface
Author:
Bryn M. Reeves
[targetcli] convert to add_journal interface Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-suse- |
2016-05-05 10:47:22 UTC |
[suse] fix constructor sysroot argument
Author:
Bryn M. Reeves
[suse] fix constructor sysroot argument The Policy class hierarchy requires a 'sysroot' kwarg for class The SuSE policy is currently missing this argument, leading to an Traceback (most recent call last): Fixes #809. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
bmr-suse-policy | 2015-03-03 15:48:06 UTC |
[policies] add SuSE policy
Author:
Bryn M. Reeves
[policies] add SuSE policy Add a basic policy for SuSE distributions. Currently does not make Fixes #523. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
rhel-6 | 2014-09-09 17:33:51 UTC |
[plugintools] preserve permissions on directories containing links
Author:
Bryn M. Reeves
[plugintools] preserve permissions on directories containing links |
rhel-7 | 2014-03-20 19:03:13 UTC |
Call rhsm-debug with the --sos switch
Author:
Bryn M. Reeves
Call rhsm-debug with the --sos switch Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |
html-report-gen | 2013-12-09 16:03:29 UTC |
Merge branch 'master' into html-report-gen
Author:
Adam Stokes
Merge branch 'master' into html-report-gen |
rhel-6-openstack | 2013-10-25 13:12:04 UTC |
Merge pull request #207 from apevec/rhel-6-openstack
Author:
Bryn M. Reeves
Merge pull request #207 from apevec/ fixups for rhel-6-openstack backports |
1 → 40 of 40 results | First • Previous • Next • Last |
Other repositories
Name | Last Modified |
---|---|
lp:sosreport | 2024-12-17 |
lp:~dnegreira/sosreport | 2024-07-02 |
lp:~arif-ali/sosreport | 2024-07-02 |
1 → 3 of 3 results | First • Previous • Next • Last |