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

Schema version validation changes #174

Merged
merged 4 commits into from
Jun 20, 2023

Commits on Jun 14, 2023

  1. schema version validation changes:

    * schema version validation error response code changed from 500 to 400
    * optional bugfix version allowed
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9e8694b View commit details
    Browse the repository at this point in the history
  2. schema version error status message updated to show that the version …

    …must be 2.x or higher.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    25c76c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. minSchemaVersion and maxSchemaVersion query parameter test cases added

    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e882b43 View commit details
    Browse the repository at this point in the history
  2. integration test case added for change done for minSchemaVersion and …

    …maxSchemaVersion.
    
    Signed-off-by: Michael Valdron <mvaldron@redhat.com>
    michael-valdron committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    980b084 View commit details
    Browse the repository at this point in the history