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

[ISSUE #20044] generate pydantic models from handwritten schema #20475

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    6934d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f871ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    828614e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Add auth components to handwritten component schema

    - ApiKeyAuthenticator
    - BasicHttpAuthenticator
    - BearerAuthenticator
    - DeclarativeOauth2Authenticator
    - NoAuth
    clnoll committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    48ba3f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada53df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    329f623 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c9346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c214724 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a91e26c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6edbc29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee6e142 View commit details
    Browse the repository at this point in the history
  9. [low code component schema] add Interpolation (with pending question …

    …on 'type' not being defined)
    maxi297 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f52248d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36b9480 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b735028 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b74a2d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f482ad1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6bf1c17 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    43f0628 View commit details
    Browse the repository at this point in the history
  16. Add DefaultSchemaLoader

    clnoll committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    11eb8d5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    607bed4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f4f8909 View commit details
    Browse the repository at this point in the history
  19. add RequestOption

    brianjlai committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6769968 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ac099f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. 2 Configuration menu
    Copy the full SHA
    37dedfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    414bfd6 View commit details
    Browse the repository at this point in the history
  3. Add CustomRecordExtractor

    clnoll committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    72ae128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e34503 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. insert a transformer to hydrate default manifest components and perfo…

    …rm validation against the handwritten schema
    brianjlai committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    fbadf8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d39977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2408f41 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    00a07c0 View commit details
    Browse the repository at this point in the history
  2. Revert "[low code component schema] clean validation script"

    This reverts commit 2408f41.
    maxi297 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    502aeb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b5e25c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53f31c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    becfd31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f07a3d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dc0ea4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

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

Commits on Dec 15, 2022

  1. [ISSUE #20044] code review

    maxi297 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4471266 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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