Storage of Draft package revision resources when mutation pipelines fails#409
Closed
aravindtga wants to merge 9 commits into
Closed
Storage of Draft package revision resources when mutation pipelines fails#409aravindtga wants to merge 9 commits into
aravindtga wants to merge 9 commits into
Conversation
✅ Deploy Preview for porch ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
07d5cb1 to
17cbca7
Compare
12 tasks
b53123a to
ab42ed0
Compare
d1ed98e to
a333301
Compare
Contributor
Author
|
Documentation should be updated as part of this merge to address this review comment #402 (comment) |
This change doesn't update the status of the packagerevision or packagerevisionresources Signed-off-by: aravind.est <aravindhan.a@est.tech>
Added support for renderStatus in CR and DB cache. Added RenderStatus field to PackageRevision API types and schemas Signed-off-by: aravind.est <aravindhan.a@est.tech>
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Signed-off-by: aravind.est <aravindhan.a@est.tech>
…cache renderstatus Signed-off-by: aravind.est <aravindhan.a@est.tech>
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Signed-off-by: aravind.est <aravindhan.a@est.tech>
a333301 to
48762de
Compare
Signed-off-by: aravind.est <aravindhan.a@est.tech>
48762de to
10ff4aa
Compare
|
Contributor
Author
|
Different implementation for this feature will be pushed as part of #768. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This PR adds support for persisting the package revision resources and displaying render status when mutation pipeline failures occur when pushing the package revision (Draft->Draft).
What changed:
RenderStatusfield to PackageRevision API types (internal and v1alpha1)How it works:
Related Issue(s)
Type of Change
Checklist