{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2031428,"defaultBranch":"main","name":"sos","ownerLogin":"sosreport","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-07-11T16:58:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/908256?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1723912276.0","currentOid":""},"activityList":{"items":[{"before":"5177384d9f99ba01bb24a49984a25db5af676252","after":"a0035b68d288d968bd198e6a3d665359dde11496","ref":"refs/heads/main","pushedAt":"2024-09-19T14:32:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[Policy] Consolidate check() across policies\n\nThere is a common theme for new policies to subclass an existing one and\njust update the `check()` method. In almost all instances, the `check()`\nmethod remains almost entirely the same, simply changing a release file\nname or string.\n\nReduce repeating ourselves by consolidating this into the base\n`LinuxPolicy.check()`, and leverage per-policy class attributes\n`os_release_file`, `os_release_name`, and `os_release_id`. The first of\nwhich will enable a policy if the specified file is found. Failing that,\n`os_release_name` is used to check the `NAME` field in\n`/etc/os-release`, and `os_release_id` is used to check the `ID` field\nin the same file if the name pattern does not match (or is not set).\n\nNote that we do _not_ check the `ID_LIKE` field.\n\nThis allows a policy to be defined with as little as something like the\nfollowing:\n\n```\nclass MyPolicy(LinuxPolicy):\n vendor = 'Myself'\n os_release_file = '/etc/mylinux-release'\n os_release_name = 'MyLinux'\n os_release_id ='mynix'\n```\n\nResolves: #1934\n\nSigned-off-by: Jake Hunsaker ","shortMessageHtmlLink":"[Policy] Consolidate check() across policies"}},{"before":"a48c0eb615209c3dd4783c1d1dfc1cff776642ff","after":"5177384d9f99ba01bb24a49984a25db5af676252","ref":"refs/heads/main","pushedAt":"2024-09-15T17:21:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"arif-ali","name":"Arif Ali","path":"/arif-ali","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/628790?s=80&v=4"},"commit":{"message":"[block] Enhance LUKS capture in block plugin\n\nCapture a list of clevis bindings from LUKS encrypted\nblock devices.\n\nRelated: RHEL-57102\n\nSigned-off-by: David Wolstromer ","shortMessageHtmlLink":"[block] Enhance LUKS capture in block plugin"}},{"before":"7009f2243608e77f1d3fc2354015d8af830b6ebf","after":"a48c0eb615209c3dd4783c1d1dfc1cff776642ff","ref":"refs/heads/main","pushedAt":"2024-09-14T19:47:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[bootc] Add new plugin bootc\n\nAdd new plugin to support bootable\ncontainers tool bootc.\n\nRelated: RHEL PLMCORE-10590\n\nSigned-off-by: Jose Castillo ","shortMessageHtmlLink":"[bootc] Add new plugin bootc"}},{"before":"a9463439417c77d9bb6914f4c9ae9349dcada645","after":"7009f2243608e77f1d3fc2354015d8af830b6ebf","ref":"refs/heads/main","pushedAt":"2024-09-12T19:21:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[report] print plugname instead of plugin tuple\n\nReplace (count, plugname) by pure plugname in two debug logs - the int\nis misleading rather than helping.\n\nResolves: #3778\n\nSigned-off-by: Pavel Moravec ","shortMessageHtmlLink":"[report] print plugname instead of plugin tuple"}},{"before":"8fab338a9f12b1ee373bf8e2a57adc56c549004e","after":"a9463439417c77d9bb6914f4c9ae9349dcada645","ref":"refs/heads/main","pushedAt":"2024-09-11T16:07:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[leapp] improve plugin enablement and add more collected files\n\nThe `leapp-repository` package was renamed to `leapp-upgrade-elXtoY`\nin [1], and while we could list all possible combinations here,\nthe main `leapp` package should be enough to trigger this plugin\n\nWhile at it, also enable plugin when /var/lib/leapp exists, as\nafter an upgrade is performed, users often uninstall the leapp packages,\nbut it can still be beneficial for SOS to collect data about the fact\nthat this is a system that was upgraded (and data about the upgrade) and\n/var/lib/leapp shows exactly that.\n\nAlso include /etc/migration-results and /var/log/leapp/answerfile in\ncollected files.\n\n[1] https://github.com/oamg/leapp-repository/commit/924c398a003f8ada079f2819fa3305adda7dfcda\n\nSigned-off-by: Evgeni Golov ","shortMessageHtmlLink":"[leapp] improve plugin enablement and add more collected files"}},{"before":"cc8800849243e09445be8a9ba647e9c0aec7cb8f","after":"8fab338a9f12b1ee373bf8e2a57adc56c549004e","ref":"refs/heads/main","pushedAt":"2024-09-07T15:49:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[sudo] Capture sudo log files\n\nCapture sudo and sudoers debug log files.\n\nSigned-off-by: Jose Castillo ","shortMessageHtmlLink":"[sudo] Capture sudo log files"}},{"before":"498ce94a4802ec24c35f74032d29095d7a6a7656","after":"cc8800849243e09445be8a9ba647e9c0aec7cb8f","ref":"refs/heads/main","pushedAt":"2024-09-03T15:34:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[plugins] Apply --skip-files also to destination of symlinks\n\nResolves: #3767\n\nSigned-off-by: Pavel Moravec ","shortMessageHtmlLink":"[plugins] Apply --skip-files also to destination of symlinks"}},{"before":"d3a50e1ae5faa496eed33ca6bf0755c152f38a77","after":"498ce94a4802ec24c35f74032d29095d7a6a7656","ref":"refs/heads/main","pushedAt":"2024-09-03T02:45:52.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[networking] Add devlink commands from #1541\n\nThis commit brings forward PR #1541, updated for the current design of\nsos plugins, and ultimately adds several devlink commands for\ncollection.\n\nAdditionally included is some lingering fixups to f-strings.\n\nCloses: #1541\n\nCo-authored-by: Alexander Petrovskiy \nCo-authored-by: Jake Hunsaker \nSigned-off-by: Jake Hunsaker ","shortMessageHtmlLink":"[networking] Add devlink commands from #1541"}},{"before":"9b5983591ab2218cc5f90ea138f2287a5ba89644","after":"d3a50e1ae5faa496eed33ca6bf0755c152f38a77","ref":"refs/heads/main","pushedAt":"2024-09-02T19:05:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[kea] New plugin for kea dhcp/ddns server\n\nThis plugin captures config files and status of\nthe Kea DHCPv4/DHCPv6 and DDNS server by ISC.\n\nRelated: RHEL-40285\n\nSigned-off-by: Jose Castillo ","shortMessageHtmlLink":"[kea] New plugin for kea dhcp/ddns server"}},{"before":"9740050e7db5d4a31706fb8602110ce568037db6","after":"9b5983591ab2218cc5f90ea138f2287a5ba89644","ref":"refs/heads/main","pushedAt":"2024-09-02T19:03:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[specfile] drop python-rpm dependency\n\nrpm module is not being used by sos.\n\nSigned-off-by: Sandro Bonazzola ","shortMessageHtmlLink":"[specfile] drop python-rpm dependency"}},{"before":"3886534b707211c69e1f0ee8592ae9f9125227f2","after":"9740050e7db5d4a31706fb8602110ce568037db6","ref":"refs/heads/main","pushedAt":"2024-09-02T18:59:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[snap] specify GPL v2 only\n\nAccording to https://spdx.org/licenses/GPL-2.0.html\n\"GPL-2.0\" is deprecated and \"GPL-2.0-only\" must be used instead.\nSee: https://spdx.org/licenses/GPL-2.0-only.html\n\nSigned-off-by: Sandro Bonazzola ","shortMessageHtmlLink":"[snap] specify GPL v2 only"}},{"before":"3d58e948bb2a4484aab5c9457cca89a045b3cb80","after":"3886534b707211c69e1f0ee8592ae9f9125227f2","ref":"refs/heads/main","pushedAt":"2024-08-26T20:09:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[report] Revert changed formatting of plugin+presets lists\n\nDuring conversion to f-strings in #3606, some changes in UI output\nhappen. That makes some output less readable and could break some\nautomated tests anticipating given preset or plugin output strings.\n\nThis commit reverts back tto the original output, using f-strings.\n\nResolves: #3762\n\nSigned-off-by: Pavel Moravec ","shortMessageHtmlLink":"[report] Revert changed formatting of plugin+presets lists"}},{"before":"8b0d86f0502e6a8683a01d9c8ad7ce701b76dd9c","after":"3d58e948bb2a4484aab5c9457cca89a045b3cb80","ref":"refs/heads/main","pushedAt":"2024-08-26T12:08:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[processor] Add a timeout to turbostat collection\n\nThe `turbostat` command has been seen to hit the default 5-minute\ntimeout for reasons that are not immedately obvious. The behavior\npattern is that the `turbostat --debug sleep 10` command this plugin\ncaptures may not exit until some form of input is received, at which\npoint the command \"fails successfully\" with the following message:\n\n`turbostat: get_rapl_counters: failed to read perf_data (8 1): Success`\n\nPrevent this condition from holding up sos report execution by adding a\ntimeout to this collection.\n\nResolves: #3753\n\nSigned-off-by: Jake Hunsaker ","shortMessageHtmlLink":"[processor] Add a timeout to turbostat collection"}},{"before":"9aaf5cae20a029039e396380ec5afff0403241bd","after":"8b0d86f0502e6a8683a01d9c8ad7ce701b76dd9c","ref":"refs/heads/main","pushedAt":"2024-08-26T12:08:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[cleaner] Check if keyword exists in dataset before obfuscation\n\nCheck whether item keyword exists in dataset before obfuscation\nin sanitize_item(self, item) method. Resolves redundant increments\nwhen the same keyword is provided more than once, and the current\nobfuscation \"obfuscatedwordX\" is preserved.\n\nCloses: #3745\n\nSigned-off-by: swarajpande5 ","shortMessageHtmlLink":"[cleaner] Check if keyword exists in dataset before obfuscation"}},{"before":"86fc8194304e80bf49e391cf59547ae8fa18cbdf","after":"9aaf5cae20a029039e396380ec5afff0403241bd","ref":"refs/heads/main","pushedAt":"2024-08-25T15:03:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[policies] Obfuscate upload password in `get_upload_url_string()`\n\nAdds _get_obfuscated_upload_url(self, url) method in LinuxPolicy class\nto be used when passwords in upload urls are needed to be obfuscated.\nThe same is used in RedHatPolicy and UbuntuPolicy classes.\n\nCloses: #3465\n\nSigned-off-by: swarajpande5 ","shortMessageHtmlLink":"[policies] Obfuscate upload password in get_upload_url_string()"}},{"before":"351160af501387584aac6c6bb783331493082337","after":"86fc8194304e80bf49e391cf59547ae8fa18cbdf","ref":"refs/heads/main","pushedAt":"2024-08-23T01:30:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[Plugin] Collect exact filesizes in add_dir_listing\n\nadd_dir_listing method hid exact filesizes in \"ls -l\" like outputs in\nfavour of human readable output. That provides less precise information\nand makes it difficult to parse by various analytical tools.\n\nLet replace human readable filesize by exact one.\n\nResolves: #3758\n\nSigned-off-by: Pavel Moravec ","shortMessageHtmlLink":"[Plugin] Collect exact filesizes in add_dir_listing"}},{"before":"c3b8bbcf7969999375d85c588c09d90d99ea41f3","after":"351160af501387584aac6c6bb783331493082337","ref":"refs/heads/main","pushedAt":"2024-08-22T14:26:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[pylint] Fix raise-missing-from\n\nSigned-off-by: Ponnuvel Palaniyappan ","shortMessageHtmlLink":"[pylint] Fix raise-missing-from"}},{"before":"a914131164e3bf838b95ab3c5db58011a2ec1d9d","after":"c3b8bbcf7969999375d85c588c09d90d99ea41f3","ref":"refs/heads/main","pushedAt":"2024-08-21T18:40:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[redhat] Fix return of function check_file_too_big()\n\nFix the return of the size checks for Red Hat uploads\nto customer portal. Without this fix, uploads were failing\nsilently.\n\nSigned-off-by: Jose Castillo ","shortMessageHtmlLink":"[redhat] Fix return of function check_file_too_big()"}},{"before":"d85c0804d06eb45481cc96fb434565ab544b5ac5","after":"a914131164e3bf838b95ab3c5db58011a2ec1d9d","ref":"refs/heads/main","pushedAt":"2024-08-21T18:39:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[pylint] Fix logging-not-lazy\n\nSigned-off-by: Ponnuvel Palaniyappan ","shortMessageHtmlLink":"[pylint] Fix logging-not-lazy"}},{"before":"e81bdb487d4ba424b7a5325739749552c94d27b5","after":"d85c0804d06eb45481cc96fb434565ab544b5ac5","ref":"refs/heads/main","pushedAt":"2024-08-19T14:17:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[pylint] Fix consider-iterating-dictionary\n\nSigned-off-by: Ponnuvel Palaniyappan ","shortMessageHtmlLink":"[pylint] Fix consider-iterating-dictionary"}},{"before":"a2b9c4c40a698ec9088cbaefd2bb827428bda4ef","after":"e81bdb487d4ba424b7a5325739749552c94d27b5","ref":"refs/heads/main","pushedAt":"2024-08-19T14:16:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[pylint] Fix abstract-method and unnecessary-pass\n\nSigned-off-by: Ponnuvel Palaniyappan ","shortMessageHtmlLink":"[pylint] Fix abstract-method and unnecessary-pass"}},{"before":"5fca348a86dafce16ba9ac05b1e54ded78795893","after":"a2b9c4c40a698ec9088cbaefd2bb827428bda4ef","ref":"refs/heads/main","pushedAt":"2024-08-17T16:29:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[build] Bump version to 4.8.0\n\nThis commit marks the release of sos-4.8.0.\n\nSigned-off-by: Jake Hunsaker ","shortMessageHtmlLink":"[build] Bump version to 4.8.0"}},{"before":"fc0aa563150d70a7a36fb19e77cec30416f90f0b","after":"5fca348a86dafce16ba9ac05b1e54ded78795893","ref":"refs/heads/main","pushedAt":"2024-08-15T21:46:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[scsi] Capture the WWN for disks in the output of lsscsi\n\nCapture the WWN for disks via lsscsi.\n\nSigned-off-by: Jose Castillo ","shortMessageHtmlLink":"[scsi] Capture the WWN for disks in the output of lsscsi"}},{"before":"36e0462aaeeda9bf8c91be22f2da06f8773720ed","after":"fc0aa563150d70a7a36fb19e77cec30416f90f0b","ref":"refs/heads/main","pushedAt":"2024-08-15T21:45:16.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[cloudlinux] Correct pylint encoding error\n\nFixes pylint W1514, open without explicit encoding, that was re-enabled\nafter the policy PR was opened.\n\nSigned-off-by: Jake Hunsaker ","shortMessageHtmlLink":"[cloudlinux] Correct pylint encoding error"}},{"before":"d114e839b0a1420f2a226d661dd3128d91ec5096","after":"36e0462aaeeda9bf8c91be22f2da06f8773720ed","ref":"refs/heads/main","pushedAt":"2024-08-15T19:20:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"Update cloudlinux.py\n\nSigned-off-by: Eduard Abdullin ","shortMessageHtmlLink":"Update cloudlinux.py"}},{"before":"20dcab8300491de9668b45630c3d94ca89d4122f","after":"d114e839b0a1420f2a226d661dd3128d91ec5096","ref":"refs/heads/main","pushedAt":"2024-08-15T07:19:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"arif-ali","name":"Arif Ali","path":"/arif-ali","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/628790?s=80&v=4"},"commit":{"message":"[pylint] Re-enable unnecessary-{negation,dunder-call,comprehension,lambda}\n\nSigned-off-by: Ponnuvel Palaniyappan ","shortMessageHtmlLink":"[pylint] Re-enable unnecessary-{negation,dunder-call,comprehension,la…"}},{"before":"db95a3ebe0ef16267742cbfcea1b33e0be87fb57","after":"20dcab8300491de9668b45630c3d94ca89d4122f","ref":"refs/heads/main","pushedAt":"2024-08-14T21:45:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[global] Change license to GPL-2.0 across all files\n\nRelated: #3705\n\nSigned-off-by: Arif Ali ","shortMessageHtmlLink":"[global] Change license to GPL-2.0 across all files"}},{"before":"95dbbc264b3138a9bc8a59b7cb416510f9e5563a","after":"db95a3ebe0ef16267742cbfcea1b33e0be87fb57","ref":"refs/heads/main","pushedAt":"2024-08-13T18:44:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[common] handle all_logs when snap package is installed\n\nAdd a new flag to add_cmd_output to suggest a snap_cmd, so that sos\ndoes not direct the command directly to a file.\n\nResolves: #3683\n\nSigned-off-by: Arif Ali ","shortMessageHtmlLink":"[common] handle all_logs when snap package is installed"}},{"before":"1086911e6a972e39ea990fabc5dcf696a5be9087","after":"95dbbc264b3138a9bc8a59b7cb416510f9e5563a","ref":"refs/heads/main","pushedAt":"2024-08-13T18:43:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[pylint] Fixes more pylint issues\n\nThe following are fixed in this change:\n\n W3101 - missing-timeout\n W0231 - super-init-not-called\n C0123 - unidiomatic-typecheck\n C0207 - use-maxsplit-arg\n E0611 - no-name-in-module\n E0702 - raising-bad-type\n E1101 - no-member\n E1135 - unsupported-membership-test\n C0411 - wrong-import-order\n\nSigned-off-by: Ponnuvel Palaniyappan ","shortMessageHtmlLink":"[pylint] Fixes more pylint issues"}},{"before":"ed0793bba68cc5c36c4ca890e32314dfd56c25a5","after":"1086911e6a972e39ea990fabc5dcf696a5be9087","ref":"refs/heads/main","pushedAt":"2024-08-13T17:19:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TurboTurtle","name":"Jake Hunsaker","path":"/TurboTurtle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1704155?s=80&v=4"},"commit":{"message":"[man] Fix man page lintian issues\n\nThis was reported as part of deb packaging in Debian.\n\nSigned-off-by: Arif Ali ","shortMessageHtmlLink":"[man] Fix man page lintian issues"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQxNDozMjo0Mi4wMDAwMDBazwAAAAS6-T04","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQxNDozMjo0Mi4wMDAwMDBazwAAAAS6-T04","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0xM1QxNzoxOTozNC4wMDAwMDBazwAAAASZcgtT"}},"title":"Activity · sosreport/sos"}