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

Check content-type in importer to warn against unexpected kubevirt imports #2909

Merged
merged 2 commits into from
Nov 9, 2023

Commits on Oct 19, 2023

  1. Check content-type before importing to warn against unexpected conten…

    …t imports
    
    This commit adds a check in the http-datasource format reader to trigger a warning when importing unexpected content-types.
    
    Signed-off-by: Alvaro Romero <alromero@redhat.com>
    alromeros committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5a3de5a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Test import with unexpected content-type

    This commit adds a test to cover a import with unexpected content-type. It also updates the badserver to allow mocking this behavior.
    
    Signed-off-by: Alvaro Romero <alromero@redhat.com>
    alromeros committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4fe9f7d View commit details
    Browse the repository at this point in the history