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 an exact import bug with deeper nesting #2089

Commits on Sep 17, 2024

  1. Fix an exact import bug with depper nesting

    If a schema heirarchy was deeper than 1 level and a schema referenced
    another schema at a higher level, then the exact import function would
    add an extra '.'.
    This change checks if `from_` is any number of '.' and prepends it
    to the `import_` to maintain correct heirarchy.
    AniketDas-Tekky committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    89ade8c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 27, 2024

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