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 default values and matching schemas when oneOf / anyOf subschemas contain references #2272

Merged
merged 21 commits into from
Apr 13, 2021

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    e7a7705 View commit details
    Browse the repository at this point in the history
  2. Added test for rjsf-team#2270

    NixBiks committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    50d92d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. After review

    NixBiks committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0a0c4c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7f428 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    bd50850 View commit details
    Browse the repository at this point in the history
  2. Removed wrong comment

    NixBiks committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    18874be View commit details
    Browse the repository at this point in the history
  3. Fix: refs should be included when determining matching option

    based on formData
    NixBiks committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    54ce2ac View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

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

Commits on Mar 22, 2021

  1. Added a new test

    NixBiks committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    bbf4a94 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Updated tests after review

    NixBiks committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8094961 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    7992cae View commit details
    Browse the repository at this point in the history
  2. * use global ajv in isValid

    * simplify withIdRefPrefix
    * add comments
    * improve error handling
    NixBiks committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    46b8a4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9be42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e92854 View commit details
    Browse the repository at this point in the history
  5. * Cleaned up

    * Fixed bug with $ref being a property
    * added tests for withIdRefPrefix
    NixBiks committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    126982c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. * Clean up

    * Check for # in ref
    * update tests
    NixBiks committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    677fb3e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Added upgrade note

    NixBiks committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    90968fd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Change title of test in validate_test

    Co-authored-by: Ashwin Ramaswami <[email protected]>
    NixBiks and epicfaace authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1662f0f View commit details
    Browse the repository at this point in the history
  2. Change title of test in validate_test

    Co-authored-by: Ashwin Ramaswami <[email protected]>
    NixBiks and epicfaace authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1e3eed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7212263 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff93e1f View commit details
    Browse the repository at this point in the history