sosreport / sos

A unified tool for collecting system logs and other debug information
http://sos.rtfd.org
GNU General Public License v2.0
508 stars 544 forks source link

[pulpcore] Don't collect args columns from tasks tables #3784

Closed pmoravec closed 4 days ago

pmoravec commented 1 week ago

These columns are either empty, containing passwords or some encoded data.

Get the remaining column names and query for them.

If the query for column names fail, failover to current "SELECT *".

Relevant: #3783 Resolves: #3784


Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines

packit-as-a-service[bot] commented 1 week ago

Congratulations! One of the builds has completed. :champagne:

You can install the built RPMs by following these steps:

Please note that the RPMs should be used only in a testing environment.

pmoravec commented 1 week ago

Again pylint issues in unrelated code.. :-o