-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: improve error message when deploying to a gcp project where fire… #10820
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
Open
IzaakGough
wants to merge
14
commits into
main
Choose a base branch
from
@invertase/fix-issue-10379
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+86
−4
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c0fb2a4
fix: improve error message when deploying to a gcp project where fire…
IzaakGough 478ef75
Merge branch 'main' into @invertase/fix-issue-10379
IzaakGough 4001b6d
Update src/functionsConfig.ts
IzaakGough 36a9c48
Merge branch 'main' into @invertase/fix-issue-10379
IzaakGough ea1b572
Merge branch 'main' into @invertase/fix-issue-10379
IzaakGough 1fb536e
fix: make the adminSdkConfig 404 message command-neutral
IzaakGough cf1a566
Merge remote-tracking branch 'origin/main' into @invertase/fix-issue-…
IzaakGough ea83378
Merge branch 'main' into @invertase/fix-issue-10379
IzaakGough 638bf25
chore: add trailing newline to CHANGELOG.md
IzaakGough 020fd2d
Merge branch 'main' into @invertase/fix-issue-10379
IzaakGough a750e82
Merge branch 'main' into @invertase/fix-issue-10379
IzaakGough c560aaf
refactor: move adminSdkConfig 404 message into a helper
IzaakGough d5783f5
Merge remote-tracking branch 'origin/main' into @invertase/fix-issue-…
IzaakGough bfd9c7a
Merge branch 'main' into @invertase/fix-issue-10379
IzaakGough File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,7 @@ | ||
| - [Fixed] Defer secret access permission granting to release phase to prevent service account 404 race conditions. | ||
| - Fixed parsing and path resolution bugs in `ext:export` options, and reverted `--extension-instance` option back to `--instance`. | ||
| - [Fixed] Increases default polling timeout for App Hosting operations and rollouts to 60 minutes. | ||
| - Fixed an issue where App Hosting deploys failed when the deploying account lacked permission to create or grant roles to the default compute service account, even when that service account already existed. (#10806) | ||
| - Improved the error shown when deploying to a Google Cloud project that does not have Firebase enabled (#10379) | ||
| - [Added] Add -f, --force option to `firebase ext:migrate`. | ||
| - [Fixed] Fix parameter type preservation and optional system parameter handling during extension updates in `firebase ext:migrate`. |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gemini suggests you also add
nock.cleanAll();to ensure that any unused interceptors are cleared between tests, especially if a test fails before reaching assertions.