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

[prebuilds] Fix prebuild updates received by ws-manager-bridge #10042

Merged
merged 2 commits into from May 16, 2022

Conversation

andrew-farries
Copy link
Contributor

Description

Un-revert #9924 and fix the bug it introduced that caused no prebuild updates to be recorded for any prebuilds.

Many thanks to @laushinka for helping track this down.

Related Issue(s)

Fixes ##10008

How to test

Create a prebuild in this preview environment and see that it transitions through to READY rather than being stuck in PENDING.

Release Notes

Fix prebuild updates

Documentation

none

@andrew-farries andrew-farries requested a review from a team May 16, 2022 12:25
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label May 16, 2022
@@ -83,7 +83,7 @@ export class WorkspaceManagerBridgeEE extends WorkspaceManagerBridge {
if (update) {
const updatedPrebuild = {
...prebuild,
...update,
...update.update,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

Copy link
Member

@AlexTugarev AlexTugarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@roboquat roboquat merged commit bb0a42a into main May 16, 2022
@roboquat roboquat deleted the af/fix-prebuild-updates branch May 16, 2022 12:33
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production release-note size/XL team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants