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

b/fix constant drift when nested required attributes have no defaults #2022

Merged
merged 21 commits into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. add validators package

    johnsonaj committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    94f569b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958e0eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dff6dca View commit details
    Browse the repository at this point in the history
  4. cleanup

    johnsonaj committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8f238f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efdf90c View commit details
    Browse the repository at this point in the history
  6. cleanup

    johnsonaj committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a64970f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2aa3e6a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cfbfd6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6efed16 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    be50b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47bdd93 View commit details
    Browse the repository at this point in the history
  3. make resources

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    572bfaf View commit details
    Browse the repository at this point in the history
  4. make docs

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f71e94 View commit details
    Browse the repository at this point in the history
  5. add test for NotNullBool

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4370d39 View commit details
    Browse the repository at this point in the history
  6. add test for NotNullFloat64

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bf37963 View commit details
    Browse the repository at this point in the history
  7. add test for NotNullInt64

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    64ff849 View commit details
    Browse the repository at this point in the history
  8. add test for NotNullList

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    076282f View commit details
    Browse the repository at this point in the history
  9. add test for NotNullSet

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cac935d View commit details
    Browse the repository at this point in the history
  10. add test for NotNullMap

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8a23d3b View commit details
    Browse the repository at this point in the history
  11. add test for NotNullObject

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8785892 View commit details
    Browse the repository at this point in the history
  12. add test for NotNullString

    johnsonaj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    017e042 View commit details
    Browse the repository at this point in the history