-
Notifications
You must be signed in to change notification settings - Fork 459
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
Test provider generation with jsii #1207
Labels
enhancement
New feature or request
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
Milestone
Comments
DanielMSchmidt
added a commit
that referenced
this issue
Nov 17, 2021
…ross languages By providing a custom JSON schema we can build edge cases specific to our project Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Nov 22, 2021
…ross languages By providing a custom JSON schema we can build edge cases specific to our project Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Nov 23, 2021
…ross languages By providing a custom JSON schema we can build edge cases specific to our project Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Nov 26, 2021
…inst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Nov 26, 2021
…inst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Nov 26, 2021
…nst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Dec 1, 2021
…nst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Dec 2, 2021
…nst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Dec 2, 2021
…nst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Dec 6, 2021
…nst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Dec 9, 2021
…nst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
DanielMSchmidt
added a commit
that referenced
this issue
Dec 9, 2021
…nst it By providing a custom JSON schema we can build edge cases specific to our project. The setup allows us to quickly compose complex resources and see provider-generator changes on the basis of real code. Closes #1207
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
New feature or request
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
We had various issues around catching provider generation issues, which only popped up in one example after an provider upgrade. Hence, we'll need more explicit test coverage for this.
This could be done by using a kitchensink provider, or we'll use the most popular ones (aws, google, azurerm) as integration targets.
The text was updated successfully, but these errors were encountered: