-
Notifications
You must be signed in to change notification settings - Fork 262
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(runtime, deployer)!: extract load phase + provisioning to deployer, resource update #1628
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is taking great shape. Thanks J!!
e178f2f
to
44fb723
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @jonaro00 ! This got to be very cool 💪 . Left a few comments, nothing very outstanding.
058637b
to
2e8ee52
Compare
This reverts commit 8c72605.
361159c
to
5af40fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some final touches remaining
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't get through all of it yet, but don't delay merging on my account, I am quite late to the party 😄 I left a few nits/minor comments, but LGTM so far!
Description of change
Resource update:
ResourceBuilder
withResourceConfigBuilder
, a new and updated API for writing plugins.Breaking:
How has this been tested? (if applicable)