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

feat: merge noinit-modelgen into main to support executing amplify codegen models without an initialized amplify app #698

Merged
merged 4 commits into from
Sep 13, 2023

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. feat: support modelgen without an amplify backend (#694)

    * feat: support modelgen without an amplify backend
    
    * chore: add unit tests for new utils
    
    * chore: add tests to confirm that tests for detached projects return the right files
    
    * chore: add additional unit tests for uninitialized backend states
    alharris-at authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4b45e0c View commit details
    Browse the repository at this point in the history
  2. feat: add e2e tests for modelgen in an uninitialized project (#696)

    * feat: add e2e tests for modelgen in an uninitialized project
    
    * fix: expecting to reject failed in CI, trying to just use a try-catch instead
    alharris-at authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f338ab3 View commit details
    Browse the repository at this point in the history