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

MGMT-15598: Add a parameter to manifest list to disable filter #5498

Merged
merged 1 commit into from Sep 28, 2023

Commits on Sep 27, 2023

  1. MGMT-15598: Add a parameter to manifest list to disable filter

    Recently we made a change to the manifest list to filter out the system
    generated manifests when listing them.
    
    This has led to issues with data gathering for triage which requires
    full access to all manifests, system generated or otherwise.
    
    I have introduced a boolean parameter IncludeSystemGenerated which
    defaults to false. When set to true, the manifest list endpoint will
    show all manifests, irrespective of how they were created.
    
    It is intended that we will make a change in assisted-test-infra that
    will send this parameter.
    paul-maidment committed Sep 27, 2023
    Copy the full SHA
    4a8a61b View commit details
    Browse the repository at this point in the history