Skip to content
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

Run delayed post-fetch actions during build #1441

Merged
merged 6 commits into from
Sep 4, 2023
Merged

Run delayed post-fetch actions during build #1441

merged 6 commits into from
Sep 4, 2023

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented Sep 3, 2023

Post-fetch actions are now delayed until build time (still being run only once). With this we ensure that the configuration/environment is complete and these actions operate with the same environment as other actions.

This fixes post-fetch for both shared dependencies and sandboxed dependencies, although for different reasons: for the former, they weren't run at all due to a previous PR. For the latter, they could be run with incomplete config and fail unexpectedly, leaving the dependency in a half-deployed state.

File flags for the management of release deployment completion and post-fetch completion have been refactored to their own crate.

With this the new shared dependencies are feature complete and ready for general testing.

@mosteo mosteo marked this pull request as ready for review September 4, 2023 08:47
@mosteo mosteo changed the base branch from feat/hash-hardcoded to master September 4, 2023 16:26
@mosteo mosteo merged commit 000fe70 into master Sep 4, 2023
12 checks passed
@mosteo mosteo deleted the feat/flags branch September 4, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants