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

- fixes a bug where multiple allOf entries type would not get merged if they were part of a discriminator #4381

Merged
merged 17 commits into from
May 14, 2024

Commits on May 13, 2024

  1. - fixes a bug where multiple allOf entries type would not get merged …

    …if they were part of a discriminator
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    eb2a353 View commit details
    Browse the repository at this point in the history
  2. - fixes a bug where allOf structure with one entry and properties wou…

    …ld not be considered as inheritance case
    
    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ce1cec9 View commit details
    Browse the repository at this point in the history
  3. - fixes formatting

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    596073b View commit details
    Browse the repository at this point in the history
  4. - moves changelog entry to the right level

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3d164a4 View commit details
    Browse the repository at this point in the history
  5. - fixes inheritance trimming

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c1e20a9 View commit details
    Browse the repository at this point in the history
  6. - fixes inheritance from intersection type

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bd7e3ea View commit details
    Browse the repository at this point in the history
  7. - fixes #4074 a bug where allof would miss properties without object …

    …type
    
    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    860abd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e479bb9 View commit details
    Browse the repository at this point in the history
  9. - code linting

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5df039a View commit details
    Browse the repository at this point in the history
  10. - fixes wrong inheritance warnings for non-inherited models

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f24a8cf View commit details
    Browse the repository at this point in the history
  11. - avoids multiple enumerations

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5a8a187 View commit details
    Browse the repository at this point in the history
  12. - code linting

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    13b2d7d View commit details
    Browse the repository at this point in the history
  13. - code linting

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c63434d View commit details
    Browse the repository at this point in the history
  14. - refactors inheritance routing logic

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0e39159 View commit details
    Browse the repository at this point in the history
  15. - code linting

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f2b0fa3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Apply suggestions from code review

    Co-authored-by: Andrew Omondi <andrueastman@users.noreply.github.com>
    baywet and andrueastman authored May 14, 2024
    Configuration menu
    Copy the full SHA
    75d86bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d58387 View commit details
    Browse the repository at this point in the history