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

Fix wrong detection of OA min/max for symfony contraints with datetime strings #2148

Merged
merged 3 commits into from
Jan 2, 2024

Commits on Nov 15, 2023

  1. Fix symfony range and comparison constraints can compare datetime str…

    …ings
    
    If the constraints contain a comparison value that is not int (e.g. datetime string), we cannot infer a OpenAPI value for it. This falsely casted those to int resulting in nonesense like minimum=0 and maximum=0 for string values.
    Tobion committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    eb93be1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    ac41d68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c226bc View commit details
    Browse the repository at this point in the history