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

Release Codegen Plugin #707

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Release Codegen Plugin #707

merged 3 commits into from
Sep 19, 2023

Conversation

alharris-at
Copy link
Contributor

Release Codegen Utility Plugin

This releases the following three changes:

  • Support for amplify codegen {add | types | statements | models} outside the context of an initialized amplify backend.
  • Fix a bug in java model build steps where a type ends with Step.

alharris-at and others added 3 commits September 13, 2023 15:22
…degen models without an initialized amplify app (#698)

* feat: use default directive definitions if outside amplify project (#686)

* chore: refactor command/models.js into independent functions, add jsdoc type annotations (#693)

* 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

* 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

---------

Co-authored-by: Dane Pilcher <[email protected]>
…set up locally. (#702)

* feat: codegen add --region (#683)

* fix: download introspection schema when apiId is passed (#684)

* fix: codegen --apiId broken state (#689)

* chore: get existing e2e tests passing (#704)

* feat: add e2e tests for codegen add when in a non-amplify project (#705)

* feat: add e2e tests for codegen add when in a non-amplify project

* chore: add some additional test cases

* noinit codegen from graphqlconfig (#706)

* fix: add missing awaits

* chore: fail typegen if no queries are found

---------

Co-authored-by: Dane Pilcher <[email protected]>
@alharris-at alharris-at requested a review from a team as a code owner September 19, 2023 19:48
@alharris-at alharris-at merged commit 7fceb4f into release Sep 19, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants