这是indexloc提供的服务,不要输入任何密码
Skip to content

Improve log messages on skipped App Hosting source deploys #8674

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

Merged
merged 5 commits into from
May 29, 2025

Conversation

blidd-google
Copy link
Contributor

Fixes misleading log messages during firebase deploy by hiding logs for skipped App Hosting backends and clearly listing which ones were skipped.

To improve user feedback, spinners will now be displayed during service account and web app creation to indicate that the operations are in progress.

@blidd-google blidd-google requested a review from annajowang May 29, 2025 19:22
@blidd-google blidd-google changed the title Display skipped backend IDs on App Hosting source deploys Improve log messages on skipped App Hosting source deploys May 29, 2025
Copy link
Contributor

@annajowang annajowang left a comment

Choose a reason for hiding this comment

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

lgtm with one comment

Comment on lines 156 to 159
logLabeledWarning(
"apphosting",
`Skipping deployment of backend(s) ${skippedBackends.map((cfg) => cfg.backendId).join(", ")}.`,
);
Copy link
Contributor

Choose a reason for hiding this comment

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

do we want to hide this log under some if (skippedBackends.length > 0): ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes - thanks for catching

@blidd-google blidd-google enabled auto-merge (squash) May 29, 2025 20:53
@blidd-google blidd-google merged commit 3e1dd77 into master May 29, 2025
48 of 50 checks passed
@blidd-google blidd-google deleted the bl-fah-deploy-from-source-copy-changes branch May 29, 2025 21:03
@github-project-automation github-project-automation bot moved this from Approved [PR] to Done in [Cloud] Extensions + Functions May 29, 2025
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