Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Commits on Sep 24, 2024

  1. [pulpcore] Don't collect args columns from tasks tables

    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: sosreport#3783
    Resolves: sosreport#3784
    
    Signed-off-by: Pavel Moravec <[email protected]>
    pmoravec committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    11cab31 View commit details
    Browse the repository at this point in the history