Closed EronWright closed 1 week ago
Attention: Patch coverage is 69.60000%
with 38 lines
in your changes missing coverage. Please review.
Project coverage is 50.70%. Comparing base (
ddd4ac4
) to head (fa23579
). Report is 6 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...tor/internal/controller/pulumi/stack_controller.go | 69.60% | 35 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Proposed changes
Implements support for requesting a re-sync of the stack (i.e.
pulumi up
) using thepulumi.com/reconciliation-request
annotation.The logic of checking the prerequisites was moved to be after the check for "is synced", since the prereq check has the side-effect of touching the parent stack, and that shouldn't happen unless the child is needing a sync.
Related issues (optional)
Closes #672 Closes #398