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 subtyping in dict service #7115

Open
wants to merge 13 commits into
base: staging
Choose a base branch
from

Commits on Nov 7, 2024

  1. remove unnecessary nesting in DictApiEndopoints

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d7893c6 View commit details
    Browse the repository at this point in the history
  2. Fixed improper subtyping in CanBeSubclassDeterminer

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d5796f3 View commit details
    Browse the repository at this point in the history
  3. regenerated openapi

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7f14f49 View commit details
    Browse the repository at this point in the history
  4. Changed type in UIProcess

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1d5ce0c View commit details
    Browse the repository at this point in the history
  5. extract isAssignable

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9bd74d5 View commit details
    Browse the repository at this point in the history
  6. Added CanBeSubclassDeterminerSpec

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    28ff753 View commit details
    Browse the repository at this point in the history
  7. comment fixup

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a881083 View commit details
    Browse the repository at this point in the history
  8. Fix decimal typing in SubclassDeterminerSpec

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    108a345 View commit details
    Browse the repository at this point in the history
  9. Fix numerical typing in SubclassDeterminerSpec

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d073fd1 View commit details
    Browse the repository at this point in the history
  10. CanBeSubclassDeterminerSpec fixes

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2e50536 View commit details
    Browse the repository at this point in the history
  11. Extracted ConversionDeterminer and SubclassDeterminer

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    50c59b5 View commit details
    Browse the repository at this point in the history
  12. Cleaned up tests and naming

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    81d10a0 View commit details
    Browse the repository at this point in the history
  13. TypingResultSpec fix

    Marcel Philipiak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    43706dc View commit details
    Browse the repository at this point in the history