feat(setup): stream versioned apply events - #226
Merged
Merged
Conversation
Deploying src with
|
| Latest commit: |
6e6435e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1efc5450.zi-src.pages.dev |
| Branch Preview URL: | https://feature-225.zi-src.pages.dev |
Remove the slow duplicate Cygwin run while retaining the complete installer and loader suites on Linux and macOS.\n\nRefs: #225
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.
This PR implements versioned streaming apply events for setup.sh.
Optional Event Artifacts & Cancellation Limit
--events DIRis provided tosetup.sh apply, machine-readable streaming event artifacts adhering to thezi-setup-event-v1format are published atomically for active operations (started,succeeded,failed) into six-digit sequence directories (000001,000002, ...). When--eventsis omitted, results are published only at phase completion or failure.failedevent, removes staging directories, and exits with status 6. In the narrow cancellation limit where a signal interrupts event publication itself, the terminal event may be omitted while cleanup and exit status 6 remain.CI Coverage
Dependency Order
Merge consumer PRs 655, 924, and 569 first:
Closes #225
[installer-impact:cli-profile-behavior] updated here
[installer-impact:output-status-messages] updated here
[installer-impact:zshrc-setup-entrypoint] updated here
[installer-impact:companion-asset-checksum] updated here
[installer-impact:plan-apply-receipts] updated here
[installer-impact:configuration-targets] updated here